[PATCH V2 0/2] EHCI support for on-chip PMC MSP USB controller

From: Anoop P.A
Date: Wed Dec 22 2010 - 09:26:35 EST


From: Anoop P A <anoop.pa@xxxxxxxxx>

Changes Since V1:
1.Updated driver code with changes from ehci-pci.c
2.Moved over current fixup to different patch.
3.Removed #ifdef and added quirk list entry for overcurrent fixup.

Anoop P A (2):
EHCI support for on-chip PMC MSP USB controller.
MSP onchip root hub over current quirk.

.../mips/include/asm/pmc-sierra/msp71xx/msp_regs.h | 17 +-
arch/mips/include/asm/pmc-sierra/msp71xx/msp_usb.h | 144 +++++
arch/mips/pmc-sierra/Kconfig | 8 +
arch/mips/pmc-sierra/msp71xx/Makefile | 2 +-
arch/mips/pmc-sierra/msp71xx/msp_usb.c | 239 +++++++---
drivers/usb/core/hub.c | 45 ++-
drivers/usb/core/quirks.c | 3 +
drivers/usb/host/Kconfig | 15 +-
drivers/usb/host/ehci-hcd.c | 12 +
drivers/usb/host/ehci-pmcmsp.c | 551 ++++++++++++++++++++
include/linux/usb/quirks.h | 3 +
11 files changed, 959 insertions(+), 80 deletions(-)
create mode 100644 arch/mips/include/asm/pmc-sierra/msp71xx/msp_usb.h
create mode 100644 drivers/usb/host/ehci-pmcmsp.c

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/