public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: OMAP: TLL driver implementation for USB host driver
@ 2012-03-05 14:31 Keshava Munegowda
  2012-03-05 14:31 ` [PATCH 1/5] ARM: OMAP: USB: HOST TLL platform driver Keshava Munegowda
  2012-03-05 14:43 ` [PATCH 0/5] ARM: OMAP: TLL driver implementation for USB host driver Munegowda, Keshava
  0 siblings, 2 replies; 9+ messages in thread
From: Keshava Munegowda @ 2012-03-05 14:31 UTC (permalink / raw)
  To: linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: Keshava Munegowda, balbi-l0cyMroinI0,
	parthab-PpE0FKYn9XJWk0Htik3J/w, govindraj.raja-l0cyMroinI0,
	paul-DWxLp4Yu+b8AvxtiuMwx3w, b-cousson-l0cyMroinI0,
	Keshava Munegowda

From: Keshava Munegowda <Keshava_mgowda-l0cyMroinI0@public.gmane.org>

The TLL configuration is removed from the UHH driver and implemented as
a seperate platform driver. Now, the UHH driver configures the TLL
through API's exported by the TLL platform driver. The TLL is an 
has independent hardware mod structure for in OMAP3 and later chips, 
hence an dedicated platform driver is created.

Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>

Keshava Munegowda (5):
  ARM: OMAP: USB: HOST TLL platform driver
  ARM: OMAP: USB: Build the USB HOST TLL omap device
  ARM: OMAP: USB: Remove TLL specific code
  ARM: OMAP: USB: Invoke the TLL driver from USB HS core driver
  ARM: OMAP: change the USB TLL clocks device name

 arch/arm/mach-omap2/clock3xxx_data.c  |    8 +-
 arch/arm/mach-omap2/clock44xx_data.c  |    4 +-
 arch/arm/mach-omap2/usb-host.c        |   28 ++-
 arch/arm/plat-omap/include/plat/usb.h |    9 +
 drivers/mfd/Kconfig                   |    2 +-
 drivers/mfd/Makefile                  |    2 +-
 drivers/mfd/omap-usb-host.c           |  232 +----------------
 drivers/mfd/omap-usb-tll.c            |  463 +++++++++++++++++++++++++++++++++
 8 files changed, 513 insertions(+), 235 deletions(-)
 create mode 100644 drivers/mfd/omap-usb-tll.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] 9+ messages in thread

end of thread, other threads:[~2012-03-19  6:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 14:31 [PATCH 0/5] ARM: OMAP: TLL driver implementation for USB host driver Keshava Munegowda
2012-03-05 14:31 ` [PATCH 1/5] ARM: OMAP: USB: HOST TLL platform driver Keshava Munegowda
2012-03-05 14:31   ` [PATCH 2/5] ARM: OMAP: USB: Build the USB HOST TLL omap device Keshava Munegowda
2012-03-05 14:31     ` [PATCH 3/5] ARM: OMAP: USB: Remove TLL specific code Keshava Munegowda
     [not found]       ` <1330957865-30543-4-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2012-03-05 14:31         ` [PATCH 4/5] ARM: OMAP: USB: Invoke the TLL driver from USB HS core driver Keshava Munegowda
2012-03-05 14:31           ` [PATCH 5/5] ARM: OMAP: change the USB TLL clocks device name Keshava Munegowda
2012-03-05 14:43 ` [PATCH 0/5] ARM: OMAP: TLL driver implementation for USB host driver Munegowda, Keshava
2012-03-16 16:43   ` Samuel Ortiz
2012-03-19  6:19     ` Munegowda, Keshava

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