Hi,

this includes some fixes from v1:
        - remove imx_gpio_base[] and imx_gpio_count
        - regain two functions in include/gpio.h
        - add "config GPIOLIB" to drivers/gpio/Kconfig
        - select GPIOLIB in all converted i.MXs

Regards,
Steffen


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

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

 arch/arm/mach-imx/Kconfig |    9 +++
 arch/arm/mach-imx/gpio.c  |   94 +++++++++++++++++++------------
 arch/arm/mach-imx/imx1.c  |   18 +++---
 arch/arm/mach-imx/imx21.c |   22 +++++---
 arch/arm/mach-imx/imx25.c |   13 ++---
 arch/arm/mach-imx/imx27.c |   17 ++----
 arch/arm/mach-imx/imx31.c |   12 ++--
 arch/arm/mach-imx/imx35.c |   12 ++--
 arch/arm/mach-imx/imx51.c |   14 ++---
 arch/arm/mach-imx/imx53.c |   19 +++----
 arch/arm/mach-imx/imx6.c  |   26 +++++----
 drivers/Makefile          |    1 +
 drivers/gpio/Kconfig      |    2 +
 drivers/gpio/Makefile     |    1 +
 drivers/gpio/gpio.c       |  134 +++++++++++++++++++++++++++++++++++++++++++++
 include/gpio.h            |   27 ++++++++-
 16 files changed, 298 insertions(+), 123 deletions(-)
 create mode 100644 drivers/gpio/Kconfig
 create mode 100644 drivers/gpio/Makefile
 create mode 100644 drivers/gpio/gpio.c

-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to