1. 4f7d6dd regmap: Fix implicit inclusion of device.h by Mark Brown · 9 years ago
  2. 8b31ec5 regcache: Introduce the index parsing API by stride order by Xiubo Li · 9 years ago
  3. ca747be regmap: core: Introduce register stride order by Xiubo Li · 9 years ago
  4. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  5. d4a1a31 Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next by Mark Brown · 9 years ago
  6. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  7. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  8. b4a21fc regmap: Allocate buffers with GFP_ATOMIC when fast_io == true by Stephen Boyd · 9 years ago
  9. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  10. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  11. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  12. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  13. 1c79771 regmap: Use regcache_mark_dirty() to indicate power loss or reset by Kevin Cernekee · 10 years ago
  14. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 10 years ago
  15. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  16. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  17. f93d1be regmap: Move spinlock_flags into the union by Wang, Yalin · 10 years ago
  18. 88507a2 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  19. 336fb81 regmap: change struct regmap's internal locks as union by Wang, Yalin · 10 years ago
  20. 5e0cbe7 regmap: Fix regcache debugfs initialization by Lars-Peter Clausen · 10 years ago
  21. e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 11 years ago
  22. f2783f0 Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago
  23. 0a81980 regmap: Simplify the initiation of async I/O by Mark Brown · 11 years ago
  24. 7e09a97 regmap: Cache async work structures by Mark Brown · 11 years ago
  25. a010237 regmap: Add regmap_fields APIs by Kuninori Morimoto · 11 years ago
  26. 3f4ff56 regmap: rbtree: Make cache_present bitmap per node by Lars-Peter Clausen · 11 years ago
  27. 1767da9 regmap: fix regcache_reg_present() for empty cache by Ionut Nicu · 11 years ago
  28. 7bc8c4c Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago
  29. 6725228 regmap: Add regmap_field APIs by Srinivas Kandagatla · 12 years ago
  30. 92ab1aa regmap: Make regmap-mmio usable from atomic contexts by Lars-Peter Clausen · 12 years ago
  31. 697e85b regmap: Add support for discarding parts of the register cache by Mark Brown · 12 years ago
  32. 38a8179 Merge remote-tracking branch 'regmap/topic/range' into regmap-next by Mark Brown · 12 years ago
  33. f8bd822 regmap: cache: Factor out block sync by Mark Brown · 12 years ago
  34. 78493f2 regmap: cache: Factor out reg_present support from rbtree cache by Mark Brown · 12 years ago
  35. 8817796 regmap: cache: Provide a get address of value operation by Mark Brown · 12 years ago
  36. 584de32 regmap: core: Make raw write available to regcache by Mark Brown · 12 years ago
  37. 065b4c5 regmap: debugfs: Add a registers `range' file by Dimitris Papastamos · 12 years ago
  38. 8a819ff regmap: core: Split out in place value parsing by Mark Brown · 12 years ago
  39. 879082c regmap: cache: Pass the map rather than the word size when updating values by Mark Brown · 12 years ago
  40. a2b37ef Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next by Mark Brown · 12 years ago
  41. 7798b58 Merge remote-tracking branch 'regmap/topic/flat' into regmap-next by Mark Brown · 12 years ago
  42. 4328002 Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next by Mark Brown · 12 years ago
  43. c2c1ee6 regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache by Dimitris Papastamos · 12 years ago
  44. 0d509f2 regmap: Add asynchronous I/O support by Mark Brown · 12 years ago
  45. d2a5884 regmap: Add "no-bus" option for regmap API by Andrey Smirnov · 12 years ago
  46. 07c320d regmap: Add provisions to have user-defined write operation by Andrey Smirnov · 12 years ago
  47. ad27840 regmap: Add provisions to have user-defined read operation by Andrey Smirnov · 12 years ago
  48. 2ac902c regmap: flat: Add flat cache type by Mark Brown · 12 years ago
  49. 8e24a6e Merge remote-tracking branch 'regmap/topic/table' into regmap-next by Mark Brown · 12 years ago
  50. db760fb Merge remote-tracking branch 'regmap/topic/lock' into regmap-next by Mark Brown · 12 years ago
  51. 5166b7c regmap: debugfs: Cache offsets of valid regions for dump by Mark Brown · 12 years ago
  52. cbc1938 regmap: Cache register and value sizes for debugfs by Mark Brown · 12 years ago
  53. 76aad39 regmap: introduce tables for readable/writeable/volatile/precious checks by Davide Ciminaghi · 12 years ago
  54. 3afa24f Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  55. 0d4529c regmap: make lock/unlock functions customizable by Davide Ciminaghi · 12 years ago
  56. 4b020b3 regmap: Provide debugfs read of register ranges by Mark Brown · 12 years ago
  57. d058bb4 regmap: Allow ranges to be named by Mark Brown · 12 years ago
  58. 6863ca6 regmap: Add support for register indirect addressing. by Krystian Garbaciak · 13 years ago
  59. 06e65cb Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next by Mark Brown · 13 years ago
  60. 72b39f6 regmap: Implement dev_get_regmap() by Mark Brown · 13 years ago
  61. 2e33caf regmap: Converts group operation into single read write operations by Ashish Jangam · 13 years ago
  62. f01ee60 regmap: implement register striding by Stephen Warren · 13 years ago
  63. c0cc6fe Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-stride by Mark Brown · 13 years ago
  64. abec95a regmap: fix compilation when !CONFIG_DEBUG_FS by Stephen Warren · 13 years ago
  65. d3c242e regmap: allow regmap instances to be named by Stephen Warren · 13 years ago
  66. bacdbe0 regmap: introduce fast_io busses, and use a spinlock for them by Stephen Warren · 13 years ago
  67. 0135bbc regmap: introduce explicit bus_context for bus callbacks by Stephen Warren · 13 years ago
  68. d939fb9 regmap: Use pad_bits and reg_bits when determining register format. by Marc Reilly · 13 years ago
  69. 4a6be7b Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next by Mark Brown · 13 years ago
  70. 7d9aca3 Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next by Mark Brown · 13 years ago
  71. ac8d91c regmap: Supply ranges to the sync operations by Mark Brown · 13 years ago
  72. 847fb6f regmap: Don't use bitfields for booleans by Mark Brown · 13 years ago
  73. 22f0d90 regmap: Support register patch sets by Mark Brown · 13 years ago
  74. 82159ba regmap: Add support for padding between register and address by Mark Brown · 13 years ago
  75. 4c69166 regmap: Remove indexed cache type by Mark Brown · 13 years ago
  76. e5e3b8a regmap: Move initialization of regcache related fields to regcache_init by Lars-Peter Clausen · 13 years ago
  77. 8ae0d7e regmap: Track if the register cache is dirty and suppress unneeded syncs by Mark Brown · 13 years ago
  78. 4d2dc09 regmap: Make _regmap_write() global by Dimitris Papastamos · 13 years ago
  79. 2cbbb57 regmap: Add the LZO cache support by Dimitris Papastamos · 13 years ago
  80. 28644c80 regmap: Add the rbtree cache support by Dimitris Papastamos · 13 years ago
  81. 195af65 regmap: Add the indexed cache support by Dimitris Papastamos · 13 years ago
  82. 9fabe24 regmap: Introduce caching support by Dimitris Papastamos · 13 years ago
  83. bbcf61c regmap: Make debugfs stubs static inline by Lars-Peter Clausen · 13 years ago
  84. 6f30644 regmap: Add support for device specific write and read flag masks. by Lars-Peter Clausen · 13 years ago
  85. 8de2f08 regmap: Add functions to check for access on registers 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