]> rtime.felk.cvut.cz Git - linux-imx.git/commit
usb: phy: add R-Car USB phy driver
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 1 Nov 2012 02:03:11 +0000 (19:03 -0700)
committerFelipe Balbi <balbi@ti.com>
Thu, 1 Nov 2012 10:17:53 +0000 (12:17 +0200)
commit1789e52acc90c87484a109d6349eefe63cabb257
tree54ad984676473cf1e0b73cf0b3557804ed5bb251
parentca21dda64b756d6fe965dfe8fd0a1f320874b4b5
usb: phy: add R-Car USB phy driver

This patch adds Renesas R-Car USB phy driver.
It supports R8A7779 chip at this point.

R-Car has some USB controllers, but has only one phy-initializer.
So, this driver is counting users.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/rcar-phy.c [new file with mode: 0644]