From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:56:22 +0100 Subject: [U-Boot] [PATCH v2 5/6] sunxi: axp: Add driver-model support to the axp_gpio code In-Reply-To: <1430041887-20790-6-git-send-email-hdegoede@redhat.com> References: <1430041887-20790-1-git-send-email-hdegoede@redhat.com> <1430041887-20790-6-git-send-email-hdegoede@redhat.com> Message-ID: <1430574982.15640.120.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: > Add driver-model support to the axp_gpio code, note that this needs a small > tweak to the driver-model version of sunxi_name_to_gpio to deal with the > vbus detect and enable pins which are not standard numbered gpios. > > Signed-off-by: Hans de Goede Modulo Simon's one comment: Acked-by: Ian Campbell