public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] TI81XX: musb support
@ 2011-08-26 11:11 Ajay Kumar Gupta
  2011-08-26 11:11 ` [PATCH 1/6] omap: musb: Adding hwmod data for ti81xx Ajay Kumar Gupta
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Ajay Kumar Gupta @ 2011-08-26 11:11 UTC (permalink / raw)
  To: linux-omap-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA, balbi-l0cyMroinI0,
	tony-4v6yS6AI5VpBDgjK7y7TUQ, Ajay Kumar Gupta

This patch set adds support for musb interface for TI81XX platforms and
are dependent on recent patch series from Hemant Pedanekar at [1] and [2].

TI81XX platform has dual musb instances, uses CPPI4.1 DMA and has built in
usb PHY. The current set of patches supports only the first interface and
in PIO mode.

[1] http://marc.info/?l=linux-omap&m=131247989220300&w=2 
[2] http://marc.info/?l=linux-omap&m=131411961308438&w=2

Ajay Kumar Gupta (1):
  omap: musb: ti81xx: Add phy power function

Ravi B (5):
  omap: musb: Adding hwmod data for ti81xx
  omap: musb: Adding support for ti816x
  ti816evm: Add support for musb interface
  ti814evm: Add support for musb interface
  usb: musb: Add support for ti81xx platform

 arch/arm/mach-omap2/board-ti8148evm.c      |   15 +
 arch/arm/mach-omap2/board-ti8168evm.c      |   15 +
 arch/arm/mach-omap2/omap_hwmod_81xx_data.c |   74 ++++
 arch/arm/mach-omap2/omap_phy_internal.c    |   24 +
 arch/arm/mach-omap2/usb-musb.c             |    3 +
 arch/arm/plat-omap/include/plat/usb.h      |   32 ++
 drivers/usb/musb/Kconfig                   |    6 +
 drivers/usb/musb/Makefile                  |    1 +
 drivers/usb/musb/musb_core.c               |    4 +-
 drivers/usb/musb/ti81xx.c                  |  637 ++++++++++++++++++++++++++++
 10 files changed, 810 insertions(+), 1 deletions(-)
 create mode 100644 drivers/usb/musb/ti81xx.c

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-09-06  7:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-26 11:11 [PATCH 0/6] TI81XX: musb support Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 1/6] omap: musb: Adding hwmod data for ti81xx Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 2/6] omap: musb: Adding support for ti816x Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 3/6] omap: musb: ti81xx: Add phy power function Ajay Kumar Gupta
2011-08-26 11:11 ` [PATCH 4/6] ti816evm: Add support for musb interface Ajay Kumar Gupta
2011-08-26 11:32   ` Sergei Shtylyov
     [not found]     ` <4E578466.1040405-hkdhdckH98+B+jHODAdFcQ@public.gmane.org>
2011-08-26 11:57       ` Gupta, Ajay Kumar
2011-08-26 11:11 ` [PATCH 5/6] ti814evm: " Ajay Kumar Gupta
     [not found]   ` <1314357108-2279-6-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 11:34     ` Sergei Shtylyov
     [not found] ` <1314357108-2279-1-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 11:11   ` [PATCH 6/6] usb: musb: Add support for ti81xx platform Ajay Kumar Gupta
     [not found]     ` <1314357108-2279-7-git-send-email-ajay.gupta-l0cyMroinI0@public.gmane.org>
2011-08-26 23:52       ` Felipe Balbi
2011-08-29  5:31         ` Gupta, Ajay Kumar
     [not found]           ` <19F8576C6E063C45BE387C64729E739404EC4CBA8E-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2011-08-29  8:37             ` Felipe Balbi
     [not found]               ` <20110829083757.GD13925-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-08-29  9:46                 ` Gupta, Ajay Kumar
2011-09-02 11:35                   ` Felipe Balbi
     [not found]                     ` <20110902113519.GQ5148-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-09-02 15:33                       ` Gupta, Ajay Kumar
2011-09-06  7:00         ` Gupta, Ajay Kumar
2011-09-06  7:34           ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox