1. 11 10月, 2013 1 次提交
  2. 02 10月, 2013 4 次提交
  3. 24 9月, 2013 1 次提交
  4. 23 9月, 2013 4 次提交
  5. 21 9月, 2013 11 次提交
  6. 20 9月, 2013 1 次提交
  7. 19 9月, 2013 4 次提交
  8. 18 9月, 2013 1 次提交
  9. 17 9月, 2013 4 次提交
  10. 13 9月, 2013 1 次提交
  11. 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
  12. 03 9月, 2013 1 次提交
  13. 30 8月, 2013 4 次提交
  14. 29 8月, 2013 1 次提交
  15. 26 8月, 2013 1 次提交