1. 18 8月, 2016 1 次提交
  2. 30 6月, 2016 1 次提交
    • C
      regmap: Support bulk writes for devices without raw formatting · 5bf75b44
      Chen-Yu Tsai 提交于
      When doing a bulk writes from a device which lacks raw I/O support we
      fall back to doing register at a time reads but we still use the raw
      formatters in order to render the data into the word size used by the
      device (since bulk reads still operate on the device word size rather
      than unsigned ints).  This means that devices without raw formatting
      such as those that provide reg_read() are not supported.  Provide
      handling for them by copying the values read into native endian values
      of the appropriate size.
      
      This complements commit d5b98eb1 ("regmap: Support bulk reads for
      devices without raw formatting").
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      5bf75b44
  3. 05 3月, 2016 1 次提交
  4. 26 2月, 2016 1 次提交
  5. 20 2月, 2016 12 次提交
  6. 02 2月, 2016 1 次提交
  7. 28 1月, 2016 1 次提交
    • M
      regmap: Add explict native endian flag to DT bindings · a06c488d
      Mark Brown 提交于
      Currently the binding document says that if no endianness is configured
      we use native endian but this is not in fact true for all binding types
      and we do have some devices that really want native endianness such as
      Broadcom MIPS SoCs where switching the endianness of the CPU also
      switches the endianness of external IPs.
      
      Provide an explicit option for this.
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a06c488d
  8. 16 12月, 2015 1 次提交
  9. 13 12月, 2015 2 次提交
  10. 09 12月, 2015 2 次提交
  11. 06 10月, 2015 2 次提交
  12. 05 10月, 2015 1 次提交
  13. 15 9月, 2015 1 次提交
  14. 31 8月, 2015 2 次提交
  15. 30 8月, 2015 3 次提交
  16. 22 8月, 2015 3 次提交
  17. 21 8月, 2015 1 次提交
  18. 15 8月, 2015 1 次提交
  19. 12 8月, 2015 3 次提交