1. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  2. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  3. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  4. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  5. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  6. 04782ca Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-core by Mark Brown · 9 years ago
  7. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  8. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  9. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  10. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  11. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  12. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  13. 1052461 Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-smbus-block by Mark Brown · 9 years ago
  14. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  15. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  16. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  17. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  18. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 9 years ago
  19. b486afb regmap: fix typos in regmap.c by Xiubo Li · 9 years ago
  20. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 9 years ago
  21. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 9 years ago
  22. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 9 years ago
  23. 1635e88 regmap: debugfs: Fix misuse of IS_ENABLED by Axel Lin · 9 years ago
  24. 8ef9724 regmap: regcache-rbtree: Clean new present bits on present bitmap resize by Guenter Roeck · 9 years ago
  25. d3dc543 regmap: debugfs: Allow writes to cache state settings by Richard Fitzgerald · 9 years ago
  26. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 9 years ago
  27. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  28. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 9 years ago
  29. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 9 years ago
  30. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 9 years ago
  31. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 9 years ago
  32. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 9 years ago
  33. 8ca006a Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' and 'regmap/topic/reg-params' into regmap-next by Mark Brown · 9 years ago
  34. 4705a81 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  35. d2b923e Merge remote-tracking branch 'regmap/fix/field' into regmap-linus by Mark Brown · 9 years ago
  36. 921cc29 regmap: Fix possible shift overflow in regmap_field_init() by Maxime Coquelin · 9 years ago
  37. 15b8d2c regmap: Fix regmap_bulk_read in BE mode by Arun Chandran · 9 years ago
  38. e723f2c regmap: kill off set_irq_flags usage by Rob Herring · 9 years ago
  39. 7043f5f regmap: irq: Fixed a typo error by dashsriram · 9 years ago
  40. 7ca6759 regmap: drop unneeded goto by Julia Lawall · 9 years ago
  41. a2f776c regmap: Introduce regmap_get_reg_stride by Srinivas Kandagatla · 9 years ago
  42. 668abc7 regmap: Introduce regmap_get_max_register by Srinivas Kandagatla · 9 years ago
  43. 1c79771 regmap: Use regcache_mark_dirty() to indicate power loss or reset by Kevin Cernekee · 10 years ago
  44. 3969fa08 regmap: Add a helper function for regcache sync test by Kevin Cernekee · 10 years ago
  45. 77f5f3e regmap: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  46. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  47. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  48. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 10 years ago
  49. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 10 years ago
  50. 7d720ee Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus by Mark Brown · 10 years ago
  51. 328f494 regmap: regcache-rbtree: Fix present bitmap resize by Lars-Peter Clausen · 10 years ago
  52. 4ceba98 regmap: Skip read-only registers in regcache_sync() by Takashi Iwai · 10 years ago
  53. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 10 years ago
  54. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  55. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  56. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  57. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  58. f93d1be regmap: Move spinlock_flags into the union by Wang, Yalin · 10 years ago
  59. a63b878 Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next by Mark Brown · 10 years ago
  60. 2285322 regmap: ac97: Add generic AC'97 callbacks by Mark Brown · 10 years ago
  61. e39be3a regmap: cache: Sort include headers alphabetically by Xiubo Li · 10 years ago
  62. fb70067 regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  63. 06f9c24 regmap: cache: use kmalloc_array instead of kmalloc by Xiubo Li · 10 years ago
  64. fbba43c regmap: cache: speed regcache_hw_init() up. by Xiubo Li · 10 years ago
  65. ba3f1c8 regmap: cache: fix errno in regcache_hw_init() by Xiubo Li · 10 years ago
  66. 5bd83ed regmap: cache: cleanup regcache_hw_init() by Xiubo Li · 10 years ago
  67. f5b313a Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 10 years ago
  68. 45942c3 Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next by Mark Brown · 10 years ago
  69. 88507a2 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  70. 18a64d8 Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus by Mark Brown · 10 years ago
  71. 25a9487 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 10 years ago
  72. 18c0301 regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  73. d6b41cb regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  74. 2c98e0c regmap: debugfs: fix possbile NULL pointer dereference by Xiubo Li · 10 years ago
  75. 5336be8 regmap: fix NULL pointer dereference in _regmap_write/read by Pankaj Dubey · 10 years ago
  76. 6e64b6c regmap: fix NULL pointer dereference in regmap_get_val_endian by Pankaj Dubey · 10 years ago
  77. f29a432 regmap: cache: Do not fail silently from regcache_sync calls by Jarkko Nikula · 10 years ago
  78. 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
  79. 336fb81 regmap: change struct regmap's internal locks as union by Wang, Yalin · 10 years ago
  80. ffff7a12a regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  81. d3b0533 Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus by Mark Brown · 10 years ago
  82. 5c1ebe7 regmap: Don't attempt block writes when syncing cache on single_rw devices by Mark Brown · 10 years ago
  83. cf673fb regmap: Split regmap_get_endian() in two functions by Geert Uytterhoeven · 10 years ago
  84. 5844a8b regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 10 years ago
  85. 5e0cbe7 regmap: Fix regcache debugfs initialization by Lars-Peter Clausen · 10 years ago
  86. 45e1a27 regmap: of_regmap_get_endian() cleanup by Stephen Warren · 10 years ago
  87. ba1b53f regmap: Fix DT endianess parsing logic by Javier Martinez Canillas · 10 years ago
  88. 9ba1e45 regmap: Add explicit dependencies to catch "select" misuse by Geert Uytterhoeven · 10 years ago
  89. d647c19 regmap: add DT endianness binding support. by Xiubo Li · 10 years ago
  90. fa2fbe4 regmap: Allow regmap_get_device() to be used by modules by Mark Brown · 10 years ago
  91. 8d7d397 regmap: Add regmap_get_device by Tuomas Tynkkynen · 10 years ago
  92. ef98ae4 Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  93. 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
  94. 2e804b7 regmap: mmio: Fix regmap_mmio_write for uneven counts by Philipp Zabel · 10 years ago
  95. e128920 regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  96. b48d139 regmap: Add missing initialization of this_page by Geert Uytterhoeven · 11 years ago
  97. f5727cd regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 11 years ago
  98. b422610 regmap: i2c: fallback to SMBus if the adapter does not support standard I2C by Boris BREZILLON · 11 years ago
  99. 3ac1703 regmap: add reg_read/reg_write callbacks to regmap_bus struct by Boris BREZILLON · 11 years ago
  100. 70d383b regmap: rbtree: improve 64bits memory alignment by Jean-Christophe PINCE · 11 years ago