1. f785fb2 Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-next by Mark Brown · 8 years ago
  2. 78bbf15 Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  3. f0aa1ce regmap: fix deadlock on _regmap_raw_write() error path by Nikita Yushchenko · 8 years ago
  4. 5556244 regmap: Add missing little endian functions by Tony Lindgren · 8 years ago
  5. f50e38c regmap: Allow longer flag masks for read and write by Tony Lindgren · 8 years ago
  6. 787ad90 Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus by Mark Brown · 8 years ago
  7. 815806e regmap: drop cache if the bus transfer error by Elaine Zhang · 8 years ago
  8. 359a2f1 regmap: debugfs: Add support for dumping write only device registers by Cristian Birsan · 8 years ago
  9. 1ea975c regmap: Add a function to check if a regmap register is cached by Cristian Birsan · 8 years ago
  10. 1bc8da4 regmap: rbtree: Avoid overlapping nodes by Lars-Peter Clausen · 8 years ago
  11. b2c7f5d regmap: cache: Fix num_reg_defaults computation from reg_defaults_raw by Maarten ter Huurne · 8 years ago
  12. efeb1a3 Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic/iopoll', 'regmap/topic/irq' and 'regmap/topic/maintainers' into regmap-next by Mark Brown · 8 years ago
  13. 5bf75b4 regmap: Support bulk writes for devices without raw formatting by Chen-Yu Tsai · 8 years ago
  14. d4ef930 regmap-i2c: Use i2c block command only if register value width is 8 bit by Guenter Roeck · 8 years ago
  15. ccc1256 regmap: irq: Add support to call client specific pre/post interrupt service by Laxman Dewangan · 8 years ago
  16. d4ab78d Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/flat' into regmap-next by Mark Brown · 8 years ago
  17. 2a2cd52 Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linus by Mark Brown · 8 years ago
  18. dec8e8f regmap: spmi: Fix regmap_spmi_ext_read in multi-byte case by Jack Pham · 8 years ago
  19. 2ed94f6 regmap: mmio: Explicitly say little endian is the defualt in the bus config by Mark Brown · 8 years ago
  20. 0dbdb76 regmap: mmio: Parse endianness definitions from DT by Mark Brown · 8 years ago
  21. 4f7d6dd regmap: Fix implicit inclusion of device.h by Mark Brown · 8 years ago
  22. 6e4f2878 regcache: flat: Require max_registers to be set by Alexander Stein · 8 years ago
  23. 267c858 regmap: cache: Fix typo in cache_bypass parameter description by Andrew F. Davis · 8 years ago
  24. 9f9f8b8 regmap: mmio: Fix value endianness selection by Mark Brown · 8 years ago
  25. d25263d Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next by Mark Brown · 8 years ago
  26. 0b74f06f 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
  27. 781aab8 Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next by Mark Brown · 8 years ago
  28. 0e03ae7 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 8 years ago
  29. 045b984 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 8 years ago
  30. b821957 regmap: replace regmap_write_bits() by Kuninori Morimoto · 8 years ago
  31. 58a5336 regmap: irq: Enable irq retriggering for nested irqs by Grygorii Strashko · 8 years ago
  32. e6ef243 regmap: add regmap_fields_force_xxx() macros by Kuninori Morimoto · 8 years ago
  33. 4813860 regmap: merge regmap_fields_update_bits() into macro by Kuninori Morimoto · 8 years ago
  34. bbf2c46 regmap: merge regmap_fields_write() into macro by Kuninori Morimoto · 8 years ago
  35. e126ede regmap: add regmap_fields_update_bits_base() by Kuninori Morimoto · 8 years ago
  36. 721ed64 regmap: merge regmap_field_update_bits() into macro by Kuninori Morimoto · 8 years ago
  37. 3674124 regmap: merge regmap_field_write() into macro by Kuninori Morimoto · 8 years ago
  38. 28972ea regmap: add regmap_field_update_bits_base() by Kuninori Morimoto · 8 years ago
  39. 89d8d4b regmap: merge regmap_update_bits_check_async() into macro by Kuninori Morimoto · 8 years ago
  40. 98c2dc4 regmap: merge regmap_update_bits_check() into macro by Kuninori Morimoto · 8 years ago
  41. 30ed9cb regmap: merge regmap_update_bits_async() into macro by Kuninori Morimoto · 8 years ago
  42. ca7a944 regmap: merge regmap_update_bits() into macro by Kuninori Morimoto · 8 years ago
  43. 91d31b9 regmap: add regmap_update_bits_base() by Kuninori Morimoto · 8 years ago
  44. ce11020 regcache: flat: Introduce register strider order by Xiubo Li · 8 years ago
  45. 8b31ec5 regcache: Introduce the index parsing API by stride order by Xiubo Li · 8 years ago
  46. ca747be regmap: core: Introduce register stride order by Xiubo Li · 8 years ago
  47. 800c3a0 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 8 years ago
  48. 4618951 regmap: irq: dispose all virtual irq before removing domain by Laxman Dewangan · 8 years ago
  49. 320549a regmap: mmio: Revert to v4.4 endianness handling by Mark Brown · 8 years ago
  50. 3245d46 regmap: cache: Fall back to register by register read for cache defaults by Mark Brown · 8 years ago
  51. bb2bb45 regmap: Return an error if a caller attempts to do an unsupported raw read by Mark Brown · 8 years ago
  52. 922a9f9 regmap: mmio: Convert to regmap_bus and fix accessor usage by Mark Brown · 8 years ago
  53. a06c488 regmap: Add explict native endian flag to DT bindings by Mark Brown · 8 years ago
  54. d51fe1f regmap: pass buffer size to regmap_raw_read() in regcache_hw_init() by Maciej S. Szmigiero · 8 years ago
  55. 6cb07ab Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next by Mark Brown · 8 years ago
  56. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 8 years ago
  57. 8798975 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 8 years ago
  58. 8da61f2 regmap: debugfs: Use seq_file for the access map by Mark Brown · 9 years ago
  59. 7a78479f regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 8 years ago
  60. fcac023 regmap: use IS_ALIGNED instead of % to improve the performance by Xiubo Li · 8 years ago
  61. 167f706 regmap: cache: Move the num_reg_defaults check as early as possible by Xiubo Li · 8 years ago
  62. 8cfe2fd regmap: cache: Add warning info for the cache check by Xiubo Li · 8 years ago
  63. 782035e regmap: missing case statement by Dan Carpenter · 8 years ago
  64. 01c377b regmap: shift wrapping bugs in 64 bit code by Dan Carpenter · 8 years ago
  65. 8b7663d regmap: cache: Add 64-bit mode support by Xiubo Li · 8 years ago
  66. 2fd6902 regmap: cache: To suppress the noise of checkpatch by Xiubo Li · 8 years ago
  67. 19c0478 regmap: fix the warning about unused variable by Xiubo Li · 8 years ago
  68. afcc00b regmap: add 64-bit mode support by Xiubo Li · 8 years ago
  69. 75fb0aa regmap: mmio: Add regmap_mmio_get_min_stride by Xiubo Li · 8 years ago
  70. 9d98fa7 regmap: mmio: remove the useless code by Xiubo Li · 8 years ago
  71. 549e08a regmap: replace kmalloc with kmalloc_array by lixiubo · 9 years ago
  72. eeda1bd regmap: replace kzalloc with kcalloc by lixiubo · 9 years ago
  73. 6399aea regmap: rbtree: When adding a reg do a bsearch for target node by Nikesh Oswal · 9 years ago
  74. 29bb45f regmap-mmio: Use native endianness for read/write by Simon Arlott · 9 years ago
  75. 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
  76. 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
  77. b3961e8 Merge tag 'regmap-offload-update-bits' into regmap-next by Mark Brown · 9 years ago
  78. ba5890a Merge tag 'regmap-irq-unmask' into regmap-next by Mark Brown · 9 years ago
  79. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  80. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  81. ca07e9f regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly by Rasmus Villemoes · 9 years ago
  82. 20991cd regmap: debugfs: use memcpy instead of snprintf by Rasmus Villemoes · 9 years ago
  83. e34dc49 regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file() by Rasmus Villemoes · 9 years ago
  84. 9ae3109 regmap: debugfs: Remove scratch buffer for register length calculation by Mark Brown · 9 years ago
  85. 176fc2d regmap: debugfs: Don't bother actually printing when calculating max length by Mark Brown · 9 years ago
  86. b763ec1 regmap: debugfs: Ensure we don't underflow when printing access masks by Mark Brown · 9 years ago
  87. a650fdd regmap: irq: add ack_invert flag for chips using cleared bits as ack by Guo Zeng · 9 years ago
  88. 7b7d196 regmap: irq: add support for chips who have separate unmask registers by Guo Zeng · 9 years ago
  89. b4a21fc regmap: Allocate buffers with GFP_ATOMIC when fast_io == true by Stephen Boyd · 9 years ago
  90. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  91. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  92. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  93. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  94. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  95. 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
  96. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  97. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  98. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  99. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  100. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago