]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/Kconfig
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)
commit26a84b3eaef0f6091fd9771ff15613a35862525a
treec147b15bcb4f4560eb2b9d451dc8fecb3db1e249
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee
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]