From: Anatolij Gustschin <agust@denx.de>
To: linux-usb@vger.kernel.org
Cc: David Brownell <dbrownell@users.sourceforge.net>,
Wolfgang Denk <wd@denx.de>, Detlev Zundel <dzu@denx.de>,
Greg Kroah-Hartman <gregkh@suse.de>,
linuxppc-dev@ozlabs.org, Anatolij Gustschin <agust@denx.de>
Subject: [PATCH v3 0/2] Add USB Host support for MPC5121 SoC
Date: Tue, 28 Sep 2010 20:55:19 +0200 [thread overview]
Message-ID: <1285700121-9991-1-git-send-email-agust@denx.de> (raw)
In-Reply-To: <1285666594-21150-1-git-send-email-agust@denx.de>
Version 3 of the patches to add MPC512x USB support in
mainline kernel. USB OTG support is not included in
this patch series, it will be submitted later.
There are only two patches now: patches 1/3 and 2/3 of
the previous version are merged into the first patch and
now bisectable. Additionally the 2nd patch of the previous
version is changed as requested by Grant. Please consider
for inclusion in 2.6.37.
Anatolij Gustschin (2):
USB: add platform glue driver for FSL USB DR controller
USB: add USB EHCI support for MPC5121 SoC
Documentation/powerpc/dts-bindings/fsl/usb.txt | 22 ++
arch/powerpc/sysdev/fsl_soc.c | 163 -------------
drivers/usb/Kconfig | 1 +
drivers/usb/gadget/Kconfig | 1 +
drivers/usb/host/Kconfig | 10 +-
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ehci-fsl.c | 99 ++++++---
drivers/usb/host/ehci-fsl.h | 13 +-
drivers/usb/host/ehci-mem.c | 2 +-
drivers/usb/host/fsl-mph-dr-of.c | 308 ++++++++++++++++++++++++
include/linux/fsl_devices.h | 15 ++
11 files changed, 440 insertions(+), 195 deletions(-)
create mode 100644 drivers/usb/host/fsl-mph-dr-of.c
next prev parent reply other threads:[~2010-09-28 18:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-28 9:36 [PATCH v2 0/3] Add USB Host support for MPC5121 SoC Anatolij Gustschin
2010-09-28 9:36 ` [PATCH v2 1/3] powerpc/fsl_soc.c: remove FSL USB platform code Anatolij Gustschin
2010-09-28 11:40 ` Anton Vorontsov
2010-09-28 9:36 ` [PATCH v2 2/3] USB: add of_platform glue driver for FSL USB DR controller Anatolij Gustschin
2010-09-28 10:01 ` Grant Likely
2010-09-28 11:35 ` Anatolij Gustschin
2010-09-28 9:36 ` [PATCH v2 3/3] USB: add USB EHCI support for MPC5121 SoC Anatolij Gustschin
2010-09-28 18:55 ` Anatolij Gustschin [this message]
2010-09-28 18:55 ` [PATCH v3 1/2] USB: add platform glue driver for FSL USB DR controller Anatolij Gustschin
2010-09-28 18:55 ` [PATCH v3 2/2] USB: add USB EHCI support for MPC5121 SoC Anatolij Gustschin
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=1285700121-9991-1-git-send-email-agust@denx.de \
--to=agust@denx.de \
--cc=dbrownell@users.sourceforge.net \
--cc=dzu@denx.de \
--cc=gregkh@suse.de \
--cc=linux-usb@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=wd@denx.de \
/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).