public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support
Date: Wed, 6 May 2015 00:52:39 +0200	[thread overview]
Message-ID: <201505060052.39471.marex@denx.de> (raw)
In-Reply-To: <55494920.8000404@redhat.com>

On Wednesday, May 06, 2015 at 12:50:08 AM, Hans de Goede wrote:
> Hi,

Hi!

> On 05/06/2015 12:23 AM, Marek Vasut wrote:
> > On Tuesday, May 05, 2015 at 11:56:03 PM, Hans de Goede wrote:
> >> Hi Marek and Simon,
> > 
> > Hi!
> > 
> >> Here is a series with a few usb core fixes, a lot of ohci fixes and ohci
> >> dm support (tested on sunxi). This series sits on top of the series
> >> adding companion controller support to the dm usb code and 2 ehci fixes
> >> which I send earlier today.
> > 
> > Who do you what to pick this (and the EHCI DM one) please ?
> 
> Since this entire series only touches non dm code, except for the last
> one I was sortof expecting you to pick it up, but going through the dm
> tree, or through the sunxi tree for that matter is fine with me to.

I don't have much which can interfere in the usb tree, so going through
-dm is fine with me. Please take it through -dm .

Best regards,
Marek Vasut

  reply	other threads:[~2015-05-05 22:52 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 21:56 [U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support Hans de Goede
2015-05-05 21:56 ` [U-Boot] [PATCH 01/16] usb: Fix maxpacketsize for first descriptor read for low-speed usb devs Hans de Goede
2015-05-05 22:54   ` Marek Vasut
2015-05-06 21:43     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 02/16] usb: Stop reset procedure when a dev is handed over to a companion hcd Hans de Goede
2015-05-05 22:54   ` Marek Vasut
2015-05-05 21:56 ` [U-Boot] [PATCH 03/16] usb: ohci: Remove unused devgone global variable Hans de Goede
2015-05-05 22:55   ` Marek Vasut
2015-05-06 21:43     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 04/16] usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars Hans de Goede
2015-05-05 22:55   ` Marek Vasut
2015-05-06 21:43     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 05/16] usb: ohci: Move the ohci_dev struct to inside the main ohci struct Hans de Goede
2015-05-05 22:57   ` Marek Vasut
2015-05-06 21:43     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 06/16] usb: ohci: Move the td array struct to inside the ohci_dev struct Hans de Goede
2015-05-05 22:57   ` Marek Vasut
2015-05-06 21:44     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 07/16] usb: ohci: Remove unnecessary phcca variable Hans de Goede
2015-05-05 22:57   ` Marek Vasut
2015-05-06 21:44     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 08/16] usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c Hans de Goede
2015-05-05 22:58   ` Marek Vasut
2015-05-06 21:44     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0 Hans de Goede
2015-05-05 22:59   ` Marek Vasut
2015-05-05 23:25     ` Hans de Goede
2015-05-05 23:38       ` Marek Vasut
2015-05-06 21:44         ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 10/16] usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus Hans de Goede
2015-05-05 23:02   ` Marek Vasut
2015-05-06 21:44     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout Hans de Goede
2015-05-05 22:59   ` Marek Vasut
2015-05-06 21:44     ` Simon Glass
2015-05-05 21:56 ` [U-Boot] [PATCH 12/16] usb: ohci: Do not resubmit and leak urbs for interrupt packets Hans de Goede
2015-05-05 23:00   ` Marek Vasut
2015-05-05 21:56 ` [U-Boot] [PATCH 13/16] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths Hans de Goede
2015-05-05 23:01   ` Marek Vasut
2015-05-10  9:10     ` Hans de Goede
2015-05-10  9:49       ` Marek Vasut
2015-05-05 21:56 ` [U-Boot] [PATCH 14/16] usb: ohci: Skip unnecessary mdelay(1) calls in various places Hans de Goede
2015-05-05 23:01   ` Marek Vasut
2015-05-05 21:56 ` [U-Boot] [PATCH 15/16] usb: ohci: Add dm support Hans de Goede
2015-05-05 23:04   ` Marek Vasut
2015-05-05 21:56 ` [U-Boot] [PATCH 16/16] sunxi: ohci: Add ohci usb host controller support Hans de Goede
2015-05-05 23:03   ` Marek Vasut
2015-05-09 13:56     ` Ian Campbell
2015-05-05 22:23 ` [U-Boot] [PATCH 00/16] usb core fixes + ohci fixes + ohci dm support Marek Vasut
2015-05-05 22:24   ` Simon Glass
2015-05-05 22:50   ` Hans de Goede
2015-05-05 22:52     ` Marek Vasut [this message]
2015-05-05 22:53       ` Simon Glass
2015-05-05 23:03         ` Marek Vasut
2015-05-05 22:52     ` Simon Glass

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=201505060052.39471.marex@denx.de \
    --to=marex@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox