1. 13 2月, 2014 1 次提交
  2. 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
  3. 23 9月, 2013 1 次提交
  4. 30 8月, 2013 1 次提交
  5. 16 8月, 2013 2 次提交
  6. 12 4月, 2013 1 次提交
  7. 27 3月, 2013 1 次提交
  8. 28 1月, 2013 2 次提交
  9. 25 1月, 2013 2 次提交
  10. 29 11月, 2012 1 次提交
  11. 18 11月, 2012 2 次提交
  12. 18 7月, 2012 2 次提交
  13. 26 5月, 2012 1 次提交
  14. 19 5月, 2012 1 次提交
    • A
      Add support for TCA6424A · ae79c190
      Andreas Schallenberg 提交于
      This patch extends the PCA953x driver to support TI's TCA6424A 24 bit I2C I/O expander. The patch is based on code by Michele
      Bevilacqua.
      
      Changes in v2:
      - Compare ngpio against 24 in both places, not >16
      - Larger datatype now u32 instead of uint.
        Bit fields not used for struct members since their address is taken.
      - Be precise: TCA6424A (untested for older TCA6424)
      
      Signed-off-by: Andreas Schallenberg<Andreas.Schallenberg@3alitytechnica.com>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      ae79c190
  15. 22 11月, 2011 1 次提交
  16. 29 10月, 2011 2 次提交
  17. 14 10月, 2011 1 次提交
  18. 17 6月, 2011 3 次提交
  19. 09 6月, 2011 3 次提交
  20. 07 6月, 2011 2 次提交
  21. 27 5月, 2011 1 次提交
  22. 20 5月, 2011 1 次提交
  23. 31 3月, 2011 1 次提交
  24. 25 3月, 2011 1 次提交
  25. 24 2月, 2011 1 次提交
  26. 12 2月, 2011 1 次提交
  27. 14 1月, 2011 1 次提交
  28. 27 10月, 2010 1 次提交
  29. 28 5月, 2010 1 次提交