1. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  2. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  3. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 10 years ago
  4. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 10 years ago
  5. 7d720ee Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus by Mark Brown · 10 years ago
  6. 328f494 regmap: regcache-rbtree: Fix present bitmap resize by Lars-Peter Clausen · 10 years ago
  7. 4ceba98 regmap: Skip read-only registers in regcache_sync() by Takashi Iwai · 10 years ago
  8. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 10 years ago
  9. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  10. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  11. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  12. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  13. f93d1be regmap: Move spinlock_flags into the union by Wang, Yalin · 10 years ago
  14. a63b878 Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next by Mark Brown · 10 years ago
  15. 2285322 regmap: ac97: Add generic AC'97 callbacks by Mark Brown · 10 years ago
  16. e39be3a regmap: cache: Sort include headers alphabetically by Xiubo Li · 10 years ago
  17. fb70067 regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  18. 06f9c24 regmap: cache: use kmalloc_array instead of kmalloc by Xiubo Li · 10 years ago
  19. fbba43c regmap: cache: speed regcache_hw_init() up. by Xiubo Li · 10 years ago
  20. ba3f1c8 regmap: cache: fix errno in regcache_hw_init() by Xiubo Li · 10 years ago
  21. 5bd83ed regmap: cache: cleanup regcache_hw_init() by Xiubo Li · 10 years ago
  22. f5b313a Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 10 years ago
  23. 45942c3 Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next by Mark Brown · 10 years ago
  24. 88507a2 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  25. 18a64d8 Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus by Mark Brown · 10 years ago
  26. 25a9487 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 10 years ago
  27. 18c0301 regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  28. d6b41cb regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  29. 2c98e0c regmap: debugfs: fix possbile NULL pointer dereference by Xiubo Li · 10 years ago
  30. 5336be8 regmap: fix NULL pointer dereference in _regmap_write/read by Pankaj Dubey · 10 years ago
  31. 6e64b6c regmap: fix NULL pointer dereference in regmap_get_val_endian by Pankaj Dubey · 10 years ago
  32. f29a432 regmap: cache: Do not fail silently from regcache_sync calls by Jarkko Nikula · 10 years ago
  33. 2324067 Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  34. 336fb81 regmap: change struct regmap's internal locks as union by Wang, Yalin · 10 years ago
  35. ffff7a12a regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  36. d3b0533 Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus by Mark Brown · 10 years ago
  37. 5c1ebe7 regmap: Don't attempt block writes when syncing cache on single_rw devices by Mark Brown · 10 years ago
  38. cf673fb regmap: Split regmap_get_endian() in two functions by Geert Uytterhoeven · 10 years ago
  39. 5844a8b regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 10 years ago
  40. 5e0cbe7 regmap: Fix regcache debugfs initialization by Lars-Peter Clausen · 10 years ago
  41. 45e1a27 regmap: of_regmap_get_endian() cleanup by Stephen Warren · 10 years ago
  42. ba1b53f regmap: Fix DT endianess parsing logic by Javier Martinez Canillas · 10 years ago
  43. 9ba1e45 regmap: Add explicit dependencies to catch "select" misuse by Geert Uytterhoeven · 10 years ago
  44. d647c19 regmap: add DT endianness binding support. by Xiubo Li · 10 years ago
  45. fa2fbe4 regmap: Allow regmap_get_device() to be used by modules by Mark Brown · 10 years ago
  46. 8d7d397 regmap: Add regmap_get_device by Tuomas Tynkkynen · 10 years ago
  47. ef98ae4 Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  48. 522168d Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap/topic/mmio' and 'regmap/topic/rbtree' into regmap-next by Mark Brown · 10 years ago
  49. 2e804b7 regmap: mmio: Fix regmap_mmio_write for uneven counts by Philipp Zabel · 10 years ago
  50. e128920 regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  51. b48d139 regmap: Add missing initialization of this_page by Geert Uytterhoeven · 10 years ago
  52. f5727cd regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  53. b422610 regmap: i2c: fallback to SMBus if the adapter does not support standard I2C by Boris BREZILLON · 10 years ago
  54. 3ac1703 regmap: add reg_read/reg_write callbacks to regmap_bus struct by Boris BREZILLON · 10 years ago
  55. 70d383b regmap: rbtree: improve 64bits memory alignment by Jean-Christophe PINCE · 10 years ago
  56. 88cb32c regmap: mmio: Fix the bug of 'offset' value parsing. by Xiubo Li · 10 years ago
  57. 4aa8c06 regmap: implement LE formatting/parsing for 16/32-bit values. by Xiubo Li · 10 years ago
  58. 4b44e7b Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  59. 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  60. 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  61. a7a037c regmap: adds missing braces in regmap_init() by Daeseok Youn · 10 years ago
  62. 6012b1f Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-next by Mark Brown · 10 years ago
  63. b3bf36c Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  64. 451485b regmap: mmio: Add regmap_mmio_regbits_check. by Xiubo Li · 10 years ago
  65. 9325804 regmap: mmio: Add support for 1/2/8 bytes wide register address. by Xiubo Li · 10 years ago
  66. 41b0c2c regmap: mmio: add regmap_mmio_{regsize, count}_check. by Xiubo Li · 10 years ago
  67. 83f8475 regmap: cache: Don't attempt to sync non-writeable registers by Dylan Reid · 11 years ago
  68. 7561732 regmap: cache: Step by stride in default sync by Dylan Reid · 11 years ago
  69. 4999e96 regmap: Fix possible sleep-in-atomic in regmap_bulk_write() by Takashi Iwai · 11 years ago
  70. 56fb1c7 regmap: Ensure regmap_register_patch() is compatible with fast_io by Mark Brown · 11 years ago
  71. 72a6a5d regmap: irq: Set data pointer only on regmap_add_irq_chip success by Krzysztof Kozlowski · 11 years ago
  72. e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 11 years ago
  73. 13ff50c regmap: add regmap_parse_val api by Nenghua Cao · 11 years ago
  74. 6bf1310 regmap: Base regmap_register_patch on _regmap_multi_reg_write by Charles Keepax · 11 years ago
  75. 1d5b40b regmap: Add bypassed version of regmap_multi_reg_write by Charles Keepax · 11 years ago
  76. f7e2cec regmap: Mark reg_defaults in regmap_multi_reg_write as const by Charles Keepax · 11 years ago
  77. 53e87f8 regmap: fix coccinelle warnings by Nenghua Cao · 11 years ago
  78. 7a7a70b regmap: Check stride of register patch as we register it by Charles Keepax · 11 years ago
  79. e2f74dc regmap: Clean up _regmap_update_bits() by Xiubo Li · 11 years ago
  80. 6cfec04 regmap: Separate regmap dev initialization by Michal Simek · 11 years ago
  81. c9afbb0 regmap: spmi: support base and extended register spaces by Josh Cartwright · 11 years ago
  82. 4272b96 drivers/base: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  83. d4807ad regmap: Check readable regs in _regmap_read by Michal Simek · 11 years ago
  84. b5ab3e5 regmap: irq: Remove domain on exit by Mark Brown · 11 years ago
  85. 676970d regmap: debugfs: "registers" & "access" for single register maps by Pawel Moll · 11 years ago
  86. 78ba73e regmap: cache: Handle stride > 1 in sync_block_raw_flush by Dylan Reid · 11 years ago
  87. 86776fc Merge remote-tracking branch 'regmap/topic/ack' into regmap-next by Mark Brown · 11 years ago
  88. f429836 regmap: Allow regmap_bulk_write() to work for "no-bus" regmaps by Stephen Boyd · 11 years ago
  89. 34f6533 Merge tag 'v3.13-rc4' into regmap-core by Mark Brown · 11 years ago
  90. 3b58ee1 regmap: Allow regmap_bulk_read() to work for "no-bus" regmaps by Stephen Boyd · 11 years ago
  91. d323343 regmap: irq: Allow using zero value for ack_base by Alexander Shiyan · 11 years ago
  92. 652787a Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into regmap-linus by Mark Brown · 11 years ago
  93. 6b8e090 regmap: use IS_ERR() to check clk_get() results by Stephen Warren · 11 years ago
  94. bd60e38 regmap: Fix 'ret' would return an uninitialized value by Cai Zhiyong · 11 years ago
  95. 73f080f regmap: make sure we unlock on failure in regmap_bulk_write by Courtney Cavin · 11 years ago
  96. 0093380 regmap: trivial comment fix (copy'n'paste error) by Gerhard Sittig · 11 years ago
  97. 04bc9ac Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next by Mark Brown · 11 years ago
  98. 18f513d Merge remote-tracking branch 'regmap/topic/multi' into regmap-next by Mark Brown · 11 years ago
  99. 6cf3d82 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 11 years ago
  100. f2783f0 Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago