]> git.dujemihanovic.xyz Git - u-boot.git/commit
bus: uniphier-system-bus: add UniPhier System Bus driver
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 9 Jul 2020 06:08:18 +0000 (15:08 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Jul 2020 12:30:21 +0000 (21:30 +0900)
commite2bb0be2fc2276d33646545de342196de8c4040e
treedefb7264559b8a9b7bdb1308621fa8da91f14edd
parentd69d49d3ecfff6a4ae9a614a6cfb004257e1b1af
bus: uniphier-system-bus: add UniPhier System Bus driver

Since commit 1517126fdac2 ("ARM: uniphier: select DM_ETH"), DM-based
drivers/net/smc911x.c is compiled, but it is never probed because the
parent node lacks the DM-based driver.

I need a skeleton driver to populate child devices (but the next commit
will move more hardware settings to the this driver).

I put this to drivers/bus/uniphier-system-bus.c because this is the
same path as the driver in Linux kernel.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Kconfig
drivers/Kconfig
drivers/Makefile
drivers/bus/Kconfig [new file with mode: 0644]
drivers/bus/Makefile [new file with mode: 0644]
drivers/bus/uniphier-system-bus.c [new file with mode: 0644]