1. 6560ffd regmap: fix possible memory corruption in regmap_bulk_read() by Laxman Dewangan · 12 years ago
  2. f4e52e7 Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  3. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  4. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  5. c04c1b9 regmap: prevent division by zero in rbtree_show by Stephen Warren · 12 years ago
  6. e466de0 regmap: Export regcache_sync_region() by Mark Brown · 12 years ago
  7. 4b4e9e4 regmap: rbtree: Fix register default look-up in sync by Lars-Peter Clausen · 12 years ago
  8. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  9. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 12 years ago
  10. addfd8a Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next by Mark Brown · 12 years ago
  11. eae4b51 Merge remote-tracking branch 'regmap/topic/introspection' into regmap-next by Mark Brown · 12 years ago
  12. 4a6be7b Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next by Mark Brown · 12 years ago
  13. 7d9aca3 Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next by Mark Brown · 12 years ago
  14. e1c1c69 Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-next by Mark Brown · 12 years ago
  15. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
  16. f5d6eba regmap: Fix future missing prototype of devres_alloc() and friends by Stephen Warren · 12 years ago
  17. f9353e7 regmap: Fix rbtree block base in sync by Mark Brown · 12 years ago
  18. 994f5db regcache: Make sure we sync register 0 in an rbtree cache by Mark Brown · 12 years ago
  19. 19694b5 regmap: delete unused module.h from drivers/base/regmap files by Paul Gortmaker · 12 years ago
  20. a0941e5 regmap: Fix x86_64 breakage by Mark Brown · 12 years ago
  21. 4d4cfd1 regmap: Allow drivers to sync only part of the register cache by Mark Brown · 13 years ago
  22. ac8d91c regmap: Supply ranges to the sync operations by Mark Brown · 13 years ago
  23. 5d5b7d4 regmap: Add tracepoints for cache only and cache bypass by Mark Brown · 13 years ago
  24. 6ff7373 regmap: Mark the cache as clean after a successful sync by Mark Brown · 13 years ago
  25. c3ec232 regmap: Remove default cache sync implementation by Mark Brown · 13 years ago
  26. a3c3774 regmap: Skip hardware defaults for LZO caches by Mark Brown · 13 years ago
  27. f0c2319 regmap: Expose the driver name in debugfs by Dimitris Papastamos · 13 years ago
  28. 09c6ecd regmap: Add support for writing to regmap registers via debugfs by Dimitris Papastamos · 13 years ago
  29. b8fb5ab regmap: Support raw reads from cached registers by Mark Brown · 13 years ago
  30. aca1e17 Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-drivers by Mark Brown · 13 years ago
  31. 3bf06a1 Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-drivers by Mark Brown · 13 years ago
  32. a6539c3 regmap: Allow users to query the size of register values by Mark Brown · 13 years ago
  33. 7d5e525 regmap: Implement support for 32 bit registers and values by Mark Brown · 13 years ago
  34. df00c79 regmap: Bypassing cache when initializing cache by Laxman Dewangan · 13 years ago
  35. 61cddc5 regmap: Fix cache defaults initialization from raw cache defaults by Lars-Peter Clausen · 13 years ago
  36. 8eaeb21 regmap: add regmap_bulk_write() for register write by Laxman Dewangan · 13 years ago
  37. c915719 regmap: Support for caching in reg_raw_write() by Laxman Dewangan · 13 years ago
  38. 2a14d7d regmap: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
  39. 028a01e regmap: Add debugfs information for the cache status by Mark Brown · 13 years ago
  40. 847fb6f regmap: Don't use bitfields for booleans by Mark Brown · 13 years ago
  41. aa795d1 regmap: Remove incorrect unreachable comment in regcache_set_val() by Axel Lin · 13 years ago
  42. c0eb467 regmap: Implement managed regmap_init() by Mark Brown · 13 years ago
  43. 4191f19 regmap: if format_write is used, declare all registers as "unreadable" by Wolfram Sang · 13 years ago
  44. c212acc regmap: Properly round reg_bytes and val_bytes by Wolfram Sang · 13 years ago
  45. 9aa5075 regmap: Add support for 2/6 register formating by Wolfram Sang · 13 years ago
  46. a24f64a regmap: Reset device debugfs when reinitialising the cache by Mark Brown · 13 years ago
  47. 8a892d6 regmap: Bypass the cache when applying patches by Mark Brown · 13 years ago
  48. d9db762 regmap: Skip patch application when the cache is not dirty on sync by Mark Brown · 13 years ago
  49. 7e53b19 regmap: Unexport regcache_write() and regcache_read() by Mark Brown · 13 years ago
  50. 22f0d90 regmap: Support register patch sets by Mark Brown · 13 years ago
  51. 421e8d2 regmap: Reset cache status when reinitialsing the cache by Mark Brown · 13 years ago
  52. 82159ba regmap: Add support for padding between register and address by Mark Brown · 13 years ago
  53. 681ba97 Merge branch 'regmap/irq' into regmap-next by Mark Brown · 13 years ago
  54. 209a600 regmap: Add irq_base accessor to regmap_irq by Mark Brown · 13 years ago
  55. 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
  56. bf31517 regmap: Allow drivers to reinitialise the register cache at runtime by Mark Brown · 13 years ago
  57. bc7ee55 regmap: Add trace event for successful cache reads by Mark Brown · 13 years ago
  58. 018690d regmap: Allow regmap_update_bits() users to detect changes by Mark Brown · 13 years ago
  59. c86845dc Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 13 years ago
  60. d23511f regmap: Report if we actually handled an interrupt in regmap-irq by Mark Brown · 13 years ago
  61. cce585c regmap: Fix rbtreee build when not using debugfs by Mark Brown · 13 years ago
  62. bad2ab4 regmap: Provide debugfs dump of the rbtree cache data by Mark Brown · 13 years ago
  63. 052d2cd regmap: Do debugfs init before cache init by Mark Brown · 13 years ago
  64. d91e8db regmap: Suppress noop writes in regmap_update_bits() by Mark Brown · 13 years ago
  65. 4c69166 regmap: Remove indexed cache type by Mark Brown · 13 years ago
  66. b44d48c regmap: Drop check whether a register is readable in regcache_read by Lars-Peter Clausen · 13 years ago
  67. 064d4db regmap: Properly round cache_word_size by Lars-Peter Clausen · 13 years ago
  68. 7e5ec63 regmap: Add support for 10/14 register formating by Lars-Peter Clausen · 13 years ago
  69. 1925441 regmap: Try cached read before checking if a hardware read is possible by Lars-Peter Clausen · 13 years ago
  70. 720e461 regmap: Make reg_config reg_defaults const by Lars-Peter Clausen · 13 years ago
  71. e5e3b8a regmap: Move initialization of regcache related fields to regcache_init by Lars-Peter Clausen · 13 years ago
  72. c2b1ecd regmap: Do not call regcache_exit from regcache_lzo_init error path by Lars-Peter Clausen · 13 years ago
  73. 462a185 regmap: Do not call regcache_exit from regcache_rbtree_init error path by Lars-Peter Clausen · 13 years ago
  74. bd061c7 regmap: Fix memory leak in regcache_init error path by Lars-Peter Clausen · 13 years ago
  75. 021cd61 regmap: Fix memory leak in regcache_hw_init error path by Lars-Peter Clausen · 13 years ago
  76. abbb18f regmap: return ERR_PTR instead of NULL in regmap_init by Lars-Peter Clausen · 13 years ago
  77. 58072cb regmap: Fix memory leak in regmap_init error path by Lars-Peter Clausen · 13 years ago
  78. c48a9d7 regmap: Support some more block operations on cached devices by Lars-Peter Clausen · 13 years ago
  79. 82cd996 regmap: Add helper function for checking if a register range is volatile by Lars-Peter Clausen · 13 years ago
  80. 81bf58e Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next by Mark Brown · 13 years ago
  81. 50b776f regmap: Rename LZO cache type to compressed by Mark Brown · 13 years ago
  82. 8ae0d7e regmap: Track if the register cache is dirty and suppress unneeded syncs by Mark Brown · 13 years ago
  83. b973aa3 regmap: Fix typo in kerneldoc for regmap_update_bits() by Mark Brown · 13 years ago
  84. 7ea7580 regmap: Fix word wrap in Makefile by Mark Brown · 13 years ago
  85. 82732bd regmap: Prepare LZO cache for variable block sizes by Mark Brown · 13 years ago
  86. f8beab2 regmap: Add a reusable irq_chip for regmap based interrupt controllers by Mark Brown · 13 years ago
  87. 1b6bc32 drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required. by Paul Gortmaker · 13 years ago
  88. 4e7e2a2 Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap by Linus Torvalds · 13 years ago
  89. de2d808 regmap: Support some block operations on cached devices by Mark Brown · 13 years ago
  90. 8528bdd regmap: Allow caches for devices with no defaults by Mark Brown · 13 years ago
  91. b03622a regmap: Ensure rbtree syncs registers set to zero properly by Mark Brown · 13 years ago
  92. e42c5a9 regmap: Allow rbtree to cache zero default values by Mark Brown · 13 years ago
  93. 04e016a regmap: Warn on raw I/O as well as bulk reads that bypass cache by Mark Brown · 13 years ago
  94. 6e6ace0 regmap: Return a sensible error code if we fail to read the cache by Mark Brown · 13 years ago
  95. f094fea regmap: Use bsearch() to search the register defaults by Mark Brown · 13 years ago
  96. 0eef6b0 regmap: Fix doc comment by Dimitris Papastamos · 13 years ago
  97. c08604b regmap: Optimize the lookup path to use binary search by Dimitris Papastamos · 13 years ago
  98. ac77a76 regmap: Ensure we scream if we enable cache bypass/only at the same time by Dimitris Papastamos · 13 years ago
  99. 6eb0f5e regmap: Implement regcache_cache_bypass helper function by Dimitris Papastamos · 13 years ago
  100. beb1a10 regmap: Save/restore the bypass state upon syncing by Dimitris Papastamos · 13 years ago