From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 02 May 2015 14:51:52 +0100 Subject: [U-Boot] [PATCH v2 1/6] sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops In-Reply-To: <1430041887-20790-2-git-send-email-hdegoede@redhat.com> References: <1430041887-20790-1-git-send-email-hdegoede@redhat.com> <1430041887-20790-2-git-send-email-hdegoede@redhat.com> Message-ID: <1430574712.15640.116.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: > Change the axp_gpio_foo function prototypes to match the gpio uclass op > prototypes, this is a preparation patch for moving the axp gpio code to > a separate driver-model gpio driver. > > Note that the ugly calls with a NULL udev pointer in drivers/gpio/sunxi_gpio.c > this adds are removed in a later patch. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell