History log of /drivers/usb/phy/phy-ulpi-viewport.c
Revision Date Author Comments
2b84f92b8141679be6b90396655fa4887589ec28 09-Oct-2013 Joe Perches <joe@perches.com> usb: Remove unnecessary semicolons

These aren't necessary after switch and if blocks.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9a0e5110f736437bb683f49ceac058a4fce9e47e 13-Jun-2013 Manjunath Goudar <manjunath.goudar@linaro.org> usb: phy: export ulpi_viewport_access_ops

In order to build a ULPI PHY driver as a module, this symbol needs to
be exported.

Signed-off-by: Manjunath Goudar <manjunath.goudar@linaro.org>
[swarren, reworked Manjunath's patches to split them more logically]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Felipe Balbi <balbi@ti.com>
Tested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
94ae98433a397dd4695652fc62ca7bc784b08216 07-Mar-2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c

this will make sure that we have sensible names
for all phy drivers. Current situation was already
quite bad with too generic names being used.

Signed-off-by: Felipe Balbi <balbi@ti.com>