]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: chipidea: Add support for ULPI PHY bus
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 28 Dec 2016 22:56:55 +0000 (14:56 -0800)
committerPeter Chen <peter.chen@nxp.com>
Fri, 20 Jan 2017 03:25:14 +0000 (11:25 +0800)
commit7bb7e9b1a4319d7c305c033c2df46028fbcc10ae
treea1b37b619f03dea819a1feda19e0c024cfa11662
parent732a4af85e87091dee130669de8ce50727fd28b4
usb: chipidea: Add support for ULPI PHY bus

Some phys for the chipidea controller are controlled via the ULPI
viewport. Add support for the ULPI bus so that these sorts of
phys can be probed and read/written automatically without having
to duplicate the viewport logic in each phy driver.

Acked-by: Peter Chen <peter.chen@nxp.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/Kconfig
drivers/usb/chipidea/Makefile
drivers/usb/chipidea/ci.h
drivers/usb/chipidea/core.c
drivers/usb/chipidea/ulpi.c [new file with mode: 0644]