[PATCH 00/10] ARM i.MX: add gpiolib support

Steffen Trumtrar s.trumtrar at pengutronix.de
Fri Aug 31 04:54:22 EDT 2012


Hi all,

this patch series moves mach-imx to gpiolib support.
This was tested on imx6 and at least compiles on other SoC-defconfigs.

Greetings,
Steffen

Sascha Hauer (2):
  add gpiolib support
  ARM i.MX: switch to gpiolib support

Steffen Trumtrar (8):
  ARM i.MX5: add imx-gpio devices
  ARM i.MX6: add imx-gpio devices
  ARM i.MX53: add imx-gpio devices
  ARM i.MX35: add imx-gpio devices
  ARM i.MX27: add imx-gpio devices
  ARM i.MX25: add imx-gpio devices
  ARM i.MX1: add imx-gpio devices
  ARM i.MX21: add imx-gpio devices

 arch/arm/mach-imx/gpio.c  |   91 +++++++++++++++++++-----------
 arch/arm/mach-imx/imx1.c  |    9 +++
 arch/arm/mach-imx/imx21.c |   15 +++++
 arch/arm/mach-imx/imx25.c |    4 ++
 arch/arm/mach-imx/imx27.c |    6 ++
 arch/arm/mach-imx/imx35.c |    4 ++
 arch/arm/mach-imx/imx51.c |    5 ++
 arch/arm/mach-imx/imx53.c |    7 +++
 arch/arm/mach-imx/imx6.c  |   14 +++++
 drivers/Makefile          |    1 +
 drivers/gpio/Makefile     |    1 +
 drivers/gpio/gpio.c       |  134 +++++++++++++++++++++++++++++++++++++++++++++
 include/gpio.h            |   32 ++++++++---
 13 files changed, 283 insertions(+), 40 deletions(-)
 create mode 100644 drivers/gpio/Makefile
 create mode 100644 drivers/gpio/gpio.c

-- 
1.7.10.4




More information about the barebox mailing list