]> git.baikalelectronics.ru Git - kernel.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)
commitc6073ade97895a3e55f06a607e2fa3c7a4baac13
tree9676bcab57646f829e76bbb038998587677eaf52
parente3ecc6cdc45930b3be734701033f9a5dd09c3b1c
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