1. 03 1月, 2019 1 次提交
  2. 09 5月, 2016 1 次提交
  3. 16 3月, 2016 1 次提交
  4. 11 1月, 2016 1 次提交
  5. 26 10月, 2015 2 次提交
  6. 22 9月, 2015 3 次提交
  7. 11 8月, 2015 2 次提交
    • R
      mfd: arizona: Specify regmap endianness · 496e43ae
      Richard Fitzgerald 提交于
      Explicitly set the regmap endianness instead of relying on
      the default being correct.
      Signed-off-by: NRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      496e43ae
    • C
      mfd: arizona: Fixup register table definitions · e6c7efa7
      Charles Keepax 提交于
      The regmap register definitions have been a source of many small fixes
      as issues are discovered.  As such I made a small automated tool to
      check these definitions. This patch fixes the issues (mostly harmless)
      located by that tool, the issues fall into three catagories:
      
      1) Volatile registers that have a default in the defaults table (default
      has been removed from the table since it is redundant)
      2) Registers that are marked as volatile but unreadable (register has
      been removed from the volatile list since it is obviously not being
      used)
      3) Registers that arn't readable but have an entry in the defaults
      table (again removed since it is redundant)
      4) Readable non-volatile registers that are missing a default, these are
      dangerous as they won't get synced during a cache sync. Fortunately,
      most of them seem to be registers that shouldn't be there (for example
      wm5102 had readable registers for DRC2 and ISRC3 which is doesn't have)
      
      Hopefully another tool will be produced to check the actual default
      values themselves but that is outside the scope of this patch.
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      e6c7efa7
  8. 17 7月, 2015 1 次提交
  9. 09 7月, 2015 2 次提交
  10. 26 11月, 2014 2 次提交
  11. 26 9月, 2014 2 次提交
  12. 28 7月, 2014 4 次提交
  13. 03 6月, 2014 2 次提交
  14. 31 3月, 2014 2 次提交
  15. 19 3月, 2014 1 次提交
  16. 21 1月, 2014 1 次提交
  17. 10 1月, 2014 1 次提交
  18. 06 1月, 2014 1 次提交
  19. 19 12月, 2013 1 次提交
  20. 28 11月, 2013 1 次提交
  21. 21 11月, 2013 2 次提交
  22. 11 11月, 2013 1 次提交
  23. 23 10月, 2013 3 次提交
  24. 15 8月, 2013 2 次提交