All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Munegowda, Keshava" <keshava_mgowda@ti.com>
To: linux-omap@vger.kernel.org, Samuel Ortiz <sameo@linux.intel.com>,
	balbi@ti.com, Paul Walmsley <paul@pwsan.com>
Cc: Keshava Munegowda <keshava_mgowda@ti.com>, parthab@india.ti.com
Subject: Re: [PATCH V4 0/5] ARM: OMAP: HOST: TLL driver implementation
Date: Mon, 23 Jul 2012 19:31:10 +0530	[thread overview]
Message-ID: <CAP05o4+rdtsXKV9U0MrLyu7Ce8zJ4uUEcZOJ5yfarpF42gSogA@mail.gmail.com> (raw)
In-Reply-To: <CAP05o4+O8FXRjnXtta26rUoZpcMnpZEkdu9+J0xatCyusrjQEw@mail.gmail.com>

On Thu, Jul 19, 2012 at 3:48 PM, Munegowda, Keshava
<keshava_mgowda@ti.com> wrote:
> On Mon, Jul 16, 2012 at 7:01 PM, Keshava Munegowda
> <keshava_mgowda@ti.com> wrote:
>> 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
>
>
> Felipe/ Paul
>       please let me know if you have any review comments on this v4 series.
>
> regards
> keshava

Hi Felipe
          please let me know if you have any review comments on this series now.


regards
keshava

  reply	other threads:[~2012-07-23 14:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAP05o4+rdtsXKV9U0MrLyu7Ce8zJ4uUEcZOJ5yfarpF42gSogA@mail.gmail.com \
    --to=keshava_mgowda@ti.com \
    --cc=balbi@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=parthab@india.ti.com \
    --cc=paul@pwsan.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.