1. b56a7cb regmap: debugfs: Fix indentation by Mark Brown · 3 years ago
  2. 530792e regmap: Call regmap_debugfs_exit() prior to _init() by Fabio Estevam · 3 years ago
  3. 02d6fde regmap: allow to define reg_update_bits for no bus configuration by Ansuel Smith · 3 years, 2 months ago
  4. fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
  5. d2cdb12 Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 3 years, 2 months ago
  6. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  7. 65aa371 net: Convert more users of mdiobus_* to mdiodev_* by Sean Anderson · 3 years, 2 months ago
  8. f231ff3 regmap: spi: Set regmap max raw r/w from max_transfer_size by Lucas Tanure · 3 years, 2 months ago
  9. 55e6d80 regmap: Fix possible double-free in regcache_rbtree_exit() by Yang Yingliang · 3 years, 3 months ago
  10. d287801 Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean <vladimir.oltean@nxp.com>: by Mark Brown · 3 years, 4 months ago
  11. 67021f2 regmap: teach regmap to use raw spinlocks if requested in the config by Vladimir Oltean · 3 years, 4 months ago
  12. 29c3497 regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields by Icenowy Zheng · 3 years, 5 months ago
  13. d63aa09 regmap: Prefer unsigned int to bare use of unsigned by Jinchao Wang · 3 years, 6 months ago
  14. 1852f5e regmap: fix the offset of register error log by Jeongtae Park · 3 years, 6 months ago
  15. 0df0240 regmap: mdio: Reject invalid addresses by Sander Vanheule · 3 years, 7 months ago
  16. ce62df2 regmap: mdio: Fix regmap_bus pointer constness by Sander Vanheule · 3 years, 7 months ago
  17. f083be9 regmap: mdio: Add clause-45 support by Sander Vanheule · 3 years, 7 months ago
  18. dff404d regmap: mdio: Clean up invalid clause-22 addresses by Sander Vanheule · 3 years, 7 months ago
  19. bcd23f9 regmap-irq: Introduce inverted status registers support by Maxim Kochetkov · 3 years, 7 months ago
  20. b24412a regmap: add support for 7/17 register formating by Antoniu Miclaus · 3 years, 7 months ago
  21. e56360d regmap: mdio: Don't modify output if error happened by Andy Shevchenko · 3 years, 7 months ago
  22. 9dee1f9 Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@svanheule.net>: by Mark Brown · 3 years, 7 months ago
  23. 1f89d2f regmap: Add MDIO bus support by Sander Vanheule · 3 years, 7 months ago
  24. ea030ca regmap-i2c: Set regmap max raw r/w from quirks by Lucas Tanure · 3 years, 8 months ago
  25. 14e13b1 regmap-irq: Fix dereference of a potentially null d->virt_buf by Colin Ian King · 3 years, 9 months ago
  26. 394409a regmap-irq: Add driver callback to configure virtual regs by Guru Das Srinagesh · 3 years, 9 months ago
  27. 4c50144 regmap-irq: Introduce virtual regs to handle more config regs by Guru Das Srinagesh · 3 years, 9 months ago
  28. 1066cfb regmap-irq: Extend sub-irq to support non-fixed reg strides by Guru Das Srinagesh · 3 years, 10 months ago
  29. e41a962 regmap: set debugfs_name to NULL after it is freed by Meng Li · 3 years, 10 months ago
  30. e229b42 Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 10 months ago
  31. d77b44d Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-next by Greg Kroah-Hartman · 3 years, 11 months ago
  32. 8d8d958 regmap: sdw-mbq: use MODULE_LICENSE("GPL") by Bard Liao · 4 years ago
  33. 4038e54 regmap: sdw: use no_pm routines for SoundWire 1.2 MBQ by Bard Liao · 4 years ago
  34. d288a571 regmap: sdw: use _no_pm functions in regmap_read/write by Bard Liao · 4 years ago
  35. b67498d6 regmap: Assign boolean values to a bool variable by Jiapeng Zhong · 4 years ago
  36. f6bcb4c regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() by Dan Carpenter · 4 years ago
  37. cffa4b2 regmap: debugfs: Fix a memory leak when calling regmap_attach_dev by Xiaolei Wang · 4 years ago
  38. a45f1d4 Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years ago
  39. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  40. 4616c50 Merge remote-tracking branch 'regmap/for-5.11' into regmap-next by Mark Brown · 4 years, 1 month ago
  41. b6c5055 Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Liao <yung-chuan.liao@linux.intel.com>: by Mark Brown · 4 years, 1 month ago
  42. fb5103f regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQ by Pierre-Louis Bossart · 4 years, 2 months ago
  43. d9a500b regmap: sdw: add required header files by Pierre-Louis Bossart · 4 years, 1 month ago
  44. e6e9354 regmap: Remove duplicate `type` field from regmap `regcache_sync` trace event by Philippe Duplessis-Guindon · 4 years, 1 month ago
  45. f7d0135 regmap: Fix order of regmap write log by Lucas Tanure · 4 years, 2 months ago
  46. d315c62 regmap: irq: Convert to use irq_domain_create_legacy() by Andy Shevchenko · 4 years, 2 months ago
  47. 6e1e90e regmap: mmio: add config option to allow relaxed MMIO accesses by Adrian Ratiu · 4 years, 2 months ago
  48. 6e0545c Merge remote-tracking branch 'regmap/for-5.10' into regmap-next by Mark Brown · 4 years, 3 months ago
  49. 3a6f0fb regmap: irq: Add support to clear ack registers by Laxminath Kasam · 4 years, 3 months ago
  50. d05199a Merge tag 'regmap-field-bulk-api' into regmap-5.10 by Mark Brown · 4 years, 3 months ago
  51. ea470b8 regmap: add support to regmap_field_bulk_alloc/free apis by Srinivas Kandagatla · 4 years, 3 months ago
  52. 2defc3f Merge series "use semicolons rather than commas to separate statements" from Julia Lawall <Julia.Lawall@inria.fr>: by Mark Brown · 4 years, 3 months ago
  53. f74d63b regmap: destroy mutex (if used) in regmap_exit() by Bartosz Golaszewski · 4 years, 3 months ago
  54. 7f4a122 regmap: debugfs: use semicolons rather than commas to separate statements by Julia Lawall · 4 years, 3 months ago
  55. 1d512ee regmap: debugfs: Fix more error path regressions by Charles Keepax · 4 years, 3 months ago
  56. 05669b6 regmap: fix page selection for noinc writes by Dmitry Baryshkov · 4 years, 3 months ago
  57. 4003324 regmap: fix page selection for noinc reads by Dmitry Baryshkov · 4 years, 3 months ago
  58. d36cb02 regmap: debugfs: Add back in erroneously removed initialisation of ret by Charles Keepax · 4 years, 3 months ago
  59. 94cc89e regmap: debugfs: Fix handling of name string for debugfs init delays by Charles Keepax · 4 years, 3 months ago
  60. 0c2191c regmap: Add support for 12/20 register formatting by Ricardo Ribalda · 4 years, 3 months ago
  61. 21f8e48 regmap: Add can_sleep configuration option by Dmitry Osipenko · 4 years, 4 months ago
  62. d17343b Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry Osipenko <digetx@gmail.com>: by Mark Brown · 4 years, 4 months ago
  63. 50df0ee regmap: soundwire: remove unused header mod_devicetable.h by Vinod Koul · 4 years, 4 months ago
  64. 2b32d2f regmap: Use flexible sleep by Dmitry Osipenko · 4 years, 4 months ago
  65. 7f9fb67 regmap: add Intel SPI Slave to AVMM Bus Bridge support by Xu Yilun · 4 years, 4 months ago
  66. c9fadf2 Merge remote-tracking branch 'regmap/for-5.9' into regmap-next by Mark Brown · 4 years, 5 months ago
  67. 2b0f61e Merge remote-tracking branch 'regmap/for-5.8' into regmap-linus by Mark Brown · 4 years, 5 months ago
  68. 299632e regmap: debugfs: Don't sleep while atomic for fast_io regmaps by Douglas Anderson · 4 years, 6 months ago
  69. c916d6e regmap: Switch to use fwnode instead of OF one by Andy Shevchenko · 4 years, 6 months ago
  70. 443a34b regmap: add missing dependency on SoundWire by Pierre-Louis Bossart · 4 years, 6 months ago
  71. 31cf2c3 Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-5.9 by Mark Brown · 4 years, 6 months ago
  72. 5cc2013 regmap-irq: use fwnode instead of device node in add_irq_chip() by Michael Walle · 4 years, 6 months ago
  73. e84861f regmap: dev_get_regmap_match(): fix string comparison by Marc Kleine-Budde · 4 years, 6 months ago
  74. 2a00087 Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 6 months ago
  75. 95b2c3e regmap: Fix memory leak from regmap_register_patch by Charles Keepax · 4 years, 6 months ago
  76. 9fb9b77 regmap: remove stray space by Bartosz Golaszewski · 4 years, 7 months ago
  77. 6ed50f8 Merge existing fixes from regmap/for-5.8 by Mark Brown · 4 years, 7 months ago
  78. e680a40 regmap: fix the kerneldoc for regmap_test_bits() by Bartosz Golaszewski · 4 years, 7 months ago
  79. 53d8609 regmap: fix alignment issue by Jens Thoms Toerring · 4 years, 7 months ago
  80. 9b98f92 Merge remote-tracking branch 'regmap/for-5.8' into regmap-next by Mark Brown · 4 years, 7 months ago
  81. 93b9299 Merge series "regmap: provide simple bitops and use them in a driver" from Bartosz Golaszewski <brgl@bgdev.pl> by Mark Brown · 4 years, 7 months ago
  82. aa2ff9d regmap: provide helpers for simple bit operations by Bartosz Golaszewski · 4 years, 7 months ago
  83. 82f25bd regmap-i2c: add 16-bit width registers support by AceLan Kao · 4 years, 8 months ago
  84. 3ada1b1 Merge series "Add support for Kontron sl28cpld" from Michael Walle <michael@walle.cc>: by Mark Brown · 4 years, 9 months ago
  85. 12479382 regmap-irq: make it possible to add irq_chip do a specific device node by Michael Walle · 4 years, 9 months ago
  86. 80215f1 regmap: Add bus reg_update_bits() support by Baolin Wang · 4 years, 9 months ago
  87. 74edd08 regmap: debugfs: check count when read regmap file by Peng Fan · 4 years, 10 months ago
  88. 2e31aab regmap: fix writes to non incrementing registers by Ben Whitten · 5 years ago
  89. 14e01b5 regmap-i2c: constify regmap_bus structures by Michał Mirosław · 5 years ago
  90. a20db58 regmap: regmap-w1: Drop unreachable code by Mika Westerberg · 5 years ago
  91. 0372fd1 Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 5 years ago
  92. 1bd4584 Merge branch 'regmap-5.4' into regmap-next by Mark Brown · 5 years ago
  93. fba5b1e regmap-irq: Correct error paths in regmap_irq_thread for pm_runtime by Charles Keepax · 5 years ago
  94. 8676b3c soundwire: fix regmap dependencies and align with other serial links by Pierre-Louis Bossart · 5 years ago
  95. 9d52a35 regmap: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  96. aaccf386 Merge branch 'regmap-5.3' into regmap-next by Mark Brown · 5 years ago
  97. ea09b3e Merge branch 'regmap-5.2' into regmap-linus by Mark Brown · 5 years ago
  98. eff5a85 regmap: select CONFIG_REGMAP while REGMAP_SCCB is set by YueHaibing · 5 years ago
  99. 5553558 regmap: lzo: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
  100. db05767 regmap: fix bulk writes on paged registers by Srinivas Kandagatla · 6 years ago