1. a2b37ef Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next by Mark Brown · 12 years ago
  2. 3689cf7 Merge remote-tracking branch 'regmap/topic/async' into regmap-next by Mark Brown · 12 years ago
  3. 3bef905 Merge remote-tracking branch 'regmap/topic/24bit' into regmap-next by Mark Brown · 12 years ago
  4. f88948e regmap: Export regmap_async_complete() by Mark Brown · 12 years ago
  5. f804fb5 regmap: Export regmap_async_complete_cb by Axel Lin · 12 years ago
  6. 30b2a55 regmap: include linux/sched.h to fix build by Stephen Warren · 12 years ago
  7. 0d509f2 regmap: Add asynchronous I/O support by Mark Brown · 12 years ago
  8. d2a5884 regmap: Add "no-bus" option for regmap API by Andrey Smirnov · 12 years ago
  9. 31b35e9e regmap: fix small typo in regmap_bulk_write comment by Nestor Ovroy · 12 years ago
  10. 07c320d regmap: Add provisions to have user-defined write operation by Andrey Smirnov · 12 years ago
  11. ad27840 regmap: Add provisions to have user-defined read operation by Andrey Smirnov · 12 years ago
  12. 237019e regmap: Add support for 24 bit wide register addresses by Lars-Peter Clausen · 12 years ago
  13. 7c8a299 Merge remote-tracking branch 'regmap/topic/type' into regmap-next by Mark Brown · 12 years ago
  14. 76aad39 regmap: introduce tables for readable/writeable/volatile/precious checks by Davide Ciminaghi · 12 years ago
  15. 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
  16. 869e4a5 Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  17. 6d04b8a regmap: core: Report registers in hex when we can't cache by Mark Brown · 12 years ago
  18. 1a61cfe regmap: Fix printing of size_t variable by Fabio Estevam · 12 years ago
  19. 0d4529c regmap: make lock/unlock functions customizable by Davide Ciminaghi · 12 years ago
  20. a8f28cf regmap: silence GCC warning by Paul Bolle · 12 years ago
  21. 8a2ceac regmap: Split raw writes that cross window boundaries by Mark Brown · 12 years ago
  22. 0ff3e62 regmap: Make return code checks consistent by Mark Brown · 12 years ago
  23. 98bc7df regmap: Factor range lookup out of page selection by Mark Brown · 12 years ago
  24. 4b020b3 regmap: Provide debugfs read of register ranges by Mark Brown · 12 years ago
  25. d058bb4 regmap: Allow ranges to be named by Mark Brown · 12 years ago
  26. 061adc0 regmap: When we sanity check during range adds say what errors we find by Mark Brown · 12 years ago
  27. e3549cd regmap: Rename n_ranges to num_ranges by Mark Brown · 12 years ago
  28. 4d87951 regmap: Don't lock in regmap_reinit_cache() by Dimitris Papastamos · 12 years ago
  29. 38e2319 Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next by Mark Brown · 12 years ago
  30. 1044c18 regmap: Add hook for printk logging for debugging during early init by Mark Brown · 12 years ago
  31. 632a5b0 regmap: Fix work_buf switching for page update during virtual range access. by Krystian Garbaciak · 12 years ago
  32. 6863ca6 regmap: Add support for register indirect addressing. by Krystian Garbaciak · 12 years ago
  33. fc3ebd7 regmap: Move lock out from internal function _regmap_update_bits(). by Krystian Garbaciak · 12 years ago
  34. 752a6a5 regmap: Export regmap_reinit_cache() by Mark Brown · 13 years ago
  35. 5494a98 regmap: Fix the size calculation for map->format.buf_size by Fabio Estevam · 12 years ago
  36. bfaa25f regmap: clean up debugfs if regmap_init fails by Stephen Warren · 12 years ago
  37. 141eba2 regmap: allow busses to request formatting with specific endianness by Stephen Warren · 12 years ago
  38. 06e65cb Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next by Mark Brown · 13 years ago
  39. 25061d2 Merge tag 'regmap-3.4' into regmap-stride by Mark Brown · 13 years ago
  40. 6560ffd regmap: fix possible memory corruption in regmap_bulk_read() by Laxman Dewangan · 13 years ago
  41. 72b39f6 regmap: Implement dev_get_regmap() by Mark Brown · 13 years ago
  42. 7a64761 regmap: Devices using format_write don't support bulk operations by Mark Brown · 13 years ago
  43. 2e33caf regmap: Converts group operation into single read write operations by Ashish Jangam · 13 years ago
  44. f298536 regmap: Cache single values read from the chip by Mark Brown · 13 years ago
  45. f01ee60 regmap: implement register striding by Stephen Warren · 13 years ago
  46. c0cc6fe Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-stride by Mark Brown · 13 years ago
  47. d3c242e regmap: allow regmap instances to be named by Stephen Warren · 13 years ago
  48. 851960b regmap: validate regmap_raw_read/write val_len by Stephen Warren · 13 years ago
  49. bacdbe0 regmap: introduce fast_io busses, and use a spinlock for them by Stephen Warren · 13 years ago
  50. 0135bbc regmap: introduce explicit bus_context for bus callbacks by Stephen Warren · 13 years ago
  51. d939fb9 regmap: Use pad_bits and reg_bits when determining register format. by Marc Reilly · 13 years ago
  52. ea279fc regmap: Add support for device with 24 data bits. by Marc Reilly · 13 years ago
  53. addfd8a Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next by Mark Brown · 13 years ago
  54. eae4b51 Merge remote-tracking branch 'regmap/topic/introspection' into regmap-next by Mark Brown · 13 years ago
  55. 7d9aca3 Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next by Mark Brown · 13 years ago
  56. e1c1c69 Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-next by Mark Brown · 13 years ago
  57. f5d6eba regmap: Fix future missing prototype of devres_alloc() and friends by Stephen Warren · 13 years ago
  58. 19694b5 regmap: delete unused module.h from drivers/base/regmap files by Paul Gortmaker · 13 years ago
  59. b8fb5ab regmap: Support raw reads from cached registers by Mark Brown · 13 years ago
  60. 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
  61. 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
  62. a6539c3 regmap: Allow users to query the size of register values by Mark Brown · 13 years ago
  63. 7d5e525 regmap: Implement support for 32 bit registers and values by Mark Brown · 13 years ago
  64. 8eaeb21 regmap: add regmap_bulk_write() for register write by Laxman Dewangan · 13 years ago
  65. c915719 regmap: Support for caching in reg_raw_write() by Laxman Dewangan · 13 years ago
  66. 2a14d7d9 regmap: Fix kcalloc parameters swapped by Axel Lin · 13 years ago
  67. c0eb467 regmap: Implement managed regmap_init() by Mark Brown · 13 years ago
  68. 4191f19 regmap: if format_write is used, declare all registers as "unreadable" by Wolfram Sang · 13 years ago
  69. c212acc regmap: Properly round reg_bytes and val_bytes by Wolfram Sang · 13 years ago
  70. 9aa5075 regmap: Add support for 2/6 register formating by Wolfram Sang · 13 years ago
  71. a24f64a regmap: Reset device debugfs when reinitialising the cache by Mark Brown · 13 years ago
  72. 22f0d90 regmap: Support register patch sets by Mark Brown · 13 years ago
  73. 421e8d2 regmap: Reset cache status when reinitialsing the cache by Mark Brown · 13 years ago
  74. 82159ba regmap: Add support for padding between register and address by Mark Brown · 13 years ago
  75. 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
  76. bf31517 regmap: Allow drivers to reinitialise the register cache at runtime by Mark Brown · 13 years ago
  77. 018690d regmap: Allow regmap_update_bits() users to detect changes by Mark Brown · 13 years ago
  78. 052d2cd regmap: Do debugfs init before cache init by Mark Brown · 13 years ago
  79. d91e8db regmap: Suppress noop writes in regmap_update_bits() by Mark Brown · 13 years ago
  80. 7e5ec63 regmap: Add support for 10/14 register formating by Lars-Peter Clausen · 13 years ago
  81. 1925441 regmap: Try cached read before checking if a hardware read is possible by Lars-Peter Clausen · 13 years ago
  82. e5e3b8a regmap: Move initialization of regcache related fields to regcache_init by Lars-Peter Clausen · 13 years ago
  83. abbb18f regmap: return ERR_PTR instead of NULL in regmap_init by Lars-Peter Clausen · 13 years ago
  84. 58072cb regmap: Fix memory leak in regmap_init error path by Lars-Peter Clausen · 13 years ago
  85. c48a9d7 regmap: Support some more block operations on cached devices by Lars-Peter Clausen · 13 years ago
  86. 82cd996 regmap: Add helper function for checking if a register range is volatile by Lars-Peter Clausen · 13 years ago
  87. 81bf58e Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next by Mark Brown · 13 years ago
  88. 8ae0d7e regmap: Track if the register cache is dirty and suppress unneeded syncs by Mark Brown · 13 years ago
  89. b973aa3 regmap: Fix typo in kerneldoc for regmap_update_bits() by Mark Brown · 13 years ago
  90. de2d808 regmap: Support some block operations on cached devices by Mark Brown · 13 years ago
  91. 04e016a regmap: Warn on raw I/O as well as bulk reads that bypass cache by Mark Brown · 13 years ago
  92. 4d2dc09 regmap: Make _regmap_write() global by Dimitris Papastamos · 13 years ago
  93. 5d1729e regmap: Incorporate the regcache core into regmap by Dimitris Papastamos · 13 years ago
  94. 6f30644 regmap: Add support for device specific write and read flag masks. by Lars-Peter Clausen · 13 years ago
  95. a7ace56 Merge branch 'regmap-linus' into regmap-next by Mark Brown · 13 years ago
  96. 5204f5e regmap: Remove bitrotted module_put()s by Mark Brown · 13 years ago
  97. 8de2f08 regmap: Add functions to check for access on registers by Mark Brown · 13 years ago
  98. 2efe164 regmap: Skip precious registers when dumping registers via debugfs by Mark Brown · 13 years ago
  99. 31244e3 regmap: Provide register map dump via debugfs by Mark Brown · 13 years ago
  100. 93de912 regmap: Use a local header for API internals by Mark Brown · 13 years ago