1. 10 6月, 2015 1 次提交
  2. 18 3月, 2015 1 次提交
  3. 29 10月, 2014 1 次提交
  4. 04 9月, 2014 1 次提交
  5. 28 7月, 2014 2 次提交
  6. 22 7月, 2014 1 次提交
  7. 11 7月, 2014 5 次提交
  8. 19 6月, 2014 3 次提交
  9. 27 5月, 2014 2 次提交
  10. 23 5月, 2014 1 次提交
  11. 05 5月, 2014 1 次提交
  12. 04 5月, 2014 10 次提交
  13. 22 4月, 2014 6 次提交
  14. 05 3月, 2014 2 次提交
  15. 20 1月, 2014 1 次提交
  16. 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
  17. 30 8月, 2013 1 次提交