From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Thu, 30 Apr 2015 16:39:48 +0200 Subject: [U-Boot] [PATCH 0/8] usb: driver-model fixes and dm support sunxi-ehci.c In-Reply-To: <1430404524-31413-1-git-send-email-hdegoede@redhat.com> References: <1430404524-31413-1-git-send-email-hdegoede@redhat.com> Message-ID: <55423EB4.80005@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 30-04-15 16:35, Hans de Goede wrote: > Hi Simon and Marek, > > This series completes my work on converting the sunxi usb/ehci code to > the driver model. With this series everything works as it did before, > and all the issues I've been seeing when switching to the driver model > are resolved. > > Please review / merge. I think it would be best to merge this through > the dm tree. Note that the last patch (the actual conversion of the ehci-sunxi.c code) depends on the 6 patch sunxi series starting with this patch: http://patchwork.ozlabs.org/patch/465369/ So it is probably best if I take 8/8 upstream through the sunxi tree. So assuming that the patch get a favorable review, the plan would be to merge 1-7 through the dm tree and once that is done I'll take care of the sunxi side if things. Regards, Hans p.s. Next stop: "Adding dm support to the ohci code and get it to work on sunxi"