linux/drivers/usb/phy
Javier Martinez Canillas fd567653bd usb: phy: isp1301: Add OF device ID table
The driver doesn't have a struct of_device_id table but supported devices
are registered via Device Trees. This is working on the assumption that a
I2C device registered via OF will always match a legacy I2C device ID and
that the MODALIAS reported will always be of the form i2c:<device>.

But this could change in the future so the correct approach is to have an
OF device ID table if the devices are registered via OF.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-09 10:22:08 +01:00
..
Kconfig
Makefile
of.c
phy-ab8500-usb.c usb: phy: ab8500: remove unused ab8500_eyediagram_workaroud() 2017-01-26 10:51:27 +02:00
phy-am335x-control.c
phy-am335x-control.h
phy-am335x.c
phy-fsl-usb.c usb: phy: fsl: Remove the set_power callback 2017-01-24 11:04:23 +02:00
phy-fsl-usb.h
phy-generic.c
phy-generic.h
phy-gpio-vbus-usb.c
phy-isp1301-omap.c
phy-isp1301.c usb: phy: isp1301: Add OF device ID table 2017-03-09 10:22:08 +01:00
phy-keystone.c
phy-msm-usb.c usb: phy: msm: Remove the set_power callback 2017-01-24 11:04:22 +02:00
phy-mv-usb.c
phy-mv-usb.h
phy-mxs-usb.c
phy-omap-otg.c
phy-qcom-8x16-usb.c usb: phy: qcom-8x16-usb: Replace the extcon API 2017-01-24 11:04:14 +02:00
phy-tahvo.c usb: phy: tahvo: Replace the deprecated extcon API 2017-01-24 11:04:15 +02:00
phy-tegra-usb.c
phy-twl6030-usb.c
phy-ulpi-viewport.c
phy-ulpi.c
phy.c