1. 01 10月, 2013 2 次提交
  2. 22 9月, 2013 1 次提交
  3. 13 9月, 2013 1 次提交
  4. 04 9月, 2013 1 次提交
    • L
      gpio: return -ENOTSUPP if debounce cannot be set · 65d87656
      Linus Walleij 提交于
      It appears some drivers are using gpio_set_debounce()
      opportunistically, i.e. without knowing whether it works or
      not. (Example: input/keyboard/gpio_keys.c) to account for
      this use case, return -ENOTSUPP and do not print any
      warnings in this case.
      
      Took a round over the other gpio_set_debounce() consumers
      to make sure that none of them are relying on the returned
      error code to be something specific.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      65d87656
  5. 03 9月, 2013 1 次提交
  6. 30 8月, 2013 4 次提交
  7. 29 8月, 2013 1 次提交
  8. 26 8月, 2013 1 次提交
  9. 24 8月, 2013 3 次提交
  10. 16 8月, 2013 13 次提交
  11. 31 7月, 2013 4 次提交
  12. 30 7月, 2013 1 次提交
  13. 23 7月, 2013 1 次提交
  14. 22 7月, 2013 1 次提交
    • D
      gpio: pxa: remove dead code · 5dbb7c63
      Daniel Mack 提交于
      Commit f8731174 ("ARM: mmp: add more compatible names in gpio driver")
      changed the driver logic to determine the number of available GPIOs from
      the compatible string, and hence obsoleted the (undocumented) child
      nodes that were previously necessary. However, it left some remainder
      which can be safely removed now.
      
      Also, this patch makes pxa_gpio_probe_dt() return the correct value in
      case irq_alloc_descs() fails.
      Signed-off-by: NDaniel Mack <zonque@gmail.com>
      Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      5dbb7c63
  15. 21 7月, 2013 5 次提交