[PATCH] i.MX6 USB phy support
Sascha Hauer
s.hauer at pengutronix.de
Sun Jan 20 05:19:49 EST 2013
This i.MX6 support for the i.MX chipidea driver, or more specifically:
- a USB phy driver
- device registration convenience wrappers
- clock support
With this the imx6_usb_phy* functions should no longer be used. These
can be removed once the sabrelite is converted to the chipidea driver.
Sascha
----------------------------------------------------------------
Sascha Hauer (5):
ARM i.MX6 USB phy: Fix phy function names
ARM i.MX6: Fix usb phy base addresses
ARM i.MX6: Add usbphy clocks
USB: Add usb phy driver for i.MX
ARM i.MX6: Add Chipidea support
arch/arm/boards/freescale-mx6-sabrelite/board.c | 4 +-
arch/arm/mach-imx/clk-imx6.c | 5 ++
arch/arm/mach-imx/imx6.c | 1 +
arch/arm/mach-imx/include/mach/devices-imx6.h | 26 ++++++
arch/arm/mach-imx/include/mach/imx6-regs.h | 3 +-
arch/arm/mach-imx/include/mach/usb.h | 4 +-
arch/arm/mach-imx/usb-imx6.c | 14 +--
drivers/usb/imx/Kconfig | 5 ++
drivers/usb/imx/Makefile | 1 +
drivers/usb/imx/imx-usb-misc.c | 12 +++
drivers/usb/imx/imx-usb-phy.c | 105 +++++++++++++++++++++++
11 files changed, 168 insertions(+), 12 deletions(-)
create mode 100644 drivers/usb/imx/imx-usb-phy.c
More information about the barebox
mailing list