[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1293028447-21703-1-git-send-email-anoop.pa@gmail.com>
Date: Wed, 22 Dec 2010 20:04:07 +0530
From: "Anoop P.A" <anoop.pa@...il.com>
To: Ralf Baechle <ralf@...ux-mips.org>,
Greg Kroah-Hartman <gregkh@...e.de>,
Anatolij Gustschin <agust@...x.de>,
Anand Gadiyar <gadiyar@...com>,
Alan Stern <stern@...land.harvard.edu>,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org,
Sarah Sharp <sarah.a.sharp@...ux.intel.com>,
Oliver Neukum <oneukum@...e.de>,
Hans de Goede <hdegoede@...hat.com>,
Paul Mortier <mortier@...nternet.com>,
Andiry Xu <andiry.xu@....com>
Cc: Anoop P A <anoop.pa@...il.com>
Subject: [PATCH V2 0/2] EHCI support for on-chip PMC MSP USB controller
From: Anoop P A <anoop.pa@...il.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists