All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] usb: ehci-omap: add OMAP4 support
@ 2010-11-29 17:25 Anand Gadiyar
  2010-11-29 17:25 ` [PATCH v2 1/8] usb: ehci-omap: update clock names to be more generic Anand Gadiyar
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Anand Gadiyar @ 2010-11-29 17:25 UTC (permalink / raw)
  To: linux-usb, linux-omap; +Cc: Tony Lindgren, Greg KH, Anand Gadiyar

This series adds support for the EHCI controller on
OMAP4 chips. (This enables the ethernet controller
on the Pandaboard - finally!).

I've tested the series on an OMAP4 SDP, a Pandaboard,
and a beagleboard - all with a single kernel binary.

The complete series (including the part that can go via
linux-omap) is available in my development tree at [1]
in the omap4-ehci-upstream-v2 branch.

What changed in v2:
- Split out OMAP platform code into a separate series
  which can go through linux-omap
- Add a changelog for one patch which I missed out in v1
- Explicitly CC Paul for the clkdev aliases, and Tony
  for a change to a platform header file needed for build.

Dependencies:
- None

What's pending:
- OHCI support
- Support for TLL and HSIC modes
- Factoring out code common to ehci-omap and ohci-omap3
- Conversion to use omap_device and the hwmod database
- Runtime PM support

- Anand

[1] git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git

Anand Gadiyar (5):
  omap: clock: add clkdev aliases for EHCI clocks
  usb: ehci-omap: use clkdev aliases for functional clocks
  usb: ehci-omap: add helpers for checking port mode
  omap: usb: ehci: introduce HSIC mode
  usb: ehci-omap: Add OMAP4 support

Keshava Munegowda (3):
  usb: ehci-omap: update clock names to be more generic
  usb: ehci-omap: don't hard-code TLL channel count
  usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAP

 arch/arm/mach-omap2/clock3xxx_data.c  |    5 +
 arch/arm/mach-omap2/clock44xx_data.c  |    5 +
 arch/arm/plat-omap/include/plat/usb.h |    1 +
 drivers/usb/host/Kconfig              |    8 +
 drivers/usb/host/ehci-hcd.c           |    2 +-
 drivers/usb/host/ehci-omap.c          |  314 +++++++++++++++++++++++++--------
 6 files changed, 264 insertions(+), 71 deletions(-)


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

end of thread, other threads:[~2010-11-30 14:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-29 17:25 [PATCH v2 0/8] usb: ehci-omap: add OMAP4 support Anand Gadiyar
2010-11-29 17:25 ` [PATCH v2 1/8] usb: ehci-omap: update clock names to be more generic Anand Gadiyar
2010-11-29 17:25 ` [PATCH v2 2/8] usb: ehci-omap: don't hard-code TLL channel count Anand Gadiyar
2010-11-29 17:25 ` [PATCH v2 4/8] omap: clock: add clkdev aliases for EHCI clocks Anand Gadiyar
2010-11-29 18:40   ` Paul Walmsley
2010-11-29 17:25 ` [PATCH v2 5/8] usb: ehci-omap: use clkdev aliases for functional clocks Anand Gadiyar
     [not found] ` <1291051537-23743-1-git-send-email-gadiyar-l0cyMroinI0@public.gmane.org>
2010-11-29 17:25   ` [PATCH v2 3/8] usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAP Anand Gadiyar
2010-11-29 17:25   ` [PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode Anand Gadiyar
2010-11-30 12:25     ` Sergei Shtylyov
     [not found]       ` <4CF4ED4E.1080707-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2010-11-30 14:44         ` Anand Gadiyar
2010-11-30 14:49           ` Greg KH
2010-11-29 17:25 ` [PATCH v2 7/8] omap: usb: ehci: introduce HSIC mode Anand Gadiyar
2010-11-29 17:25 ` [PATCH v2 8/8] usb: ehci-omap: Add OMAP4 support Anand Gadiyar

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.