All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] EHCI and OHCI for bcma and ssb
@ 2012-01-21 22:19 Hauke Mehrtens
  2012-01-21 22:19 ` [PATCH 1/7] bcma: scan for extra address space Hauke Mehrtens
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Hauke Mehrtens @ 2012-01-21 22:19 UTC (permalink / raw)
  To: ralf, linux-mips
  Cc: stern, linux-usb, zajec5, linux-wireless, m, george,
	Hauke Mehrtens

This patch series adds an EHCI and an OHCI driver for bcma and ssb 
based SoCs. These SoCs provide one device with two address spaces one 
for the OHCI and one for the EHCI part. The USB controllers are using 
the same interface as an PCI controller. This patch series is based on 
the mips Linux tree. It was in OpenWrt for some time and it was 
reviewed by George Kashperko recently.

Hauke Mehrtens (7):
  bcma: scan for extra address space
  bcma: add function to check every 10 us if a reg is set
  USB: OHCI: Add a generic platform device driver
  USB: EHCI: Add a generic platform device driver
  USB: Add driver for the bcma bus
  USB: Add driver for the ssb bus
  USB: OHCI: remove old SSB OHCI driver

 drivers/bcma/core.c              |   52 ++++---
 drivers/bcma/scan.c              |   18 ++-
 drivers/usb/host/Kconfig         |   57 ++++++--
 drivers/usb/host/Makefile        |    2 +
 drivers/usb/host/bcma-hcd.c      |  307 ++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci-hcd.c      |    5 +
 drivers/usb/host/ehci-platform.c |  211 ++++++++++++++++++++++++++
 drivers/usb/host/ohci-hcd.c      |   26 +---
 drivers/usb/host/ohci-platform.c |  193 ++++++++++++++++++++++++
 drivers/usb/host/ohci-ssb.c      |  260 --------------------------------
 drivers/usb/host/ssb-hcd.c       |  270 +++++++++++++++++++++++++++++++++
 include/linux/bcma/bcma.h        |    4 +
 12 files changed, 1089 insertions(+), 316 deletions(-)
 create mode 100644 drivers/usb/host/bcma-hcd.c
 create mode 100644 drivers/usb/host/ehci-platform.c
 create mode 100644 drivers/usb/host/ohci-platform.c
 delete mode 100644 drivers/usb/host/ohci-ssb.c
 create mode 100644 drivers/usb/host/ssb-hcd.c

-- 
1.7.5.4

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

end of thread, other threads:[~2012-01-23 21:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-21 22:19 [PATCH 0/7] EHCI and OHCI for bcma and ssb Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 1/7] bcma: scan for extra address space Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 2/7] bcma: add function to check every 10 us if a reg is set Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 3/7] USB: OHCI: Add a generic platform device driver Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 4/7] USB: EHCI: " Hauke Mehrtens
2012-01-22  3:41   ` Alan Stern
2012-01-22  3:41     ` Alan Stern
2012-01-22 15:02     ` Hauke Mehrtens
2012-01-22 19:23       ` Greg KH
2012-01-23 16:29         ` Alan Stern
2012-01-23 16:29           ` Alan Stern
2012-01-23 20:57           ` Hauke Mehrtens
2012-01-23 21:34             ` Alan Stern
2012-01-23 21:34               ` Alan Stern
2012-01-21 22:19 ` [PATCH 5/7] USB: Add driver for the bcma bus Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 6/7] USB: Add driver for the ssb bus Hauke Mehrtens
2012-01-21 22:19 ` [PATCH 7/7] USB: OHCI: remove old SSB OHCI driver Hauke Mehrtens

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.