1. 04 3月, 2014 1 次提交
  2. 27 2月, 2014 2 次提交
  3. 24 2月, 2014 4 次提交
  4. 13 2月, 2014 9 次提交
  5. 12 2月, 2014 4 次提交
  6. 07 2月, 2014 1 次提交
  7. 06 2月, 2014 8 次提交
  8. 03 2月, 2014 5 次提交
  9. 21 1月, 2014 2 次提交
  10. 20 1月, 2014 2 次提交
  11. 17 1月, 2014 1 次提交
    • L
      gpio: mcp23s08: Add irq functionality for i2c chips · 4e47f91b
      Lars Poeschel 提交于
      This adds interrupt functionality for i2c chips to the driver.
      They can act as a interrupt-controller and generate interrupts, if
      the inputs change.
      This is tested with a mcp23017 chip on an arm based platform.
      
      v3:
      - be a bit more clear that the irq functionality is also available
        on spi versions of the chips, but the linux driver does not support
        this yet
      
      v2:
      - some more word about irq-mirror property in binding doc
      - use of_read_bool instead of of_find_property for
        "interrupt-contrller" and "irq-mirror"
      - cache the "interrupt-controller" for remove function
      - do set the irq-mirror bit only if device is marked as
        interrupt-controller
      - do create the irq mapping and setup of irq_desc of all possible
        interrupts in probe path instead of in gpio_to_irq
      - mark gpios as in use as interrupts in irq in irq_startup and
        unlock it in irq_shutdown
      - rename virq to child_irq
      - remove dev argument from mcp23s08_irq_setup function
      - move gpiochip_add before mcp23s08_irq_setup in probe path
      Signed-off-by: NLars Poeschel <poeschel@lemonage.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      4e47f91b
  12. 15 1月, 2014 1 次提交
    • S
      ARM: S5P[v210|c100|64x0]: Fix build error · 785acec3
      Sachin Kamat 提交于
      gpio-samsung.h header file introduced by commit 93177be0910c
      ("ARM: S3C[24|64]xx: move includes back under <mach/> scope")
      is required only by S3C[24|64]xx machines. Include them conditionally
      to avoid the following build errors for other machine configurations.
      drivers/gpio/gpio-samsung.c:35:31: fatal error: mach/gpio-samsung.h: No such file or directory
      arch/arm/plat-samsung/pm-gpio.c:22:31: fatal error: mach/gpio-samsung.h: No such file or directory
      Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      785acec3