From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dieter Kiermaier Date: Mon, 29 Jun 2009 11:15:28 +0200 Subject: [U-Boot] [PATCH] Kirkwood: add Marvell Sheevaplug gpio support In-Reply-To: <73173D32E9439E4ABB5151606C3E19E201D90657B6@SC-VEXCH1.marvell.com> References: <73173D32E9439E4ABB5151606C3E19E201D90657B6@SC-VEXCH1.marvell.com> Message-ID: <200906291115.29032.dk-arm-linux@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Montag 29 Juni 2009 10:15:22 schrieb Prafulla Wadaskar: > > > -----Original Message----- > > From: Dieter Kiermaier [mailto:dk-arm-linux at gmx.de] > > Sent: Monday, June 29, 2009 1:33 PM > > To: u-boot at 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 > > 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