From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Sat, 1 Oct 2011 17:42:41 +0100 Subject: [PATCH v2 0/5] ARM: pxa: move gpio driver into drivers directory In-Reply-To: <1317377960-11063-1-git-send-email-haojian.zhuang@marvell.com> References: <1317377960-11063-1-git-send-email-haojian.zhuang@marvell.com> Message-ID: <20111001164241.GK11710@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 30, 2011 at 06:19:15PM +0800, Haojian Zhuang wrote: > Changelog: > v2: > 1. Remove gpio.c from mach-pxa & mach-mmp that is introduced from v1. > 2. Remove init function in gpio.c. Move the platfrom_device_register() > into platform driver. > 3. Initialize pxa_gpio_regs in gpio-pxa.c > 4. Simplify code of identifing pxa gpio series or mmp gpio series. > 5. Use linux/io.h instead of asm/io.h. This series looks fine to me. You don't mention what it's based upon - should I assume my gpio patch series? If so, it looks fine to be submitted to the patch system. It would be nice to have a few acks from people against it first though. Thanks.