1. e880e874 Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  2. 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
  3. b3961e8 Merge tag 'regmap-offload-update-bits' into regmap-next by Mark Brown · 9 years ago
  4. ba5890a Merge tag 'regmap-irq-unmask' into regmap-next by Mark Brown · 9 years ago
  5. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  6. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  7. ca07e9f regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly by Rasmus Villemoes · 9 years ago
  8. 20991cd regmap: debugfs: use memcpy instead of snprintf by Rasmus Villemoes · 9 years ago
  9. e34dc49 regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file() by Rasmus Villemoes · 9 years ago
  10. 9ae3109 regmap: debugfs: Remove scratch buffer for register length calculation by Mark Brown · 9 years ago
  11. 176fc2d regmap: debugfs: Don't bother actually printing when calculating max length by Mark Brown · 9 years ago
  12. b763ec1 regmap: debugfs: Ensure we don't underflow when printing access masks by Mark Brown · 9 years ago
  13. a650fdd regmap: irq: add ack_invert flag for chips using cleared bits as ack by Guo Zeng · 9 years ago
  14. 7b7d196 regmap: irq: add support for chips who have separate unmask registers by Guo Zeng · 9 years ago
  15. b4a21fc regmap: Allocate buffers with GFP_ATOMIC when fast_io == true by Stephen Boyd · 9 years ago
  16. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  17. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  18. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  19. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  20. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  21. 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
  22. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  23. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  24. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  25. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  26. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  27. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  28. 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
  29. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  30. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  31. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  32. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  33. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 9 years ago
  34. b486afb regmap: fix typos in regmap.c by Xiubo Li · 9 years ago
  35. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 9 years ago
  36. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 9 years ago
  37. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 9 years ago
  38. 1635e88 regmap: debugfs: Fix misuse of IS_ENABLED by Axel Lin · 9 years ago
  39. 8ef9724 regmap: regcache-rbtree: Clean new present bits on present bitmap resize by Guenter Roeck · 9 years ago
  40. d3dc543 regmap: debugfs: Allow writes to cache state settings by Richard Fitzgerald · 9 years ago
  41. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 9 years ago
  42. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  43. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 9 years ago
  44. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 9 years ago
  45. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 9 years ago
  46. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 9 years ago
  47. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 9 years ago
  48. 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
  49. 4705a81 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  50. d2b923e Merge remote-tracking branch 'regmap/fix/field' into regmap-linus by Mark Brown · 9 years ago
  51. 921cc29 regmap: Fix possible shift overflow in regmap_field_init() by Maxime Coquelin · 9 years ago
  52. 15b8d2c regmap: Fix regmap_bulk_read in BE mode by Arun Chandran · 9 years ago
  53. e723f2c regmap: kill off set_irq_flags usage by Rob Herring · 9 years ago
  54. 7043f5f regmap: irq: Fixed a typo error by dashsriram · 9 years ago
  55. 7ca6759 regmap: drop unneeded goto by Julia Lawall · 9 years ago
  56. a2f776c regmap: Introduce regmap_get_reg_stride by Srinivas Kandagatla · 9 years ago
  57. 668abc7 regmap: Introduce regmap_get_max_register by Srinivas Kandagatla · 9 years ago
  58. 1c79771 regmap: Use regcache_mark_dirty() to indicate power loss or reset by Kevin Cernekee · 9 years ago
  59. 3969fa08 regmap: Add a helper function for regcache sync test by Kevin Cernekee · 9 years ago
  60. 77f5f3e regmap: Constify irq_domain_ops by Krzysztof Kozlowski · 9 years ago
  61. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  62. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  63. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 9 years ago
  64. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 9 years ago
  65. 7d720ee Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus by Mark Brown · 9 years ago
  66. 328f494 regmap: regcache-rbtree: Fix present bitmap resize by Lars-Peter Clausen · 9 years ago
  67. 4ceba98 regmap: Skip read-only registers in regcache_sync() by Takashi Iwai · 9 years ago
  68. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 9 years ago
  69. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  70. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  71. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  72. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  73. f93d1be regmap: Move spinlock_flags into the union by Wang, Yalin · 10 years ago
  74. a63b878 Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next by Mark Brown · 10 years ago
  75. 2285322 regmap: ac97: Add generic AC'97 callbacks by Mark Brown · 10 years ago
  76. e39be3a regmap: cache: Sort include headers alphabetically by Xiubo Li · 10 years ago
  77. fb70067 regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  78. 06f9c24 regmap: cache: use kmalloc_array instead of kmalloc by Xiubo Li · 10 years ago
  79. fbba43c regmap: cache: speed regcache_hw_init() up. by Xiubo Li · 10 years ago
  80. ba3f1c8 regmap: cache: fix errno in regcache_hw_init() by Xiubo Li · 10 years ago
  81. 5bd83ed regmap: cache: cleanup regcache_hw_init() by Xiubo Li · 10 years ago
  82. f5b313a Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 10 years ago
  83. 45942c3 Merge remote-tracking branch 'regmap/topic/dt-endian' into regmap-next by Mark Brown · 10 years ago
  84. 88507a2 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  85. 18a64d8 Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus by Mark Brown · 10 years ago
  86. 25a9487 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 10 years ago
  87. 18c0301 regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  88. d6b41cb regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  89. 2c98e0c regmap: debugfs: fix possbile NULL pointer dereference by Xiubo Li · 10 years ago
  90. 5336be8 regmap: fix NULL pointer dereference in _regmap_write/read by Pankaj Dubey · 10 years ago
  91. 6e64b6c regmap: fix NULL pointer dereference in regmap_get_val_endian by Pankaj Dubey · 10 years ago
  92. f29a432 regmap: cache: Do not fail silently from regcache_sync calls by Jarkko Nikula · 10 years ago
  93. 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
  94. 336fb81 regmap: change struct regmap's internal locks as union by Wang, Yalin · 10 years ago
  95. ffff7a12a regmap: Fix debugfs-file 'registers' mode by Markus Pargmann · 10 years ago
  96. d3b0533 Merge remote-tracking branches 'regmap/fix/cache', 'regmap/fix/debugfs' and 'regmap/fix/volatile' into regmap-linus by Mark Brown · 10 years ago
  97. 5c1ebe7 regmap: Don't attempt block writes when syncing cache on single_rw devices by Mark Brown · 10 years ago
  98. cf673fb regmap: Split regmap_get_endian() in two functions by Geert Uytterhoeven · 10 years ago
  99. 5844a8b regmap: Fix handling of volatile registers for format_write() chips by Mark Brown · 10 years ago
  100. 5e0cbe7 regmap: Fix regcache debugfs initialization by Lars-Peter Clausen · 10 years ago