All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] ARM: OMAP: HOST: TLL driver implementation
@ 2012-07-16 13:31 Keshava Munegowda
  2012-07-16 13:31 ` [PATCH V4 1/5] ARM: OMAP: Add the USB TLL clocks device name Keshava Munegowda
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Keshava Munegowda @ 2012-07-16 13:31 UTC (permalink / raw)
  To: linux-omap, linux-usb; +Cc: Keshava Munegowda, balbi, sameo, parthab

The TLL (Transceiver Less Link) is an separate IP block, independent of
the host controller. Basically this TLL operates like USB PHY which allows
the user to connect two USB transceiver interfaces together directly
without the use of differential transceivers in omap3 and later chips.
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.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>

In v4:
    - rebased on top of linux kernel version 3.5.rc7
    - reworked as per the comments given by Paul Walmsley <paul@pwsan.com>

In v3:
  - rebased on top V3 of Russ dill's patch
       'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue'
       fixes an issue where the ULPI PHYs were not held in reset
       while initializing the EHCI controller
	http://permalink.gmane.org/gmane.linux.usb.general/65988
      
  - rebased on top of patch 
    OMAP: USB : Fix the EHCI enumeration and core retention issue
     http://permalink.gmane.org/gmane.linux.usb.general/66239

In V2:
    - covered review comments from linux omap and usb community
    - rebased on top Russ dill's patch
       'ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issue'
       fixes an issue where the ULPI PHYs were not held in reset
       while initializing the EHCI controller

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

 arch/arm/mach-omap2/clock3xxx_data.c  |    8 +-
 arch/arm/mach-omap2/clock44xx_data.c  |    4 +-
 arch/arm/mach-omap2/usb-host.c        |   31 ++-
 arch/arm/plat-omap/include/plat/usb.h |    7 +
 drivers/mfd/Kconfig                   |    2 +-
 drivers/mfd/Makefile                  |    2 +-
 drivers/mfd/omap-usb-host.c           |  238 ++---------------
 drivers/mfd/omap-usb-tll.c            |  471 +++++++++++++++++++++++++++++++++
 8 files changed, 523 insertions(+), 240 deletions(-)
 create mode 100644 drivers/mfd/omap-usb-tll.c

-- 
1.7.9.5


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

end of thread, other threads:[~2012-09-24  7:09 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-16 13:31 [PATCH V4 0/5] ARM: OMAP: HOST: TLL driver implementation Keshava Munegowda
2012-07-16 13:31 ` [PATCH V4 1/5] ARM: OMAP: Add the USB TLL clocks device name Keshava Munegowda
     [not found]   ` <1342445471-18704-2-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2012-09-19 20:28     ` Paul Walmsley
2012-07-16 13:31 ` [PATCH V4 2/5] ARM: OMAP: USB: HOST TLL platform driver Keshava Munegowda
2012-07-16 13:31 ` [PATCH V4 3/5] ARM: OMAP: USB: Invoke the TLL driver from USB HS core driver Keshava Munegowda
     [not found] ` <1342445471-18704-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2012-07-16 13:31   ` [PATCH V4 4/5] ARM: OMAP: USB: Remove TLL specific code " Keshava Munegowda
2012-07-16 13:31   ` [PATCH V4 5/5] ARM: OMAP: Remove older device name of the USB TLL clocks Keshava Munegowda
     [not found]     ` <1342445471-18704-6-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2012-09-19 20:29       ` Paul Walmsley
2012-09-19 11:27   ` [PATCH V4 0/5] ARM: OMAP: HOST: TLL driver implementation Samuel Ortiz
2012-07-19 10:18 ` Munegowda, Keshava
2012-07-23 14:01   ` Munegowda, Keshava
2012-07-23 14:08     ` Felipe Balbi
2012-07-23 14:34       ` Munegowda, Keshava
2012-07-27 12:14         ` Munegowda, Keshava
2012-08-13 13:22           ` Munegowda, Keshava
2012-08-13 14:09             ` Felipe Balbi
2012-08-13 14:53               ` Munegowda, Keshava
2012-09-13 11:44                 ` Munegowda, Keshava
2012-09-18  9:57                   ` Munegowda, Keshava
2012-09-19 20:39                     ` Paul Walmsley
     [not found]                       ` <alpine.DEB.2.00.1209192030270.5264-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
2012-09-21 22:07                         ` Samuel Ortiz
2012-09-24  7:09                           ` Munegowda, Keshava

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.