1. 61cddc5 regmap: Fix cache defaults initialization from raw cache defaults by Lars-Peter Clausen · 12 years ago
  2. 421e8d2 regmap: Reset cache status when reinitialsing the cache by Mark Brown · 12 years ago
  3. 681ba97 Merge branch 'regmap/irq' into regmap-next by Mark Brown · 13 years ago
  4. 209a600 regmap: Add irq_base accessor to regmap_irq by Mark Brown · 13 years ago
  5. 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
  6. bf31517 regmap: Allow drivers to reinitialise the register cache at runtime by Mark Brown · 13 years ago
  7. bc7ee55 regmap: Add trace event for successful cache reads by Mark Brown · 13 years ago
  8. 018690d regmap: Allow regmap_update_bits() users to detect changes by Mark Brown · 13 years ago
  9. c86845dc Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 13 years ago
  10. d23511f regmap: Report if we actually handled an interrupt in regmap-irq by Mark Brown · 13 years ago
  11. cce585c regmap: Fix rbtreee build when not using debugfs by Mark Brown · 13 years ago
  12. bad2ab4 regmap: Provide debugfs dump of the rbtree cache data by Mark Brown · 13 years ago
  13. 052d2cd regmap: Do debugfs init before cache init by Mark Brown · 13 years ago
  14. d91e8db regmap: Suppress noop writes in regmap_update_bits() by Mark Brown · 13 years ago
  15. 4c69166 regmap: Remove indexed cache type by Mark Brown · 13 years ago
  16. b44d48c regmap: Drop check whether a register is readable in regcache_read by Lars-Peter Clausen · 13 years ago
  17. 064d4db regmap: Properly round cache_word_size by Lars-Peter Clausen · 13 years ago
  18. 7e5ec63 regmap: Add support for 10/14 register formating by Lars-Peter Clausen · 13 years ago
  19. 1925441 regmap: Try cached read before checking if a hardware read is possible by Lars-Peter Clausen · 13 years ago
  20. 720e461 regmap: Make reg_config reg_defaults const by Lars-Peter Clausen · 13 years ago
  21. e5e3b8a regmap: Move initialization of regcache related fields to regcache_init by Lars-Peter Clausen · 13 years ago
  22. c2b1ecd regmap: Do not call regcache_exit from regcache_lzo_init error path by Lars-Peter Clausen · 13 years ago
  23. 462a185 regmap: Do not call regcache_exit from regcache_rbtree_init error path by Lars-Peter Clausen · 13 years ago
  24. bd061c7 regmap: Fix memory leak in regcache_init error path by Lars-Peter Clausen · 13 years ago
  25. 021cd61 regmap: Fix memory leak in regcache_hw_init error path by Lars-Peter Clausen · 13 years ago
  26. abbb18f regmap: return ERR_PTR instead of NULL in regmap_init by Lars-Peter Clausen · 13 years ago
  27. 58072cb regmap: Fix memory leak in regmap_init error path by Lars-Peter Clausen · 13 years ago
  28. c48a9d7 regmap: Support some more block operations on cached devices by Lars-Peter Clausen · 13 years ago
  29. 82cd996 regmap: Add helper function for checking if a register range is volatile by Lars-Peter Clausen · 13 years ago
  30. 81bf58e Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next by Mark Brown · 13 years ago
  31. 50b776f regmap: Rename LZO cache type to compressed by Mark Brown · 13 years ago
  32. 8ae0d7e regmap: Track if the register cache is dirty and suppress unneeded syncs by Mark Brown · 13 years ago
  33. b973aa3 regmap: Fix typo in kerneldoc for regmap_update_bits() by Mark Brown · 13 years ago
  34. 7ea7580 regmap: Fix word wrap in Makefile by Mark Brown · 13 years ago
  35. 82732bd regmap: Prepare LZO cache for variable block sizes by Mark Brown · 13 years ago
  36. f8beab2 regmap: Add a reusable irq_chip for regmap based interrupt controllers by Mark Brown · 13 years ago
  37. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  38. 4e7e2a2 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap by Linus Torvalds · 13 years ago
  39. de2d808 regmap: Support some block operations on cached devices by Mark Brown · 13 years ago
  40. 8528bdd regmap: Allow caches for devices with no defaults by Mark Brown · 13 years ago
  41. b03622a regmap: Ensure rbtree syncs registers set to zero properly by Mark Brown · 13 years ago
  42. e42c5a9 regmap: Allow rbtree to cache zero default values by Mark Brown · 13 years ago
  43. 04e016a regmap: Warn on raw I/O as well as bulk reads that bypass cache by Mark Brown · 13 years ago
  44. 6e6ace0 regmap: Return a sensible error code if we fail to read the cache by Mark Brown · 13 years ago
  45. f094fea regmap: Use bsearch() to search the register defaults by Mark Brown · 13 years ago
  46. 0eef6b0 regmap: Fix doc comment by Dimitris Papastamos · 13 years ago
  47. c08604b regmap: Optimize the lookup path to use binary search by Dimitris Papastamos · 13 years ago
  48. ac77a76 regmap: Ensure we scream if we enable cache bypass/only at the same time by Dimitris Papastamos · 13 years ago
  49. 6eb0f5e regmap: Implement regcache_cache_bypass helper function by Dimitris Papastamos · 13 years ago
  50. beb1a10 regmap: Save/restore the bypass state upon syncing by Dimitris Papastamos · 13 years ago
  51. 13753a9 regmap: Lock the sync path, ensure we use the lockless _regmap_write() by Dimitris Papastamos · 13 years ago
  52. 5fcd256 regmap: Fix apostrophe usage by Mark Brown · 13 years ago
  53. 4d2dc09 regmap: Make _regmap_write() global by Dimitris Papastamos · 13 years ago
  54. 2cd148f regmap: Fix lock used for regcache_cache_only() by Mark Brown · 13 years ago
  55. 38f6916 regmap: Grab the lock in regcache_cache_only() by Dimitris Papastamos · 13 years ago
  56. ec8a365 regmap: Modify map->cache_bypass directly by Dimitris Papastamos · 13 years ago
  57. a40c282 regmap: Fix regcache_sync generic implementation by Dimitris Papastamos · 13 years ago
  58. 3405add regmap: rbtree-cache: Move cached rbnode handling into lookup function by Lars-Peter Clausen · 13 years ago
  59. c571300 regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_val by Lars-Peter Clausen · 13 years ago
  60. 954757d regmap: Implement generic syncing functionality by Dimitris Papastamos · 13 years ago
  61. dfdc444 regmap: Fix signed/unsigned comparison by Dimitris Papastamos · 13 years ago
  62. 25ed115 regmap: Remove redundant member `word_size' from regcache_rbtree_node by Dimitris Papastamos · 13 years ago
  63. 92afb28 regmap: Allow drivers to control cache_only flag by Mark Brown · 13 years ago
  64. e7a6db3 regmap: A cache type of _NONE behaves like a bypassed cache by Mark Brown · 13 years ago
  65. 5d1729e regmap: Incorporate the regcache core into regmap by Dimitris Papastamos · 13 years ago
  66. 5936008 regmap: Add the regcache_sync trace event by Dimitris Papastamos · 13 years ago
  67. 2cbbb57 regmap: Add the LZO cache support by Dimitris Papastamos · 13 years ago
  68. 28644c8 regmap: Add the rbtree cache support by Dimitris Papastamos · 13 years ago
  69. 195af65 regmap: Add the indexed cache support by Dimitris Papastamos · 13 years ago
  70. 9fabe24 regmap: Introduce caching support by Dimitris Papastamos · 13 years ago
  71. 9ba3654 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap by Linus Torvalds · 13 years ago
  72. bbcf61c regmap: Make debugfs stubs static inline by Lars-Peter Clausen · 13 years ago
  73. 6f30644 regmap: Add support for device specific write and read flag masks. by Lars-Peter Clausen · 13 years ago
  74. d813ae9 regmap: Include the last register in debugfs output by Mark Brown · 13 years ago
  75. 5b457e3 regmap: Remove redundant owner field from the bus type struct by Mark Brown · 13 years ago
  76. a7ace56 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  77. 5204f5e regmap: Remove bitrotted module_put()s by Mark Brown · 13 years ago
  78. b5ddbf4 regmap: using module facilities requires module.h by Stephen Rothwell · 13 years ago
  79. 449e384 regmap: Provide access information via debugfs by Mark Brown · 13 years ago
  80. 21f5554 regmap: Share some of the debugfs infrastructure ready for more files by Mark Brown · 13 years ago
  81. 8de2f08 regmap: Add functions to check for access on registers by Mark Brown · 13 years ago
  82. 13c5413 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  83. b33f9cb regmap: Specify a module license by Stephen Warren · 13 years ago
  84. 790923e regmap: Remove unused type and list fields from bus interface by Mark Brown · 13 years ago
  85. cb3c2dc regmap: Fix type of field width specifiers for x86_64 by Mark Brown · 13 years ago
  86. 2efe164 regmap: Skip precious registers when dumping registers via debugfs by Mark Brown · 13 years ago
  87. 31244e3 regmap: Provide register map dump via debugfs by Mark Brown · 13 years ago
  88. 93de912 regmap: Use a local header for API internals by Mark Brown · 13 years ago
  89. 7330478 regmap: Implement writable register checks by Mark Brown · 13 years ago
  90. fb2736b regmap: Add basic tracepoints by Mark Brown · 13 years ago
  91. 555feda Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next by Mark Brown · 13 years ago
  92. 2547e20 regmap: Just send the buffer directly for single register writes by Mark Brown · 13 years ago
  93. 2e2ae66 regmap: Allow devices to specify which registers are accessible by Mark Brown · 13 years ago
  94. 40c5cc2 regmap: Fix bulk reads by Mark Brown · 13 years ago
  95. a676f08 regmap: Add SPI bus support by Mark Brown · 13 years ago
  96. 9943fa3 regmap: Add I2C bus support by Mark Brown · 13 years ago
  97. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 13 years ago