[PATCH 0/8] usb: ehci: more bus glues as separate modules

manjunath.goudar at linaro.org manjunath.goudar at linaro.org
Sun Feb 10 13:58:09 EST 2013


From: Manjunath Goudar <manjunath.goudar at linaro.org>

Separate the SOC On-Chip host controller driver from ehci-hcd 
host code into its own driver module

Manjunath Goudar (8):
  USB: EHCI: make ehci-spear a separate driver
  USB: EHCI: make ehci-atmel a separate driver
  USB: EHCI: make ehci-s5p a separate driver
  USB: EHCI: make ehci-mv a separate driver
  USB: EHCI: make ehci-vt8500 a separate driver
  USB: EHCI: make ehci-msm a separate driver
  USB: EHCI: make ehci-w90X900 a separate driver
  USB: EHCI: make ehci-orion a separate driver

 drivers/usb/host/Kconfig        |   42 +++++++++++--
 drivers/usb/host/Makefile       |    9 ++-
 drivers/usb/host/ehci-atmel.c   |   77 ++++++++++++-----------
 drivers/usb/host/ehci-hcd.c     |   52 +++-------------
 drivers/usb/host/ehci-msm.c     |   85 +++++++++++--------------
 drivers/usb/host/ehci-mv.c      |   80 +++++++++++-------------
 drivers/usb/host/ehci-orion.c   |   91 +++++++++++++--------------
 drivers/usb/host/ehci-s5p.c     |   69 ++++++++++++---------
 drivers/usb/host/ehci-spear.c   |  131 ++++++++++++++++++++-------------------
 drivers/usb/host/ehci-vt8500.c  |   73 ++++++++++------------
 drivers/usb/host/ehci-w90x900.c |   90 ++++++++++++---------------
 drivers/usb/host/ehci.h         |    2 +-
 12 files changed, 392 insertions(+), 409 deletions(-)

-- 
1.7.9.5




More information about the linux-arm-kernel mailing list