1. 2e31aab regmap: fix writes to non incrementing registers by Ben Whitten · 5 years ago
  2. 14e01b5 regmap-i2c: constify regmap_bus structures by Michał Mirosław · 5 years ago
  3. a20db58 regmap: regmap-w1: Drop unreachable code by Mika Westerberg · 5 years ago
  4. 0372fd1 Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 5 years ago
  5. 1bd4584 Merge branch 'regmap-5.4' into regmap-next by Mark Brown · 5 years ago
  6. fba5b1e regmap-irq: Correct error paths in regmap_irq_thread for pm_runtime by Charles Keepax · 5 years ago
  7. 8676b3c soundwire: fix regmap dependencies and align with other serial links by Pierre-Louis Bossart · 6 years ago
  8. 9d52a35 regmap: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  9. aaccf386 Merge branch 'regmap-5.3' into regmap-next by Mark Brown · 6 years ago
  10. ea09b3e Merge branch 'regmap-5.2' into regmap-linus by Mark Brown · 6 years ago
  11. eff5a85 regmap: select CONFIG_REGMAP while REGMAP_SCCB is set by YueHaibing · 6 years ago
  12. 5553558 regmap: lzo: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  13. db05767 regmap: fix bulk writes on paged registers by Srinivas Kandagatla · 6 years ago
  14. 6445500 regmap: add i3c bus support by Vitor Soares · 6 years ago
  15. 2899872 regmap: debugfs: Fix memory leak in regmap_debugfs_init by Daniel Baluta · 6 years ago
  16. 615c4d9 Merge branch 'regmap-5.2' into regmap-next by Mark Brown · 6 years ago
  17. 7fdc9fc Merge branch 'regmap-5.1' into regmap-linus by Mark Brown · 6 years ago
  18. 37613fa regmap: add proper SPDX identifiers on files that did not have them. by Greg Kroah-Hartman · 6 years ago
  19. 8b9f9d4 regmap: verify if register is writeable before writing operations by Han Nandor · 6 years ago
  20. 8293488 regmap: regmap-irq: fix getting type default values by Srinivas Kandagatla · 6 years ago
  21. cc6a8d6 regmap: debugfs: Jump to the next readable register by Lucas Tanure · 6 years ago
  22. a1c67d6 regmap: debugfs: Replace code by already existing function by Lucas Tanure · 6 years ago
  23. 66fb181 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 6 years ago
  24. 31172d1 Merge branch 'regmap-5.1' into regmap-next by Mark Brown · 6 years ago
  25. 435bba0 regmap: Remove attribute packed from struct 'regcache_rbtree_node' by Mathieu Malaterre · 6 years ago
  26. a2d2184 regmap: regmap-irq: Add main status register support by Matti Vaittinen · 6 years ago
  27. 7151449 regmap-irq: do not write mask register if mask_base is zero by Mark Zhang · 6 years ago
  28. 74d4b4e regmap: regmap-irq: silently ignore unsupported type settings by Matti Vaittinen · 6 years ago
  29. 58331d6 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 6 years ago
  30. c82ea33 regmap: irq: add an option to clear status registers on unmask by Bartosz Golaszewski · 6 years ago
  31. 1c2928e regmap: regmap-irq/gpio-max77620: add level-irq support by Matti Vaittinen · 6 years ago
  32. 84267d1 regmap: regmap-irq: Remove default irq type setting from core by Matti Vaittinen · 6 years ago
  33. 580d485 regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  34. 32fa7b8 regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  35. bc998a7 regmap: irq: handle HW using separate rising/falling edge interrupts by Bartosz Golaszewski · 6 years ago
  36. ae2399c4 Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-rw' into regmap-next by Mark Brown · 6 years ago
  37. 9509376 regmap: use less #ifdef for LOG_DEVICE by Ben Dooks · 6 years ago
  38. cdf6b11 regmap: Add regmap_noinc_write API by Ben Whitten · 6 years ago
  39. 1c96a2f regmap: split up regmap_config.use_single_rw by David Frey · 6 years ago
  40. 9ad8eb0 regmap: fix comment for regmap.use_single_write by David Frey · 6 years ago
  41. 1cbdded Merge tag 'regmap-noinc-read' into regmap-4.19 by Mark Brown · 6 years ago
  42. 74fe7b5 regmap: Add regmap_noinc_read API by Crestez Dan Leonard · 6 years ago
  43. 75eb3a6 regmap: sccb: fix typo and sort headers alphabetically by Akinobu Mita · 6 years ago
  44. e594a06 Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-4.19 by Mark Brown · 7 years ago
  45. bcf7eac regmap: add SCCB support by Akinobu Mita · 7 years ago
  46. e76ad18 regmap: slimbus: add support to multi read/write by Srinivas Kandagatla · 7 years ago
  47. 869619e Merge branch 'regmap-4.17' into regmap-4.18 for the merge window by Mark Brown · 7 years ago
  48. cbdd39c regmap: slimbus: allow register offsets up to 16 bits by Srinivas Kandagatla · 7 years ago
  49. eb4a219 regmap: Skip clk_put for attached clocks when freeing context by James Kelly · 7 years ago
  50. 2889312 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-clk' into regmap-next by Mark Brown · 7 years ago
  51. 493ea0c Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next by Mark Brown · 7 years ago
  52. f981c6c Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' into regmap-linus by Mark Brown · 7 years ago
  53. aa584ba Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 7 years ago
  54. 59dd2a8 regmap: debugfs: Improve warning message on debugfs_create_dir() failure by Fabio Estevam · 7 years ago
  55. 17cf46c regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed by Jeffy Chen · 7 years ago
  56. 46589e9 regmap: debugfs: Don't leak dummy names by Mark Brown · 7 years ago
  57. a430ab2 regmap: debugfs: Disambiguate dummy debugfs file name by Fabio Estevam · 7 years ago
  58. 3189566 regmap: mmio: Add function to attach a clock by Maxime Ripard · 7 years ago
  59. fb44f3c regmap: Merge redundant handling in regmap_bulk_write by Charles Keepax · 7 years ago
  60. 364e378 regmap: Tidy up regmap_raw_write chunking code by Charles Keepax · 7 years ago
  61. 7ef2c6b regmap: Move the handling for max_raw_write into regmap_raw_write by Charles Keepax · 7 years ago
  62. b4ecfec regmap: Remove unnecessary printk for failed allocation by Charles Keepax · 7 years ago
  63. 0812d8ffa regmap: Format data for raw write in regmap_bulk_write by Charles Keepax · 7 years ago
  64. 2936e84 Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-bulk by Mark Brown · 7 years ago
  65. 9b947a1 regmap: use debugfs even when no device by David Lechner · 7 years ago
  66. 12ae380 regmap: Allow missing device in regmap_name_read_file() by David Lechner · 7 years ago
  67. 186ba2e regmap: Use _regmap_read in regmap_bulk_read by Charles Keepax · 7 years ago
  68. 1b079ca regmap: Tidy up regmap_raw_read chunking code by Charles Keepax · 7 years ago
  69. 0645ba4 regmap: Move the handling for max_raw_read into regmap_raw_read by Charles Keepax · 7 years ago
  70. 45abcc5 regmap: Use helper function for register offset by Charles Keepax · 7 years ago
  71. 9ae27a8 regmap: Don't use format_val in regmap_bulk_read by Charles Keepax · 7 years ago
  72. 71df179 regmap: Correct comparison in regmap_cached by Charles Keepax · 7 years ago
  73. b8f9a03 regmap: Correct offset handling in regmap_volatile_range by Charles Keepax · 7 years ago
  74. 86effbe regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write() by Dan Carpenter · 7 years ago
  75. f00e710 regmap: Fix reversed bounds check in regmap_raw_write() by Dan Carpenter · 7 years ago
  76. f6cff79 Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  77. a75de772 Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-next by Mark Brown · 7 years ago
  78. 757b652 Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-next by Mark Brown · 7 years ago
  79. 9bf485c regmap: Allow empty read/write_flag_mask by Andrew F. Davis · 7 years ago
  80. 46318b9 regcache: flat: Un-inline index lookup from cache access by Andrew F. Davis · 7 years ago
  81. 7c22ce6 regmap: Add SoundWire bus support by Vinod Koul · 7 years ago
  82. a488781 regmap: Add one flag to indicate if a hwlock should be used by Baolin Wang · 7 years ago
  83. 078711d regmap: debugfs: document why we don't create the debugfs entries by Bartosz Golaszewski · 7 years ago
  84. a5ba91c regmap: debugfs: emit a debug message when locking is disabled by Bartosz Golaszewski · 7 years ago
  85. 4c90f29 regmap: use proper part of work_buf for storing val by Krzysztof Adamski · 7 years ago
  86. 7d6f7fb regmap: add SLIMbus support by Srinivas Kandagatla · 7 years ago
  87. 8253bb3 regmap: potentially duplicate the name string stored in regmap by Bartosz Golaszewski · 7 years ago
  88. 4045559 Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-const by Mark Brown · 7 years ago
  89. 7246573 regmap: Disable debugfs when locking is disabled by Mark Brown · 7 years ago
  90. 81e30b1 regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none() by Bartosz Golaszewski · 7 years ago
  91. c9b41fc regmap: allow to disable all locking mechanisms by Bartosz Golaszewski · 7 years ago
  92. a1a68fc regmap: Remove the redundant config to select hwspinlock by Baolin Wang · 7 years ago
  93. 37c6b6f Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 7 years ago
  94. a15fdc3 Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinlock' into regmap-next by Mark Brown · 7 years ago
  95. c077fad regmap: Fix unused warning by Baolin Wang · 7 years ago
  96. ca0db18 regmap: Try to work around Kconfig exploding on HWSPINLOCK by Mark Brown · 7 years ago
  97. e8419c40 regmap: Clean up hwspinlock on regmap exit by Mark Brown · 7 years ago
  98. 267f3e4 regmap: Also protect hwspinlock in error handling path by Mark Brown · 7 years ago
  99. f25637a regmap: Add a config option for hwspinlock by Mark Brown · 7 years ago
  100. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago