1. 7a2e11e regmap: Correct comparison in regmap_cached by Charles Keepax · 6 years ago
  2. cddf0e1 regmap: Fix reversed bounds check in regmap_raw_write() by Dan Carpenter · 6 years ago
  3. f785fb2 Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-next by Mark Brown · 8 years ago
  4. f0aa1ce regmap: fix deadlock on _regmap_raw_write() error path by Nikita Yushchenko · 8 years ago
  5. 5556244 regmap: Add missing little endian functions by Tony Lindgren · 8 years ago
  6. f50e38c regmap: Allow longer flag masks for read and write by Tony Lindgren · 8 years ago
  7. 815806e regmap: drop cache if the bus transfer error by Elaine Zhang · 8 years ago
  8. 1ea975c regmap: Add a function to check if a regmap register is cached by Cristian Birsan · 8 years ago
  9. 5bf75b4 regmap: Support bulk writes for devices without raw formatting by Chen-Yu Tsai · 8 years ago
  10. d25263d Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next by Mark Brown · 8 years ago
  11. 0b74f06 Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', 'regmap/topic/irq' and 'regmap/topic/stride' into regmap-next by Mark Brown · 8 years ago
  12. b821957 regmap: replace regmap_write_bits() by Kuninori Morimoto · 8 years ago
  13. e6ef243 regmap: add regmap_fields_force_xxx() macros by Kuninori Morimoto · 8 years ago
  14. 4813860 regmap: merge regmap_fields_update_bits() into macro by Kuninori Morimoto · 8 years ago
  15. bbf2c46 regmap: merge regmap_fields_write() into macro by Kuninori Morimoto · 8 years ago
  16. e126ede regmap: add regmap_fields_update_bits_base() by Kuninori Morimoto · 8 years ago
  17. 721ed64 regmap: merge regmap_field_update_bits() into macro by Kuninori Morimoto · 8 years ago
  18. 3674124 regmap: merge regmap_field_write() into macro by Kuninori Morimoto · 8 years ago
  19. 28972eaa regmap: add regmap_field_update_bits_base() by Kuninori Morimoto · 8 years ago
  20. 89d8d4b regmap: merge regmap_update_bits_check_async() into macro by Kuninori Morimoto · 8 years ago
  21. 98c2dc4 regmap: merge regmap_update_bits_check() into macro by Kuninori Morimoto · 8 years ago
  22. 30ed9cb regmap: merge regmap_update_bits_async() into macro by Kuninori Morimoto · 8 years ago
  23. ca7a944 regmap: merge regmap_update_bits() into macro by Kuninori Morimoto · 8 years ago
  24. 91d31b9 regmap: add regmap_update_bits_base() by Kuninori Morimoto · 8 years ago
  25. ca747be regmap: core: Introduce register stride order by Xiubo Li · 8 years ago
  26. bb2bb45 regmap: Return an error if a caller attempts to do an unsupported raw read by Mark Brown · 8 years ago
  27. a06c488 regmap: Add explict native endian flag to DT bindings by Mark Brown · 8 years ago
  28. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 8 years ago
  29. fcac023 regmap: use IS_ALIGNED instead of % to improve the performance by Xiubo Li · 9 years ago
  30. 782035e regmap: missing case statement by Dan Carpenter · 9 years ago
  31. 01c377b regmap: shift wrapping bugs in 64 bit code by Dan Carpenter · 9 years ago
  32. 19c0478 regmap: fix the warning about unused variable by Xiubo Li · 9 years ago
  33. afcc00b regmap: add 64-bit mode support by Xiubo Li · 9 years ago
  34. d4a1a31 Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next by Mark Brown · 9 years ago
  35. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  36. b4a21fc regmap: Allocate buffers with GFP_ATOMIC when fast_io == true by Stephen Boyd · 9 years ago
  37. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  38. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  39. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  40. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  41. 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
  42. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  43. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  44. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  45. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  46. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  47. 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
  48. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  49. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  50. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  51. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  52. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 9 years ago
  53. b486afb regmap: fix typos in regmap.c by Xiubo Li · 9 years ago
  54. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 9 years ago
  55. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 9 years ago
  56. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 9 years ago
  57. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 9 years ago
  58. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  59. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 9 years ago
  60. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 9 years ago
  61. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 9 years ago
  62. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 9 years ago
  63. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 9 years ago
  64. 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
  65. 4705a81 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  66. d2b923e Merge remote-tracking branch 'regmap/fix/field' into regmap-linus by Mark Brown · 9 years ago
  67. 921cc29 regmap: Fix possible shift overflow in regmap_field_init() by Maxime Coquelin · 9 years ago
  68. 15b8d2c regmap: Fix regmap_bulk_read in BE mode by Arun Chandran · 9 years ago
  69. 7ca6759 regmap: drop unneeded goto by Julia Lawall · 9 years ago
  70. a2f776c regmap: Introduce regmap_get_reg_stride by Srinivas Kandagatla · 9 years ago
  71. 668abc7 regmap: Introduce regmap_get_max_register by Srinivas Kandagatla · 9 years ago
  72. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 9 years ago
  73. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 9 years ago
  74. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 9 years ago
  75. 45942c3 Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next by Mark Brown · 10 years ago
  76. 25a9487 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 10 years ago
  77. d6b41cb regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  78. 5336be8 regmap: fix NULL pointer dereference in _regmap_write/read by Pankaj Dubey · 10 years ago
  79. 6e64b6c regmap: fix NULL pointer dereference in regmap_get_val_endian by Pankaj Dubey · 10 years ago
  80. cf673fb regmap: Split regmap_get_endian() in two functions by Geert Uytterhoeven · 10 years ago
  81. 5844a8b regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 10 years ago
  82. 45e1a27 regmap: of_regmap_get_endian() cleanup by Stephen Warren · 10 years ago
  83. ba1b53f regmap: Fix DT endianess parsing logic by Javier Martinez Canillas · 10 years ago
  84. d647c19 regmap: add DT endianness binding support. by Xiubo Li · 10 years ago
  85. fa2fbe4 regmap: Allow regmap_get_device() to be used by modules by Mark Brown · 10 years ago
  86. 8d7d397 regmap: Add regmap_get_device by Tuomas Tynkkynen · 10 years ago
  87. ef98ae4 Merge remote-tracking branch 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  88. 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
  89. b48d139 regmap: Add missing initialization of this_page by Geert Uytterhoeven · 10 years ago
  90. f5727cd regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  91. 3ac1703 regmap: add reg_read/reg_write callbacks to regmap_bus struct by Boris BREZILLON · 10 years ago
  92. 4aa8c06 regmap: implement LE formatting/parsing for 16/32-bit values. by Xiubo Li · 10 years ago
  93. 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
  94. a7a037c regmap: adds missing braces in regmap_init() by Daeseok Youn · 10 years ago
  95. 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
  96. 4999e96 regmap: Fix possible sleep-in-atomic in regmap_bulk_write() by Takashi Iwai · 10 years ago
  97. 56fb1c7 regmap: Ensure regmap_register_patch() is compatible with fast_io by Mark Brown · 10 years ago
  98. e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 10 years ago
  99. 13ff50c regmap: add regmap_parse_val api by Nenghua Cao · 10 years ago
  100. 6bf1310 regmap: Base regmap_register_patch on _regmap_multi_reg_write by Charles Keepax · 10 years ago