1. 30 Sep, 2012 3 commits
    • Arnd Bergmann's avatar
      gpio: pcf857x: select IRQ_DOMAIN · 901acf5b
      Arnd Bergmann authored
      Patch 6e20a0a4 "gpio: pcf857x: enable gpio_to_irq() support"
      added IRQ domain support to the pcf857x driver, but some configurations
      (e.g. davinci_all_defconfig) don't already enable CONFIG_IRQ_DOMAIN.
      
      Always selecting it from the Kconfig in this case is what other
      such drivers do as well, and avoids these build errors:
      
      Without this patch, building davinci_all_defconfig results in:
      
      drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_to_irq':
      drivers/gpio/gpio-pcf857x.c:167:2: error: implicit declaration of function 'irq_create_mapping'
      drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq_demux_work':
      drivers/gpio/gpio-pcf857x.c:183:3: error: implicit declaration of function 'irq_find_mapping'
      drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq_domain_cleanup':
      drivers/gpio/gpio-pcf857x.c:218:3: error: implicit declaration of function 'irq_domain_remove'
      drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq_domain_init':
      drivers/gpio/gpio-pcf857x.c:230:2: error: implicit declaration of function 'irq_domain_add_linear'
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      901acf5b
    • Roland Stigge's avatar
      gpio: Document device_node's det_debounce · 1ae96314
      Roland Stigge authored
      This patch adds documentation for set_debounce in struct device_node.
      Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      1ae96314
    • Roland Stigge's avatar
      gpio-lpc32xx: Add GPI_28 · 71fde000
      Roland Stigge authored
      This patch adds the missing gpi28 to the list of GPIOs in the GPI P3 "chip".
      
      NOTE: This patch depends on incrementing LPC32XX_GPI_P3_MAX.  When applied
      without the respective mach-lpc32xx patch (merged via arm-soc.git), gcc will
      give a warning about "excess elements in array initializer" but this doesn't
      harm.
      Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      71fde000
  2. 20 Sep, 2012 1 commit
  3. 18 Sep, 2012 3 commits
  4. 12 Sep, 2012 4 commits
  5. 11 Sep, 2012 3 commits
  6. 07 Sep, 2012 4 commits
  7. 06 Sep, 2012 2 commits
  8. 04 Sep, 2012 4 commits
  9. 01 Sep, 2012 3 commits
  10. 31 Aug, 2012 3 commits
  11. 23 Aug, 2012 1 commit
  12. 17 Aug, 2012 3 commits
  13. 16 Aug, 2012 6 commits