1. 11 8月, 2015 1 次提交
  2. 22 6月, 2015 3 次提交
  3. 19 5月, 2015 1 次提交
  4. 30 3月, 2015 1 次提交
    • C
      mfd: arizona: Correct type of gpio_defaults · 6e00ff07
      Charles Keepax 提交于
      gpio_defaults needs to be specified as an unsigned int rather than an
      int, because the intention of the DT binding is that all out of range
      values for a 16-bit register will cause the defaults to be used,
      however, if gpio_defaults is an int then values that are larger than
      INT_MAX will become negative numbers and be written out directly to the
      hardware. As no where in the code replies on gpio_defaults being an int,
      the simplest fix is to just change it to unsigned.
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      6e00ff07
  5. 04 3月, 2015 2 次提交
  6. 26 2月, 2015 1 次提交
  7. 26 11月, 2014 2 次提交
  8. 11 11月, 2014 1 次提交
  9. 26 9月, 2014 2 次提交
  10. 28 7月, 2014 4 次提交
  11. 09 7月, 2014 1 次提交
  12. 16 6月, 2014 1 次提交
  13. 10 6月, 2014 1 次提交
  14. 04 6月, 2014 1 次提交
  15. 03 6月, 2014 1 次提交
  16. 19 4月, 2014 1 次提交
  17. 19 3月, 2014 2 次提交
  18. 09 3月, 2014 1 次提交
  19. 10 1月, 2014 1 次提交
  20. 07 1月, 2014 1 次提交
  21. 19 12月, 2013 1 次提交
  22. 21 11月, 2013 1 次提交
  23. 20 11月, 2013 1 次提交
  24. 23 10月, 2013 1 次提交
  25. 15 7月, 2013 1 次提交
  26. 18 6月, 2013 1 次提交
  27. 13 6月, 2013 1 次提交
  28. 23 5月, 2013 1 次提交
  29. 22 5月, 2013 1 次提交
  30. 20 5月, 2013 1 次提交
  31. 09 4月, 2013 1 次提交