
23 Oct
2014
23 Oct
'14
5:07 a.m.
On 22 September 2014 17:30, Simon Glass sjg@chromium.org wrote:
Convert the BCM2835 GPIO driver to use driver model, and switch over Raspberry Pi to use this, since it is the only board.
Signed-off-by: Simon Glass sjg@chromium.org
arch/arm/include/asm/arch-bcm2835/gpio.h | 9 ++ board/raspberrypi/rpi_b/rpi_b.c | 11 ++ drivers/gpio/bcm2835_gpio.c | 180 +++++++++++++++++++++++++++---- include/configs/rpi_b.h | 5 + 4 files changed, 182 insertions(+), 23 deletions(-)
Applied to u-boot-dm/master.