All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] USB: add support for cns3xxx SOC's EHCI/OHCI controller
@ 2010-11-22 16:32 ` mkl0301
  0 siblings, 0 replies; 28+ messages in thread
From: mkl0301 at gmail.com @ 2010-11-22 16:32 UTC (permalink / raw)
  To: linux-arm-kernel

From: Mac Lin <mkl0301@gmail.com>

v2:
 - Changing CNS3XXX to cns3xxx in subjec for part of the patches are filtered due to "capital Triple-X in subject".

v1: 
The first patch prepare the mach-cns3xxx power management code for drivers use.
The other two patches add the bus glue for EHCI/OHCI controller in mach-cns3xxx 
and usb.

This patchset is based on linux-2.6.37-rc2

Mac Lin (3):
      ARM: cns3xxx: Add new and export the old power management functions
      ARM: cns3xxx: Add architecture definition for EHCI/OHCI controller
      USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCs

 arch/arm/mach-cns3xxx/cns3420vb.c            |   50 ++++++++
 arch/arm/mach-cns3xxx/core.h                 |    4 +-
 arch/arm/mach-cns3xxx/include/mach/cns3xxx.h |    2 -
 arch/arm/mach-cns3xxx/include/mach/pm.h      |   21 +++
 arch/arm/mach-cns3xxx/pm.c                   |   21 +++
 drivers/usb/Kconfig                          |    2 +
 drivers/usb/host/Kconfig                     |   15 +++
 drivers/usb/host/ehci-cns3xxx.c              |  176 ++++++++++++++++++++++++++
 drivers/usb/host/ehci-hcd.c                  |    5 +
 drivers/usb/host/ohci-cns3xxx.c              |  171 +++++++++++++++++++++++++
 drivers/usb/host/ohci-hcd.c                  |    5 +
 11 files changed, 468 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/mach-cns3xxx/include/mach/pm.h
 create mode 100644 drivers/usb/host/ehci-cns3xxx.c
 create mode 100644 drivers/usb/host/ohci-cns3xxx.c

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

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

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 16:32 [PATCH v2 0/3] USB: add support for cns3xxx SOC's EHCI/OHCI controller mkl0301 at gmail.com
2010-11-22 16:32 ` mkl0301
2010-11-22 16:32 ` [PATCH v2 1/3] ARM: cns3xxx: Add new and export the old power management functions mkl0301 at gmail.com
2010-11-22 16:32   ` mkl0301
2010-11-24 16:11   ` Anton Vorontsov
2010-11-24 16:11     ` Anton Vorontsov
2010-11-22 16:32 ` [PATCH v2 2/3] ARM: cns3xxx: Add architecture definition for EHCI/OHCI controller mkl0301 at gmail.com
2010-11-22 16:32   ` mkl0301
2010-11-24 16:11   ` Anton Vorontsov
2010-11-24 16:11     ` Anton Vorontsov
2010-11-25  7:25     ` Lin Mac
2010-11-25  7:25       ` Lin Mac
2010-11-25 10:48       ` Anton Vorontsov
2010-11-25 10:48         ` Anton Vorontsov
2010-11-25 13:51         ` Lin Mac
2010-11-25 13:51           ` Lin Mac
2010-11-25 13:56           ` Anton Vorontsov
2010-11-25 13:56             ` Anton Vorontsov
2010-11-25 15:37             ` Alan Stern
2010-11-25 15:37               ` Alan Stern
2010-11-25 16:15               ` Anton Vorontsov
2010-11-25 16:15                 ` Anton Vorontsov
2010-11-22 16:32 ` [PATCH v2 3/3] USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCs mkl0301 at gmail.com
2010-11-22 16:32   ` mkl0301
2010-11-24 16:25   ` Anton Vorontsov
2010-11-24 16:25     ` Anton Vorontsov
2010-11-25 13:12     ` Anton Vorontsov
2010-11-25 13:12       ` Anton Vorontsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.