[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307184940-16291-1-git-send-email-shawn.guo@linaro.org>
Date: Sat, 4 Jun 2011 18:55:37 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: grant.likely@...retlab.ca, arnd@...db.de, kernel@...gutronix.de,
linux-arm-kernel@...ts.infradead.org, patches@...aro.org
Subject: [PATCH v3 0/3] Move Freescale MXS gpio driver into drivers/gpio
The patch set moves Freescale MXS gpio driver from mach-mxs into
drivers/gpio.
Changes since v2:
* Add a patch as the first one just copying mach-mxs gpio into
drivers/gpio
* Add the missing ".owner = THIS_MOUDLE" for gpio-mxs driver
Shawn Guo (3):
gpio: gpio-mxs: copy mach-mxs/gpio.c into drivers/gpio
gpio: gpio-mxs: make it work for Freescale MXS architecture
ARM: mxs: use gpio-mxs driver by adding platform device
arch/arm/mach-mxs/Makefile | 2 +-
arch/arm/mach-mxs/devices.c | 11 +
arch/arm/mach-mxs/devices/Makefile | 1 +
arch/arm/mach-mxs/devices/platform-gpio-mxs.c | 53 +++++
arch/arm/mach-mxs/gpio.h | 34 ---
arch/arm/mach-mxs/include/mach/devices-common.h | 2 +
arch/arm/mach-mxs/mach-mx28evk.c | 1 -
arch/arm/mach-mxs/mm-mx23.c | 1 -
arch/arm/mach-mxs/mm-mx28.c | 1 -
drivers/gpio/Makefile | 1 +
.../arm/mach-mxs/gpio.c => drivers/gpio/gpio-mxs.c | 227 ++++++++++++--------
11 files changed, 202 insertions(+), 132 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists