From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 18 Apr 2015 23:50:27 +0200 Subject: [U-Boot] [PATCH 0/5] dm: usb: Start of sunxi support In-Reply-To: <1429378427-32319-1-git-send-email-sjg@chromium.org> References: <1429378427-32319-1-git-send-email-sjg@chromium.org> Message-ID: <5532D1A3.4070307@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 Simon, On 18-04-15 19:33, Simon Glass wrote: > This series adds a few starts for sunxi driver model support for USB. I > don't intend to finish it, but hopefully it helps things get going. > > > Simon Glass (5): > dm: sunxi: gpio: Add temporary implementation of name_to_gpio() > dm: sunxi: gpio: Rename GPIOs to include a 'P' prefix > dm: gpio: Remove default declaration of name_to_gpio() > dm: usb: Add more debugging in ehci-hcd.c > WIP: sunxi: Start of driver model USB implementation Thanks, I'll try to pick this series up once I'm done with my current sunxi dm efforts, which are to basically move all the sunxi boards to the device-model, so that we can stop putting #ifdef CONFIG_DM... blocks into sunxi specific code, and instead simply always device-model everywhere for sunxi. Regards, Hans