public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 00/15] usb: ohci dm support & add sunxi ehci + ohci support
@ 2015-05-10 12:10 Hans de Goede
  2015-05-10 12:10 ` [U-Boot] [PATCH v5 01/15] usb: Fix handover of full-speed devices from ehci to companion Hans de Goede
                   ` (14 more replies)
  0 siblings, 15 replies; 45+ messages in thread
From: Hans de Goede @ 2015-05-10 12:10 UTC (permalink / raw)
  To: u-boot

Hi All,

Here is a new series which applies on top of u-boot-dm/master, this contains
all my usb (dm) ohci / ehci / sunxi patches which have been posted before
and not yet merged. The series is at v5 because for a couple of patches from
my first posting of the ehci sunxi dm series this is the 5th posting, for
most patches this is the 2nd posting.

Marek, can we please have your ack for patches 1-4 and 11-12, then Simon can
merge the entire series through the u-boot-dm tree.

Changes since the previous posting of these patches:

-"usb: usb: usb_control_msg() propagate controller error code"
 New patch in this version
-"usb: legacy_hub_port_reset() check and propagate usb_set_port_feature()  errors"
 New patch in this version
-"usb: Stop reset procedure when a dev is handed over to a companion hcd"
 Rewritten to not use an usb_companion_device_count global variable
-"dm: usb: Add support for interrupt queues to the dm ehci code":
 squashed into "dm: usb: Add support for interrupt queues to the dm usb code"
 so as to not have a not building intermediate state
-"dm: usb: Add support for companion controllers"
 Check device_active() before touching the controllers
-"dm: usb: Do not scan companion buses if no devices where handed over"
 Make companion_device_count an uclass private variable
-"usb: ohci: Do not resubmit and leak urbs for interrupt packets"
 Improved commit message
-"usb: ohci: Remove unnecessary delays from hc_start and power power-on paths"
 Improved commit message
-"usb: ohci: Skip unnecessary mdelay(1) calls in various places"
 Add a ohci_mdelay helper macro
-"usb: ohci: Add dm support"
 Fixed TODO about freeing resources on deregister
-"sunxi: ohci: Add ohci usb host controller support"
 Fixed build failure on sun6i / sun8i, added some extra comments to the code

Thanks & Regards,

Hans

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

end of thread, other threads:[~2015-05-13 19:55 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 12:10 [U-Boot] [PATCH v5 00/15] usb: ohci dm support & add sunxi ehci + ohci support Hans de Goede
2015-05-10 12:10 ` [U-Boot] [PATCH v5 01/15] usb: Fix handover of full-speed devices from ehci to companion Hans de Goede
2015-05-10 16:12   ` Marek Vasut
2015-05-11 22:36     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 02/15] usb: usb_control_msg() propagate controller error code Hans de Goede
2015-05-10 16:13   ` Marek Vasut
2015-05-11 22:36     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 03/15] usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors Hans de Goede
2015-05-10 16:13   ` Marek Vasut
2015-05-11 22:36     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 04/15] usb: Stop reset procedure when a dev is handed over to a companion hcd Hans de Goede
2015-05-10 16:13   ` Marek Vasut
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 05/15] dm: usb: Prefix ehci interrupt-queue functions with _ehci_ Hans de Goede
2015-05-10 21:58   ` Simon Glass
2015-05-11 18:27     ` Hans de Goede
2015-05-10 12:10 ` [U-Boot] [PATCH v5 06/15] dm: usb: Add support for interrupt queues to the dm usb code Hans de Goede
2015-05-11 22:37   ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 07/15] dm: usb: Move printing of usb scan status to usb_scan_bus() Hans de Goede
2015-05-11 22:37   ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 08/15] dm: usb: Add support for companion controllers Hans de Goede
2015-05-11 22:33   ` Simon Glass
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 09/15] dm: usb: Do not scan companion buses if no devices where handed over Hans de Goede
2015-05-11 22:33   ` Simon Glass
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 10/15] usb: ohci: Do not resubmit and leak urbs for interrupt packets Hans de Goede
2015-05-11 22:37   ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 11/15] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths Hans de Goede
2015-05-10 16:11   ` Marek Vasut
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 12/15] usb: ohci: Skip unnecessary mdelay(1) calls in various places Hans de Goede
2015-05-10 16:12   ` Marek Vasut
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 13/15] usb: ohci: Add dm support Hans de Goede
2015-05-11 22:37   ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 14/15] sunxi: ehci: Convert to the driver-model Hans de Goede
2015-05-10 12:22   ` Ian Campbell
2015-05-11 22:37     ` Simon Glass
2015-05-10 12:10 ` [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support Hans de Goede
2015-05-11 22:37   ` Simon Glass
2015-05-12  7:23     ` Hans de Goede
2015-05-12 22:39       ` Simon Glass
2015-05-13 12:40         ` Hans de Goede
2015-05-13 19:55           ` Simon Glass

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