From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 31 Oct 2014 15:03:14 +0100 Subject: [U-Boot] [PATCH v3 0/6] dm: Introduce driver model for sunxi In-Reply-To: <1414722350-11166-1-git-send-email-sjg@chromium.org> References: <1414722350-11166-1-git-send-email-sjg@chromium.org> Message-ID: <545396A2.1050307@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 10/31/2014 03:25 AM, Simon Glass wrote: > This series adds driver model support for serial and GPIO for sunxi. Since > I only have a sun7i board to test with, I have added a new config for the > pcDuino3, which uses device tree and driver model. This should make it > fairly easy to enable for the other boards at some point. > > This series is available at u-boot-dm/sunix-working. > > Changes in v3: > - Move enabling of 'dm' command to sunxi-common.h > - Put enabling of DM GPIO into sunxi-common.h > - Rebase to master > - Move DM enable options to sunxi-common > > Changes in v2: > - Remove references to exynos and tegra > - Use the word 'bank' instead of 'port' > - Split non-sunxi patches into a separate dependent series > > Simon Glass (6): > dm: sunxi: dts: Add sun7i device tree files > dm: sunxi: Add a new config for an FDT-based pcDuino3 > dm: sunxi: Add pinmux functions which take a bank parameter > dm: sunxi: Make sure that GPIOs are requested > dm: sunxi: Modify the GPIO driver to support driver model > dm: sunxi: Add support for serial using driver model Thanks, merged and pushed to u-boot-sunxi/next, I'm going to run some tests now, and when those are done I'll also push this to u-boot-sunxi/master and send a pull-req. Regards, Hans