1. f5b313a Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 10 years ago
  2. 45942c3 Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next by Mark Brown · 10 years ago
  3. 88507a2 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  4. 18a64d8 Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus by Mark Brown · 10 years ago
  5. 25a9487 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 10 years ago
  6. 18c0301 regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  7. d6b41cb regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  8. 2c98e0c regmap: debugfs: fix possbile NULL pointer dereference by Xiubo Li · 10 years ago
  9. 5336be8 regmap: fix NULL pointer dereference in _regmap_write/read by Pankaj Dubey · 10 years ago
  10. 6e64b6c regmap: fix NULL pointer dereference in regmap_get_val_endian by Pankaj Dubey · 10 years ago
  11. f29a432 regmap: cache: Do not fail silently from regcache_sync calls by Jarkko Nikula · 10 years ago
  12. 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
  13. 336fb81 regmap: change struct regmap's internal locks as union by Wang, Yalin · 10 years ago
  14. ffff7a12a regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  15. d3b0533 Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus by Mark Brown · 10 years ago
  16. 5c1ebe7 regmap: Don't attempt block writes when syncing cache on single_rw devices by Mark Brown · 10 years ago
  17. cf673fb regmap: Split regmap_get_endian() in two functions by Geert Uytterhoeven · 10 years ago
  18. 5844a8b regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 10 years ago
  19. 5e0cbe7 regmap: Fix regcache debugfs initialization by Lars-Peter Clausen · 10 years ago
  20. 45e1a27 regmap: of_regmap_get_endian() cleanup by Stephen Warren · 10 years ago
  21. ba1b53f regmap: Fix DT endianess parsing logic by Javier Martinez Canillas · 10 years ago
  22. 9ba1e45 regmap: Add explicit dependencies to catch "select" misuse by Geert Uytterhoeven · 10 years ago
  23. d647c19 regmap: add DT endianness binding support. by Xiubo Li · 10 years ago
  24. fa2fbe4 regmap: Allow regmap_get_device() to be used by modules by Mark Brown · 10 years ago
  25. 8d7d397 regmap: Add regmap_get_device by Tuomas Tynkkynen · 10 years ago
  26. ef98ae4 Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  27. 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
  28. 2e804b7 regmap: mmio: Fix regmap_mmio_write for uneven counts by Philipp Zabel · 10 years ago
  29. e128920 regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  30. b48d139 regmap: Add missing initialization of this_page by Geert Uytterhoeven · 10 years ago
  31. f5727cd regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  32. b422610 regmap: i2c: fallback to SMBus if the adapter does not support standard I2C by Boris BREZILLON · 10 years ago
  33. 3ac1703 regmap: add reg_read/reg_write callbacks to regmap_bus struct by Boris BREZILLON · 10 years ago
  34. 70d383b regmap: rbtree: improve 64bits memory alignment by Jean-Christophe PINCE · 10 years ago
  35. 88cb32c regmap: mmio: Fix the bug of 'offset' value parsing. by Xiubo Li · 10 years ago
  36. 4aa8c06 regmap: implement LE formatting/parsing for 16/32-bit values. by Xiubo Li · 10 years ago
  37. 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
  38. 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
  39. 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
  40. a7a037c regmap: adds missing braces in regmap_init() by Daeseok Youn · 10 years ago
  41. 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
  42. b3bf36c Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  43. 451485b regmap: mmio: Add regmap_mmio_regbits_check. by Xiubo Li · 10 years ago
  44. 9325804 regmap: mmio: Add support for 1/2/8 bytes wide register address. by Xiubo Li · 10 years ago
  45. 41b0c2c regmap: mmio: add regmap_mmio_{regsize, count}_check. by Xiubo Li · 10 years ago
  46. 83f8475 regmap: cache: Don't attempt to sync non-writeable registers by Dylan Reid · 10 years ago
  47. 7561732 regmap: cache: Step by stride in default sync by Dylan Reid · 10 years ago
  48. 4999e96 regmap: Fix possible sleep-in-atomic in regmap_bulk_write() by Takashi Iwai · 10 years ago
  49. 56fb1c7 regmap: Ensure regmap_register_patch() is compatible with fast_io by Mark Brown · 10 years ago
  50. 72a6a5d regmap: irq: Set data pointer only on regmap_add_irq_chip success by Krzysztof Kozlowski · 10 years ago
  51. e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 10 years ago
  52. 13ff50c regmap: add regmap_parse_val api by Nenghua Cao · 10 years ago
  53. 6bf1310 regmap: Base regmap_register_patch on _regmap_multi_reg_write by Charles Keepax · 10 years ago
  54. 1d5b40b regmap: Add bypassed version of regmap_multi_reg_write by Charles Keepax · 10 years ago
  55. f7e2cec regmap: Mark reg_defaults in regmap_multi_reg_write as const by Charles Keepax · 10 years ago
  56. 53e87f8 regmap: fix coccinelle warnings by Nenghua Cao · 10 years ago
  57. 7a7a70b regmap: Check stride of register patch as we register it by Charles Keepax · 10 years ago
  58. e2f74dc regmap: Clean up _regmap_update_bits() by Xiubo Li · 10 years ago
  59. 6cfec04 regmap: Separate regmap dev initialization by Michal Simek · 11 years ago
  60. c9afbb0 regmap: spmi: support base and extended register spaces by Josh Cartwright · 11 years ago
  61. 4272b96 drivers/base: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  62. d4807ad regmap: Check readable regs in _regmap_read by Michal Simek · 11 years ago
  63. b5ab3e5 regmap: irq: Remove domain on exit by Mark Brown · 11 years ago
  64. 676970d regmap: debugfs: "registers" & "access" for single register maps by Pawel Moll · 11 years ago
  65. 78ba73e regmap: cache: Handle stride > 1 in sync_block_raw_flush by Dylan Reid · 11 years ago
  66. 86776fc Merge remote-tracking branch 'regmap/topic/ack' into regmap-next by Mark Brown · 11 years ago
  67. f429836 regmap: Allow regmap_bulk_write() to work for "no-bus" regmaps by Stephen Boyd · 11 years ago
  68. 34f6533 Merge tag 'v3.13-rc4' into regmap-core by Mark Brown · 11 years ago
  69. 3b58ee1 regmap: Allow regmap_bulk_read() to work for "no-bus" regmaps by Stephen Boyd · 11 years ago
  70. d323343 regmap: irq: Allow using zero value for ack_base by Alexander Shiyan · 11 years ago
  71. 652787a Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into regmap-linus by Mark Brown · 11 years ago
  72. 6b8e090 regmap: use IS_ERR() to check clk_get() results by Stephen Warren · 11 years ago
  73. bd60e38 regmap: Fix 'ret' would return an uninitialized value by Cai Zhiyong · 11 years ago
  74. 73f080f regmap: make sure we unlock on failure in regmap_bulk_write by Courtney Cavin · 11 years ago
  75. 0093380 regmap: trivial comment fix (copy'n'paste error) by Gerhard Sittig · 11 years ago
  76. 04bc9ac Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next by Mark Brown · 11 years ago
  77. 18f513d Merge remote-tracking branch 'regmap/topic/multi' into regmap-next by Mark Brown · 11 years ago
  78. 6cf3d82 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 11 years ago
  79. f2783f0 Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago
  80. bee54e3 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 11 years ago
  81. a01779f regmap: add SPMI support by Josh Cartwright · 11 years ago
  82. a52eaeb regmap: debugfs: Fix a boot time crash with early regmap init by Tero Kristo · 11 years ago
  83. 4bd7145 regmap: irq: clear status when disable irq by Yi Zhang · 11 years ago
  84. 04c50cc regmap: Only send a single buffer for async I/O if writing one register by Mark Brown · 11 years ago
  85. cd1b9dd regmap: spi: Handle async writes of only one buffer by Mark Brown · 11 years ago
  86. e33fabd regmap: new API regmap_multi_reg_write() definition by Anthony Olech · 11 years ago
  87. 7ccda98 Merge remote-tracking branch 'regmap/fix/core' into regmap-async by Mark Brown · 11 years ago
  88. affbe88 regmap: Use async I/O during cache sync by Mark Brown · 11 years ago
  89. 1a25f26 regmap: Use async I/O for patch application by Mark Brown · 11 years ago
  90. 4174a7a regmap: Fix regmap_bulk_write single-rw mutex deadlock by Anthony Olech · 11 years ago
  91. 915f441 regmap: Provide asynchronous write and update bits operations by Mark Brown · 11 years ago
  92. 0a81980 regmap: Simplify the initiation of async I/O by Mark Brown · 11 years ago
  93. 651e013 regmap: Don't generate gather writes for single register raw writes by Mark Brown · 11 years ago
  94. 7e09a97 regmap: Cache async work structures by Mark Brown · 11 years ago
  95. a010237 regmap: Add regmap_fields APIs by Kuninori Morimoto · 11 years ago
  96. fdf2002 regmap: add regmap_field_update_bits() by Kuninori Morimoto · 11 years ago
  97. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  98. 8243b7f Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  99. 365c9ee Merge remote-tracking branch 'regmap/topic/sparse' into regmap-next by Mark Brown · 11 years ago
  100. 4460d02 Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-next by Mark Brown · 11 years ago