From: richard.zhao@freescale.com (Richard Zhao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/3] imx: add usbmisc support
Date: Thu, 26 Jul 2012 18:35:13 +0800 [thread overview]
Message-ID: <1343298916-11101-1-git-send-email-richard.zhao@freescale.com> (raw)
usbmisc driver handles the SoC specific non-core usb registers.
Changes since last version:
- build usbmisc drivers into ci13xxx-imx module if it's chosen.
- interprete properties in common code
- check wether usbmisc_ops is null
- dts: enable usbmisc device by default
- take clk changes as a seperate patch
Richard Zhao (3):
USB: chipidea: add imx usbmisc support
ARM: dts: imx6q-sabrelite: add usbmisc device
ARM: imx6q: clk_register_clkdev usbmisc clock
.../devicetree/bindings/usb/ci13xxx-imx.txt | 2 +
.../devicetree/bindings/usb/usbmisc-imx.txt | 12 ++
arch/arm/boot/dts/imx6q-sabrelite.dts | 1 +
arch/arm/boot/dts/imx6q.dtsi | 18 ++-
arch/arm/mach-imx/clk-imx6q.c | 1 +
drivers/usb/chipidea/Makefile | 3 +-
drivers/usb/chipidea/ci13xxx_imx.c | 72 ++++++++-
drivers/usb/chipidea/usbmisc_imx6q.c | 155 ++++++++++++++++++++
8 files changed, 258 insertions(+), 6 deletions(-)
create mode 100644 Documentation/devicetree/bindings/usb/usbmisc-imx.txt
create mode 100644 drivers/usb/chipidea/usbmisc_imx6q.c
--
1.7.9.5
next reply other threads:[~2012-07-26 10:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 10:35 Richard Zhao [this message]
2012-07-26 10:35 ` [PATCH v3 1/3] USB: chipidea: add imx usbmisc support Richard Zhao
2012-07-30 9:32 ` Sascha Hauer
2012-07-30 9:39 ` Richard Zhao
2012-07-31 1:06 ` Chen Peter-B29397
2012-07-31 9:06 ` Richard Zhao
2012-07-26 10:35 ` [PATCH v3 2/3] ARM: dts: imx6q-sabrelite: add usbmisc device Richard Zhao
2012-07-30 1:27 ` Shawn Guo
2012-07-26 10:35 ` [PATCH v3 3/3] ARM: imx6q: clk_register_clkdev usbmisc clock Richard Zhao
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=1343298916-11101-1-git-send-email-richard.zhao@freescale.com \
--to=richard.zhao@freescale.com \
--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).