1. 320549a regmap: mmio: Revert to v4.4 endianness handling by Mark Brown · 9 years ago
  2. 6cb07ab Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next by Mark Brown · 9 years ago
  3. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 9 years ago
  4. 8798975 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  5. 8da61f2 regmap: debugfs: Use seq_file for the access map by Mark Brown · 9 years ago
  6. 7a78479 regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 9 years ago
  7. fcac023 regmap: use IS_ALIGNED instead of % to improve the performance by Xiubo Li · 9 years ago
  8. 167f706 regmap: cache: Move the num_reg_defaults check as early as possible by Xiubo Li · 9 years ago
  9. 8cfe2fd regmap: cache: Add warning info for the cache check by Xiubo Li · 9 years ago
  10. 782035e regmap: missing case statement by Dan Carpenter · 9 years ago
  11. 01c377b regmap: shift wrapping bugs in 64 bit code by Dan Carpenter · 9 years ago
  12. 8b7663d regmap: cache: Add 64-bit mode support by Xiubo Li · 9 years ago
  13. 2fd6902 regmap: cache: To suppress the noise of checkpatch by Xiubo Li · 9 years ago
  14. 19c0478 regmap: fix the warning about unused variable by Xiubo Li · 9 years ago
  15. afcc00b regmap: add 64-bit mode support by Xiubo Li · 9 years ago
  16. 75fb0aa regmap: mmio: Add regmap_mmio_get_min_stride by Xiubo Li · 9 years ago
  17. 9d98fa7 regmap: mmio: remove the useless code by Xiubo Li · 9 years ago
  18. 549e08a regmap: replace kmalloc with kmalloc_array by lixiubo · 9 years ago
  19. eeda1bd regmap: replace kzalloc with kcalloc by lixiubo · 9 years ago
  20. 6399aea regmap: rbtree: When adding a reg do a bsearch for target node by Nikesh Oswal · 9 years ago
  21. 29bb45f regmap-mmio: Use native endianness for read/write by Simon Arlott · 9 years ago
  22. 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
  23. 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
  24. b3961e8 Merge tag 'regmap-offload-update-bits' into regmap-next by Mark Brown · 9 years ago
  25. ba5890a Merge tag 'regmap-irq-unmask' into regmap-next by Mark Brown · 9 years ago
  26. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  27. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  28. ca07e9f regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly by Rasmus Villemoes · 9 years ago
  29. 20991cd regmap: debugfs: use memcpy instead of snprintf by Rasmus Villemoes · 9 years ago
  30. e34dc49 regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file() by Rasmus Villemoes · 9 years ago
  31. 9ae3109 regmap: debugfs: Remove scratch buffer for register length calculation by Mark Brown · 9 years ago
  32. 176fc2d regmap: debugfs: Don't bother actually printing when calculating max length by Mark Brown · 9 years ago
  33. b763ec1 regmap: debugfs: Ensure we don't underflow when printing access masks by Mark Brown · 9 years ago
  34. a650fdd regmap: irq: add ack_invert flag for chips using cleared bits as ack by Guo Zeng · 9 years ago
  35. 7b7d196 regmap: irq: add support for chips who have separate unmask registers by Guo Zeng · 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. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  42. 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
  43. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  44. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  45. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  46. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  47. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  48. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  49. 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
  50. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  51. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  52. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  53. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  54. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 10 years ago
  55. b486afb regmap: fix typos in regmap.c by Xiubo Li · 10 years ago
  56. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 10 years ago
  57. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 10 years ago
  58. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 10 years ago
  59. 1635e88 regmap: debugfs: Fix misuse of IS_ENABLED by Axel Lin · 10 years ago
  60. 8ef9724 regmap: regcache-rbtree: Clean new present bits on present bitmap resize by Guenter Roeck · 10 years ago
  61. d3dc543 regmap: debugfs: Allow writes to cache state settings by Richard Fitzgerald · 10 years ago
  62. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 10 years ago
  63. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 10 years ago
  64. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 10 years ago
  65. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 10 years ago
  66. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 10 years ago
  67. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 10 years ago
  68. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 10 years ago
  69. 8ca006a Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' and 'regmap/topic/reg-params' into regmap-next by Mark Brown · 10 years ago
  70. 4705a81 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 10 years ago
  71. d2b923e Merge remote-tracking branch 'regmap/fix/field' into regmap-linus by Mark Brown · 10 years ago
  72. 921cc29 regmap: Fix possible shift overflow in regmap_field_init() by Maxime Coquelin · 10 years ago
  73. 15b8d2c regmap: Fix regmap_bulk_read in BE mode by Arun Chandran · 10 years ago
  74. e723f2c regmap: kill off set_irq_flags usage by Rob Herring · 10 years ago
  75. 7043f5f regmap: irq: Fixed a typo error by dashsriram · 10 years ago
  76. 7ca6759 regmap: drop unneeded goto by Julia Lawall · 10 years ago
  77. a2f776c regmap: Introduce regmap_get_reg_stride by Srinivas Kandagatla · 10 years ago
  78. 668abc7 regmap: Introduce regmap_get_max_register by Srinivas Kandagatla · 10 years ago
  79. 1c79771 regmap: Use regcache_mark_dirty() to indicate power loss or reset by Kevin Cernekee · 10 years ago
  80. 3969fa08 regmap: Add a helper function for regcache sync test by Kevin Cernekee · 10 years ago
  81. 77f5f3e regmap: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  82. 1b57c7c Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  83. 7c90de3 Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 10 years ago
  84. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 10 years ago
  85. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 10 years ago
  86. 7d720ee Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus by Mark Brown · 10 years ago
  87. 328f494 regmap: regcache-rbtree: Fix present bitmap resize by Lars-Peter Clausen · 10 years ago
  88. 4ceba98 regmap: Skip read-only registers in regcache_sync() by Takashi Iwai · 10 years ago
  89. 09cadf6 regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request by Valentin Rothberg · 10 years ago
  90. 1aff031 Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next by Mark Brown · 10 years ago
  91. 5892ded regmap: Fix i2c word access when using SMBus access functions by Guenter Roeck · 10 years ago
  92. 3c174d2 regmap: Export regmap_get_val_endian by Guenter Roeck · 10 years ago
  93. 927db287 regmap: ac97: Clean up indentation by Mark Brown · 10 years ago
  94. f93d1be regmap: Move spinlock_flags into the union by Wang, Yalin · 10 years ago
  95. a63b878 Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next by Mark Brown · 10 years ago
  96. 2285322 regmap: ac97: Add generic AC'97 callbacks by Mark Brown · 10 years ago
  97. e39be3a regmap: cache: Sort include headers alphabetically by Xiubo Li · 10 years ago
  98. fb70067 regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  99. 06f9c24 regmap: cache: use kmalloc_array instead of kmalloc by Xiubo Li · 10 years ago
  100. fbba43c regmap: cache: speed regcache_hw_init() up. by Xiubo Li · 10 years ago