Re: [U-Boot] [PATCH 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi

2012-06-26 Thread Stephen Warren
On 06/24/2012 11:22 AM, Vikram Narayanan wrote: > > Add the driver to the rpi_b's default config It looks like there's a blank line before the patch description there. Aside from that and the nit below, Acked-by: Stephen Warren > diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h

[U-Boot] [PATCH 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi

2012-06-24 Thread Vikram Narayanan
Add the driver to the rpi_b's default config Signed-off-by: Vikram Narayanan Cc: Stephen Warren Cc: Albert Aribaud --- include/configs/rpi_b.h |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..fb45a18 1