From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:57:40 +0100 Subject: [U-Boot] [PATCH v2 6/6] sunxi: axp: Remove non driver-model support from the axp gpio code In-Reply-To: <1430041887-20790-7-git-send-email-hdegoede@redhat.com> References: <1430041887-20790-1-git-send-email-hdegoede@redhat.com> <1430041887-20790-7-git-send-email-hdegoede@redhat.com> Message-ID: <1430575060.15640.121.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-04-26 at 11:51 +0200, Hans de Goede wrote: > Now that all sunxi boards are using driver-model for gpio (*), we can remove > the non driver-model support from the axp gpio code, and the glue to call > into the axp gpio code from the sunxi_gpio non driver-model code. > > *) For the regular u-boot build, SPL still uses non driver-model gpio for > now, but the SPL never uses axp gpios support and we were already not building > axp-gpio support for the SPL. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell