1. 20 10月, 2014 1 次提交
  2. 19 6月, 2014 1 次提交
  3. 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
  4. 03 12月, 2013 1 次提交
  5. 16 10月, 2013 1 次提交
  6. 16 4月, 2013 1 次提交
  7. 11 4月, 2013 1 次提交
  8. 29 11月, 2012 2 次提交
  9. 30 9月, 2012 1 次提交
  10. 25 9月, 2012 1 次提交
  11. 12 7月, 2012 2 次提交
  12. 19 5月, 2012 1 次提交
  13. 13 3月, 2012 2 次提交
  14. 23 1月, 2012 1 次提交
  15. 22 8月, 2011 2 次提交
  16. 27 7月, 2010 1 次提交