mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] i.MX6 USB phy support
@ 2013-01-20 10:19 Sascha Hauer
  2013-01-20 10:19 ` [PATCH 1/5] ARM i.MX6 USB phy: Fix phy function names Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2013-01-20 10:19 UTC (permalink / raw)
  To: barebox

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

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-20 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-20 10:19 [PATCH] i.MX6 USB phy support Sascha Hauer
2013-01-20 10:19 ` [PATCH 1/5] ARM i.MX6 USB phy: Fix phy function names Sascha Hauer
2013-01-20 10:19 ` [PATCH 2/5] ARM i.MX6: Fix usb phy base addresses Sascha Hauer
2013-01-20 10:19 ` [PATCH 3/5] ARM i.MX6: Add usbphy clocks Sascha Hauer
2013-01-20 10:19 ` [PATCH 4/5] USB: Add usb phy driver for i.MX Sascha Hauer
2013-01-20 10:19 ` [PATCH 5/5] ARM i.MX6: Add Chipidea support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox