From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 05 Oct 2014 16:42:40 +0200 Subject: [U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function In-Reply-To: <1412410464.17796.54.camel@hellion.org.uk> References: <1412348759-4599-1-git-send-email-hdegoede@redhat.com> <1412348759-4599-2-git-send-email-hdegoede@redhat.com> <1412410464.17796.54.camel@hellion.org.uk> Message-ID: <543158E0.2070702@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 Ian, Thanks for the reviews! On 10/04/2014 10:14 AM, Ian Campbell wrote: > 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. Oops, I actually already checked if we did not have such a function, as I thought that we should have one, but I could not find it. Ah well. I'll drop this from the v2 of the series. Regards, Hans