[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1305885089-27343-1-git-send-email-shawn.guo@linaro.org>
Date: Fri, 20 May 2011 17:51:25 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: grant.likely@...retlab.ca, linus.walleij@...aro.org,
kernel@...gutronix.de, linux-arm-kernel@...ts.infradead.org,
patches@...aro.org
Subject: [PATCH 0/4] add gpio driver gpio-mxs
The patch set is to move Freescale MXS gpio driver from mach-mxs
into drivers/gpio. Different from u300 gpio driver that all gpio
ports are registered as one device, gpio-mxs expects every single
port is a gpio device.
The first 3 patches are just to ease review and can be squashed into
the last one.
Shawn Guo (4):
gpio: gpio-mxs: add file gpio-mxs.c
gpio: gpio-mxs: drop mach-specific accessors
gpio: gpio-mxs: remove gpio port definition and registration
gpio: gpio-mxs: add gpio driver for Freescale MXS architecture
drivers/gpio/Kconfig | 3 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-mxs.c | 371 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 375 insertions(+), 0 deletions(-)
Regards,
Shawn
--
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