All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/7] am57xx: cl-som-am57x: fix usb
Date: Mon, 8 May 2017 15:45:20 +0300	[thread overview]
Message-ID: <6fbad56c-68d5-7f6d-5bee-2021cb8c3f9a@compulab.co.il> (raw)
In-Reply-To: <20170505141727.GG12511@bill-the-cat>

On 05/05/17 17:17, Tom Rini wrote:
> On Thu, May 04, 2017 at 10:05:22AM +0300, Igor Grinberg wrote:
>> Hi Tom, Marek,
>>
>> On 04/25/17 22:27, Marek Vasut wrote:
>>> On 04/25/2017 03:09 AM, Tom Rini wrote:
>>>> On Sun, Apr 23, 2017 at 11:18:04AM +0300, Uri Mashiach wrote:
>>>>> Hello Tom,
>>>>>
>>>>> A gentle ping on this patch series.
>>>>>
>>>>> On 02/23/2017 03:39 PM, Uri Mashiach wrote:
>>>>>> Various USB related comits for the CL-SOM-AM57x module.
>>>>>>
>>>>>> ---
>>>>>> V1 -> V2: Replace commit "fix XHCI registers base address" with "reintroduce the CONFIG_AM57XX symbol".
>>>>>> V2 -> V3: * New commit "move CONFIG_DRA7XX to Kconfig"
>>>>>>          * Replace commit "reintroduce the CONFIG_AM57XX symbol" with "xHCI registers based on USB port index"
>>>>>> V3 -> V4: Update commit "move CONFIG_DRA7XX to Kconfig"
>>>>>> 	  Update commit "xHCI registers based on USB port index"
>>>>>>
>>>>>> Uri Mashiach (7):
>>>>>>  arm: dra7xx: move CONFIG_DRA7XX to Kconfig
>>>>>>  arm: usb: dra7xx: xHCI registers based on USB port index
>>>>>>  usb: host: xhci-omap: fix double weak board_usb_init functions
>>>>>>  arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocks
>>>>>>  arm: am57xx: cl-som-am57x: fix USB scan
>>>>>>  arm: am57xx: cl-som-am57x: enable USB storage
>>>>>>  arm: am57xx: cl-som-am57x: enable USB commands
>>>>>>
>>>>>> arch/arm/mach-omap2/omap5/Kconfig          |  8 ++++++++
>>>>>> board/compulab/cl-som-am57x/cl-som-am57x.c | 10 ----------
>>>>>> board/ti/am43xx/board.c                    |  4 ++--
>>>>>> board/ti/am57xx/board.c                    |  4 ++--
>>>>>> board/ti/dra7xx/evm.c                      |  4 ++--
>>>>>> configs/cl-som-am57x_defconfig             |  2 ++
>>>>>> configs/dra7xx_evm_defconfig               |  1 +
>>>>>> configs/dra7xx_hs_evm_defconfig            |  1 +
>>>>>> drivers/usb/host/Kconfig                   |  9 +++++++++
>>>>>> drivers/usb/host/xhci-omap.c               | 19 +++++++++++++++++--
>>>>>> include/configs/am57xx_evm.h               |  2 --
>>>>>> include/configs/cl-som-am57x.h             |  6 ++----
>>>>>> include/configs/dra7xx_evm.h               |  2 --
>>>>>> include/linux/usb/xhci-omap.h              |  6 ++++--
>>>>>> scripts/config_whitelist.txt               |  1 -
>>>>>> 15 files changed, 50 insertions(+), 29 deletions(-)
>>>>
>>>> Marek?  Thanks!
>>>
>>> Tom?  Thanks!
>>
>> IIRC, it has been decided to take this patch series through the OMAP tree.
>> Contradictory to what I remember, I can see the patches have been delegated to Marek
>> in patchwork.
> 
> Yeah, I assigned it to Marek so I wouldn't grab it before I was sure he
> was happy with it.  I haven't (until now) taken it back.
> 
>> So, what's happening? Can we please go on with merging this series?
> 
> I'll pick it up after the current release is out, thanks!

Thanks!

-- 
Regards,
Igor.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 866 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170508/75c22ce5/attachment.sig>

      reply	other threads:[~2017-05-08 12:45 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-23 13:39 [U-Boot] [PATCH v4 0/7] am57xx: cl-som-am57x: fix usb Uri Mashiach
2017-02-23 13:39 ` [U-Boot] [PATCH v4 1/7] arm: dra7xx: move CONFIG_DRA7XX to Kconfig Uri Mashiach
2017-02-26 15:16   ` Tom Rini
2017-05-08 19:38   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 2/7] arm: usb: dra7xx: xHCI registers based on USB port index Uri Mashiach
2017-02-26 12:26   ` Marek Vasut
2017-02-26 15:16   ` Tom Rini
2017-02-27 16:14   ` Roger Quadros
2017-02-27 20:39     ` Marek Vasut
2017-02-27 20:38   ` Marek Vasut
2017-05-08 19:38   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 3/7] usb: host: xhci-omap: fix double weak board_usb_init functions Uri Mashiach
2017-02-26 12:25   ` Igor Grinberg
2017-02-26 12:29     ` Marek Vasut
2017-02-27 16:22   ` Roger Quadros
2017-02-28  8:00     ` Uri Mashiach
2017-02-28 13:13       ` Roger Quadros
2017-03-01  9:12         ` Uri Mashiach
2017-03-01 15:13           ` Roger Quadros
2017-03-01 15:13   ` Roger Quadros
2017-05-08 19:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 4/7] arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocks Uri Mashiach
2017-02-26 12:27   ` Marek Vasut
2017-02-27 16:24     ` Roger Quadros
2017-02-27 18:14       ` Marek Vasut
2017-05-08 19:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 5/7] arm: am57xx: cl-som-am57x: fix USB scan Uri Mashiach
2017-05-08 19:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 6/7] arm: am57xx: cl-som-am57x: enable USB storage Uri Mashiach
2017-05-08 19:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-02-23 13:39 ` [U-Boot] [PATCH v4 7/7] arm: am57xx: cl-som-am57x: enable USB commands Uri Mashiach
2017-05-08 19:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2017-04-23  8:18 ` [U-Boot] [PATCH v4 0/7] am57xx: cl-som-am57x: fix usb Uri Mashiach
2017-04-25  1:09   ` Tom Rini
2017-04-25 19:27     ` Marek Vasut
2017-05-04  7:05       ` Igor Grinberg
2017-05-04 10:08         ` Marek Vasut
2017-05-05 14:17         ` Tom Rini
2017-05-08 12:45           ` Igor Grinberg [this message]

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=6fbad56c-68d5-7f6d-5bee-2021cb8c3f9a@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /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.