]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'gpio/gpio/next'
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 14 Oct 2011 03:54:07 +0000 (14:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 14 Oct 2011 03:54:07 +0000 (14:54 +1100)
1  2 
arch/arm/plat-nomadik/include/plat/gpio-nomadik.h
drivers/gpio/Kconfig
drivers/gpio/gpio-mxc.c
drivers/gpio/gpio-nomadik.c

Simple merge
index b588f8a41e601dfae772ee53570eec068bf5e78c,82f7b65baf7216a337b44ba46af2a956cde6cdb8..b81c989921141fc2fc1f457d62ed23a2f1d3ad7d
  #include <linux/of.h>
  #include <linux/of_device.h>
  #include <asm-generic/bug.h>
+ #include <asm/mach/irq.h>
  
 +#define irq_to_gpio(irq)      ((irq) - MXC_GPIO_IRQ_START)
 +
  enum mxc_gpio_hwtype {
        IMX1_GPIO,      /* runs on i.mx1 */
        IMX21_GPIO,     /* runs on i.mx21 and i.mx27 */
Simple merge