]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: bus: add a new driver for omap-ocp2scp
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 22 Aug 2012 08:40:02 +0000 (14:10 +0530)
committerArnd Bergmann <arnd@arndb.de>
Wed, 22 Aug 2012 12:31:49 +0000 (14:31 +0200)
commit3e3589f77182e1bd125131cf4df4772b86a74957
treec147b15bcb4f4560eb2b9d451dc8fecb3db1e249
parentdde762d5e7a1fb234d670e75ab8ffe3b4780e644
drivers: bus: add a new driver for omap-ocp2scp

Adds a new driver *omap-ocp2scp*. This driver takes the responsibility of
creating all the devices that is connected to OCP2SCP. In the case of OMAP4,
USB2PHY is connected to ocp2scp.

This also includes device tree support for ocp2scp driver and
the documentation with device tree binding information is updated.

Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Documentation/devicetree/bindings/bus/omap-ocp2scp.txt [new file with mode: 0644]
drivers/Kconfig
drivers/Makefile
drivers/bus/Kconfig [new file with mode: 0644]
drivers/bus/Makefile [new file with mode: 0644]
drivers/bus/omap-ocp2scp.c [new file with mode: 0644]