]> git.baikalelectronics.ru Git - uboot.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)
commit7c651b29d14277e16e2ad5de4d20f585e1ee2e8c
treedefb7264559b8a9b7bdb1308621fa8da91f14edd
parent08b0cdc88b3eac2b0abc126ad5af4d0716af6283
bus: uniphier-system-bus: add UniPhier System Bus driver

Since commit 9ea2a0b293a1 ("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]