]> git.ipfire.org Git - thirdparty/linux.git/commit
slimbus: core: add of_slim_device_get() helper
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Tue, 19 Jun 2018 16:12:57 +0000 (17:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jul 2018 15:24:32 +0000 (17:24 +0200)
commite0772de8a48b69d39624cdf99fac8f4a3fcc387b
tree9676bcab57646f829e76bbb038998587677eaf52
parentba883d90b1c8eccf8e315bd2a79ce6b0b2420d3b
slimbus: core: add of_slim_device_get() helper

On SLIMBus controllers like Qcom NGD(non ported device), controller
can request logical address once the remote side is powered, having a
helper function like this to explicitly enumerate the bus is helpful.
Also codec drivers which are taking to interface device would need
such a helper too.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/core.c
include/linux/slimbus.h