linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add USB Host and OTG support for MPC5121 SoC
@ 2010-04-27 16:11 Anatolij Gustschin
  2010-04-27 16:11 ` [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code Anatolij Gustschin
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anatolij Gustschin @ 2010-04-27 16:11 UTC (permalink / raw)
  To: linux-usb
  Cc: David Brownell, Wolfgang Denk, Detlev Zundel, Greg Kroah-Hartman,
	linuxppc-dev

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-11 15:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 16:11 [PATCH 0/4] Add USB Host and OTG support for MPC5121 SoC Anatolij Gustschin
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

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).