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