From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/3] imx: add usbmisc support
Date: Fri, 3 Aug 2012 12:08:26 +0200 [thread overview]
Message-ID: <20120803100826.GL1451@pengutronix.de> (raw)
In-Reply-To: <1343805141-5872-1-git-send-email-richard.zhao@freescale.com>
On Wed, Aug 01, 2012 at 03:12:18PM +0800, Richard Zhao wrote:
> usbmisc driver handles the SoC specific non-core usb registers.
>
> Changes since last version:
> - add missing ci13xxx_imx.h
>
> Changes v3 -> v4:
> - rebase onto torvalds latest git tree
> - use phandle linke usb controllers and usbmisc device.
> It also make usbmisc driver possible to be kernel modules.
>
> Richard Zhao (3):
> USB: chipidea: add imx usbmisc support
> ARM: imx6q: clk_register_clkdev usbmisc clock
> ARM: dts: imx6q-sabrelite: add usbmisc device
I think this is good enough to go now.
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
>
> .../devicetree/bindings/usb/ci13xxx-imx.txt | 5 +
> .../devicetree/bindings/usb/usbmisc-imx.txt | 14 ++
> arch/arm/boot/dts/imx6q-sabrelite.dts | 1 +
> arch/arm/boot/dts/imx6q.dtsi | 10 ++
> arch/arm/mach-imx/clk-imx6q.c | 1 +
> drivers/usb/chipidea/Makefile | 2 +-
> drivers/usb/chipidea/ci13xxx_imx.c | 64 ++++++++
> drivers/usb/chipidea/ci13xxx_imx.h | 28 ++++
> drivers/usb/chipidea/usbmisc_imx6q.c | 162 ++++++++++++++++++++
> 9 files changed, 286 insertions(+), 1 deletion(-)
> create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
> create mode 100644 drivers/usb/chipidea/ci13xxx_imx.h
> create mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c
>
> --
> 1.7.9.5
>
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
prev parent reply other threads:[~2012-08-03 10:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 7:12 [PATCH v5 0/3] imx: add usbmisc support Richard Zhao
2012-08-01 7:12 ` [PATCH v5 1/3] USB: chipidea: add imx " Richard Zhao
2012-08-01 7:12 ` [PATCH v5 2/3] ARM: imx6q: clk_register_clkdev usbmisc clock Richard Zhao
2012-08-01 7:12 ` [PATCH v5 3/3] ARM: dts: imx6q-sabrelite: add usbmisc device Richard Zhao
2012-08-03 10:08 ` Sascha Hauer [this message]
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=20120803100826.GL1451@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=linux-arm-kernel@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;
as well as URLs for NNTP newsgroup(s).