From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 04 Oct 2014 09:14:24 +0100 Subject: [U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function In-Reply-To: <1412348759-4599-2-git-send-email-hdegoede@redhat.com> References: <1412348759-4599-1-git-send-email-hdegoede@redhat.com> <1412348759-4599-2-git-send-email-hdegoede@redhat.com> Message-ID: <1412410464.17796.54.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 Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote: > Signed-off-by: Hans de Goede drivers/gpio/sunxi_gpio.c already has sunxi_gpio_input exported via the standard gpio_get_value name. Ian.