Re: [U-Boot] [PATCH] Kirkwood: add Marvell Sheevaplug gpio support

Am Montag 29 Juni 2009 10:15:22 schrieb Prafulla Wadaskar:
-----Original Message----- From: Dieter Kiermaier [mailto:dk-arm-linux@gmx.de] Sent: Monday, June 29, 2009 1:33 PM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: [PATCH] Kirkwood: add Marvell Sheevaplug gpio support
Hi List,
this if my first patch which goes to the wild. So please don't be croos with me if I made some stupid thing :) Any comments or feedback would be very welcome!
Is it common that the patch writer gives his Signed-off-by or who is responsible for that?
Cheers, Dieter
From e89ebedf1528e821e504c91af802687efb21533b Mon Sep 17 00:00:00 2001 From: Dieter Kiermaier dk-arm-linux@gmx.de Date: Fri, 26 Jun 2009 14:45:13 +0200 Subject: [PATCH] Kirkwood: add Marvell Sheevaplug gpio support
Signed-off-by is MUST
board/Marvell/sheevaplug/sheevaplug.c | 1 + cpu/arm926ejs/kirkwood/Makefile | 1 + cpu/arm926ejs/kirkwood/gpio.c | 144 +++++++++++++++++++++++++++++++++ include/asm-arm/arch-kirkwood/gpio.h | 43 ++++++++++
Spilt this patch into two, 1. gpio support for Kirkwood SOC and 2. Sheevaplug updates Move gpio stuff to drivers/gpio/
Is it ok to leave gpio.h file in include/asm-arm/arch-kirkwood/ ?
Thanks, Dieter
participants (1)
-
Dieter Kiermaier