Re: [U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function

2014-10-05 Thread Hans de Goede
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 alr

Re: [U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function

2014-10-04 Thread Ian Campbell
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. ___ U-Boot mailing list U-Boot@lists.denx.de http://list

[U-Boot] [PATCH 1/6] sunxi: Add sunxi_gpio_get_val function

2014-10-03 Thread Hans de Goede
Signed-off-by: Hans de Goede --- arch/arm/cpu/armv7/sunxi/pinmux.c | 13 + arch/arm/include/asm/arch-sunxi/gpio.h | 1 + 2 files changed, 14 insertions(+) diff --git a/arch/arm/cpu/armv7/sunxi/pinmux.c b/arch/arm/cpu/armv7/sunxi/pinmux.c index 1f2843f..a3e5bfc 100644 --- a/arc