1. 05 1月, 2016 1 次提交
  2. 27 12月, 2015 1 次提交
    • L
      gpio: lpc32xx: Be sure to clamp return value · 2e6d8456
      Linus Walleij 提交于
      As we want gpio_chip .get() calls to be able to return negative
      error codes and propagate to drivers, we need to go over all
      drivers and make sure their return values are clamped to [0,1].
      We do this by using the ret = !!(val) design pattern.
      
      Cc: Roland Stigge <stigge@antcom.de>
      Cc: Vladimir Zapolskiy <vz@mleia.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      2e6d8456
  3. 20 10月, 2014 1 次提交
  4. 19 6月, 2014 1 次提交
  5. 04 12月, 2013 1 次提交
    • L
      gpio/pinctrl: make gpio_chip members typed boolean · 9fb1f39e
      Linus Walleij 提交于
      This switches the two members of struct gpio_chip that were
      defined as unsigned foo:1 to bool, because that is indeed what
      they are. Switch all users in the gpio and pinctrl subsystems
      to assign these values with true/false instead of 0/1. The
      users outside these subsystems will survive since true/false
      is 1/0, atleast we set some kind of more strict typing example.
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      9fb1f39e
  6. 03 12月, 2013 1 次提交
  7. 16 10月, 2013 1 次提交
  8. 16 4月, 2013 1 次提交
  9. 11 4月, 2013 1 次提交
  10. 29 11月, 2012 2 次提交
  11. 30 9月, 2012 1 次提交
  12. 25 9月, 2012 1 次提交
  13. 12 7月, 2012 2 次提交
  14. 19 5月, 2012 1 次提交
  15. 13 3月, 2012 2 次提交
  16. 23 1月, 2012 1 次提交
  17. 22 8月, 2011 2 次提交
  18. 27 7月, 2010 1 次提交