1. 8eaeb21 regmap: add regmap_bulk_write() for register write by Laxman Dewangan · 13 years ago
  2. c915719 regmap: Support for caching in reg_raw_write() by Laxman Dewangan · 13 years ago
  3. 421e8d2 regmap: Reset cache status when reinitialsing the cache by Mark Brown · 13 years ago
  4. 8569d02 Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next by Mark Brown · 13 years ago
  5. bf31517 regmap: Allow drivers to reinitialise the register cache at runtime by Mark Brown · 13 years ago
  6. 018690d regmap: Allow regmap_update_bits() users to detect changes by Mark Brown · 13 years ago
  7. 052d2cd regmap: Do debugfs init before cache init by Mark Brown · 13 years ago
  8. d91e8db2 regmap: Suppress noop writes in regmap_update_bits() by Mark Brown · 13 years ago
  9. 7e5ec63 regmap: Add support for 10/14 register formating by Lars-Peter Clausen · 13 years ago
  10. 1925441 regmap: Try cached read before checking if a hardware read is possible by Lars-Peter Clausen · 13 years ago
  11. e5e3b8a regmap: Move initialization of regcache related fields to regcache_init by Lars-Peter Clausen · 13 years ago
  12. abbb18f regmap: return ERR_PTR instead of NULL in regmap_init by Lars-Peter Clausen · 13 years ago
  13. 58072cb regmap: Fix memory leak in regmap_init error path by Lars-Peter Clausen · 13 years ago
  14. c48a9d7 regmap: Support some more block operations on cached devices by Lars-Peter Clausen · 13 years ago
  15. 82cd996 regmap: Add helper function for checking if a register range is volatile by Lars-Peter Clausen · 13 years ago
  16. 81bf58e Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next by Mark Brown · 13 years ago
  17. 8ae0d7e regmap: Track if the register cache is dirty and suppress unneeded syncs by Mark Brown · 13 years ago
  18. b973aa3 regmap: Fix typo in kerneldoc for regmap_update_bits() by Mark Brown · 13 years ago
  19. de2d808 regmap: Support some block operations on cached devices by Mark Brown · 13 years ago
  20. 04e016a regmap: Warn on raw I/O as well as bulk reads that bypass cache by Mark Brown · 13 years ago
  21. 4d2dc09 regmap: Make _regmap_write() global by Dimitris Papastamos · 13 years ago
  22. 5d1729e regmap: Incorporate the regcache core into regmap by Dimitris Papastamos · 13 years ago
  23. 6f30644 regmap: Add support for device specific write and read flag masks. by Lars-Peter Clausen · 13 years ago
  24. a7ace56 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  25. 5204f5e regmap: Remove bitrotted module_put()s by Mark Brown · 13 years ago
  26. 8de2f08 regmap: Add functions to check for access on registers by Mark Brown · 14 years ago
  27. 2efe164 regmap: Skip precious registers when dumping registers via debugfs by Mark Brown · 14 years ago
  28. 31244e3 regmap: Provide register map dump via debugfs by Mark Brown · 14 years ago
  29. 93de912 regmap: Use a local header for API internals by Mark Brown · 14 years ago
  30. 7330478 regmap: Implement writable register checks by Mark Brown · 14 years ago
  31. fb2736b regmap: Add basic tracepoints by Mark Brown · 14 years ago
  32. 555feda Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next by Mark Brown · 14 years ago
  33. 2547e20 regmap: Just send the buffer directly for single register writes by Mark Brown · 14 years ago
  34. 2e2ae66 regmap: Allow devices to specify which registers are accessible by Mark Brown · 14 years ago
  35. 40c5cc2 regmap: Fix bulk reads by Mark Brown · 14 years ago
  36. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 14 years ago