alistair23-linux/drivers/usb/phy
Arnd Bergmann 197d0bdf8b usb: phy: isp1301: work around tps65010 dependency
The isp1301-omap driver contains special hooks for the TPS65010
power management controller. It provides its own 'tps65010_set_vbus_draw'
wrapper in case that driver is not enabled through Kconfig, but
fails to handle the case where isp1301-omap is built-in but TPS65010
is a loadable module, which currently results in a link error:

drivers/built-in.o: In function `isp1301_set_power':
:(.text+0x14e188): undefined reference to `tps65010_set_vbus_draw'

This is a workaround to use the same trick as before also when
tps65010 is a module. Doing a proper fix would require much larger
changes to the driver that is not really worth it when the usb-phy
drivers are going to eventually get replaced with generic-phy
drivers.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-04-27 14:45:14 -05:00
..
am35x-phy-control.h
Kconfig usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependency 2015-03-24 11:35:30 -05:00
Makefile
of.c usb: phy: fixed comment typo 2015-03-11 10:19:36 -05:00
phy-ab8500-usb.c USB patches for 4.1-rc1 2015-04-13 17:07:21 -07:00
phy-am335x-control.c usb: phy: am335x-control: check return value of bus_find_device 2015-03-10 16:28:44 -05:00
phy-am335x.c
phy-fsl-usb.c
phy-fsl-usb.h
phy-generic.c usb: phy: phy-generic: No need to call gpiod_direction_output() twice 2015-03-11 10:19:38 -05:00
phy-generic.h
phy-gpio-vbus-usb.c
phy-isp1301-omap.c usb: phy: isp1301: work around tps65010 dependency 2015-04-27 14:45:14 -05:00
phy-isp1301.c
phy-keystone.c
phy-msm-usb.c USB patches for 4.1-rc1 2015-04-13 17:07:21 -07:00
phy-mv-usb.c
phy-mv-usb.h
phy-mxs-usb.c
phy-omap-otg.c
phy-rcar-gen2-usb.c usb: phy: rcar-gen2-usb: Fix USBHS_UGSTS_LOCK value 2015-04-03 19:03:15 +02:00
phy-rcar-usb.c
phy-tahvo.c
phy-tegra-usb.c
phy-twl6030-usb.c
phy-ulpi-viewport.c
phy-ulpi.c
phy.c usb: phy: Find the right match in devm_usb_phy_match 2015-03-19 11:28:14 -05:00