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
Subject: [PATCH 0/4] Add USB Host and OTG support for MPC5121 SoC
Date: Tue, 27 Apr 2010 18:11:34 +0200 [thread overview]
Message-ID: <1272384698-4359-1-git-send-email-agust@denx.de> (raw)
Anatolij Gustschin (4):
powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code
powerpc/mpc5121: add USB host support
USB: add USB OTG support for MPC5121 SoC
powerpc/mpc5121: select options for USB OTG support
Documentation/powerpc/dts-bindings/fsl/usb.txt | 22 +
arch/powerpc/include/asm/fsl_usb_io.h | 106 +++
arch/powerpc/platforms/512x/Kconfig | 11 +
arch/powerpc/platforms/512x/Makefile | 2 +-
arch/powerpc/platforms/512x/mpc5121_usb.c | 131 +++
arch/powerpc/platforms/512x/mpc512x.h | 1 +
arch/powerpc/platforms/512x/mpc512x_shared.c | 1 +
arch/powerpc/sysdev/fsl_soc.c | 249 +++---
arch/powerpc/sysdev/fsl_soc.h | 9 +
drivers/usb/gadget/fsl_udc_core.c | 357 ++++++--
drivers/usb/gadget/fsl_usb2_udc.h | 14 +
drivers/usb/host/ehci-fsl.c | 372 ++++++--
drivers/usb/host/ehci-fsl.h | 22 +-
drivers/usb/host/ehci-hub.c | 39 +
drivers/usb/host/ehci-mem.c | 2 +-
drivers/usb/host/ehci.h | 5 +
drivers/usb/otg/Kconfig | 8 +
drivers/usb/otg/Makefile | 2 +
drivers/usb/otg/fsl_otg.c | 1199 ++++++++++++++++++++++++
drivers/usb/otg/fsl_otg.h | 418 +++++++++
drivers/usb/otg/otg.c | 17 +
drivers/usb/otg/otg_fsm.c | 368 ++++++++
drivers/usb/otg/otg_fsm.h | 154 +++
include/linux/fsl_devices.h | 28 +
24 files changed, 3285 insertions(+), 252 deletions(-)
create mode 100644 arch/powerpc/include/asm/fsl_usb_io.h
create mode 100644 arch/powerpc/platforms/512x/mpc5121_usb.c
create mode 100644 drivers/usb/otg/fsl_otg.c
create mode 100644 drivers/usb/otg/fsl_otg.h
create mode 100644 drivers/usb/otg/otg_fsm.c
create mode 100644 drivers/usb/otg/otg_fsm.h
next reply other threads:[~2010-04-27 16:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-27 16:11 Anatolij Gustschin [this message]
2010-04-27 16:11 ` [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code Anatolij Gustschin
2010-04-27 16:51 ` Grant Likely
2010-05-06 19:18 ` Anatolij Gustschin
2010-05-19 20:47 ` Grant Likely
2010-06-11 11:24 ` Anatolij Gustschin
2010-06-11 15:47 ` Grant Likely
2010-04-27 16:11 ` [PATCH 2/4] powerpc/mpc5121: add USB host support Anatolij Gustschin
2010-04-27 17:12 ` Grant Likely
2010-04-27 16:11 ` [PATCH 3/4] USB: add USB OTG support for MPC5121 SoC Anatolij Gustschin
2010-04-27 17:07 ` Grant Likely
2010-04-27 16:11 ` [PATCH 4/4] powerpc/mpc5121: select options for USB OTG support 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=1272384698-4359-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).