mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] i.MX6 USB phy support
Date: Sun, 20 Jan 2013 11:19:49 +0100	[thread overview]
Message-ID: <1358677194-23423-1-git-send-email-s.hauer@pengutronix.de> (raw)

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

             reply	other threads:[~2013-01-20 10:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-20 10:19 Sascha Hauer [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358677194-23423-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox