1. d25263d Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-next by Mark Brown · 8 years ago
  2. 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
  3. 781aab8 Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next by Mark Brown · 8 years ago
  4. 0e03ae7 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 8 years ago
  5. 045b984 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 8 years ago
  6. b821957 regmap: replace regmap_write_bits() by Kuninori Morimoto · 8 years ago
  7. 58a5336 regmap: irq: Enable irq retriggering for nested irqs by Grygorii Strashko · 8 years ago
  8. e6ef243 regmap: add regmap_fields_force_xxx() macros by Kuninori Morimoto · 8 years ago
  9. 4813860 regmap: merge regmap_fields_update_bits() into macro by Kuninori Morimoto · 8 years ago
  10. bbf2c46 regmap: merge regmap_fields_write() into macro by Kuninori Morimoto · 8 years ago
  11. e126ede regmap: add regmap_fields_update_bits_base() by Kuninori Morimoto · 8 years ago
  12. 721ed64 regmap: merge regmap_field_update_bits() into macro by Kuninori Morimoto · 8 years ago
  13. 3674124 regmap: merge regmap_field_write() into macro by Kuninori Morimoto · 8 years ago
  14. 28972eaa regmap: add regmap_field_update_bits_base() by Kuninori Morimoto · 8 years ago
  15. 89d8d4b regmap: merge regmap_update_bits_check_async() into macro by Kuninori Morimoto · 8 years ago
  16. 98c2dc4 regmap: merge regmap_update_bits_check() into macro by Kuninori Morimoto · 8 years ago
  17. 30ed9cb regmap: merge regmap_update_bits_async() into macro by Kuninori Morimoto · 8 years ago
  18. ca7a944 regmap: merge regmap_update_bits() into macro by Kuninori Morimoto · 8 years ago
  19. 91d31b9 regmap: add regmap_update_bits_base() by Kuninori Morimoto · 8 years ago
  20. ce11020 regcache: flat: Introduce register strider order by Xiubo Li · 8 years ago
  21. 8b31ec5 regcache: Introduce the index parsing API by stride order by Xiubo Li · 8 years ago
  22. ca747be regmap: core: Introduce register stride order by Xiubo Li · 8 years ago
  23. 800c3a0 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 8 years ago
  24. 4618951 regmap: irq: dispose all virtual irq before removing domain by Laxman Dewangan · 8 years ago
  25. 320549a regmap: mmio: Revert to v4.4 endianness handling by Mark Brown · 8 years ago
  26. 3245d46 regmap: cache: Fall back to register by register read for cache defaults by Mark Brown · 8 years ago
  27. bb2bb45 regmap: Return an error if a caller attempts to do an unsupported raw read by Mark Brown · 8 years ago
  28. 922a9f9 regmap: mmio: Convert to regmap_bus and fix accessor usage by Mark Brown · 8 years ago
  29. a06c488 regmap: Add explict native endian flag to DT bindings by Mark Brown · 8 years ago
  30. d51fe1f regmap: pass buffer size to regmap_raw_read() in regcache_hw_init() by Maciej S. Szmigiero · 8 years ago
  31. 6cb07ab Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next by Mark Brown · 8 years ago
  32. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 8 years ago
  33. 8798975 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 8 years ago
  34. 8da61f2 regmap: debugfs: Use seq_file for the access map by Mark Brown · 9 years ago
  35. 7a78479 regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 9 years ago
  36. fcac023 regmap: use IS_ALIGNED instead of % to improve the performance by Xiubo Li · 9 years ago
  37. 167f706 regmap: cache: Move the num_reg_defaults check as early as possible by Xiubo Li · 9 years ago
  38. 8cfe2fd regmap: cache: Add warning info for the cache check by Xiubo Li · 9 years ago
  39. 782035e regmap: missing case statement by Dan Carpenter · 9 years ago
  40. 01c377b regmap: shift wrapping bugs in 64 bit code by Dan Carpenter · 9 years ago
  41. 8b7663d regmap: cache: Add 64-bit mode support by Xiubo Li · 9 years ago
  42. 2fd6902 regmap: cache: To suppress the noise of checkpatch by Xiubo Li · 9 years ago
  43. 19c0478 regmap: fix the warning about unused variable by Xiubo Li · 9 years ago
  44. afcc00b regmap: add 64-bit mode support by Xiubo Li · 9 years ago
  45. 75fb0aa regmap: mmio: Add regmap_mmio_get_min_stride by Xiubo Li · 9 years ago
  46. 9d98fa7 regmap: mmio: remove the useless code by Xiubo Li · 9 years ago
  47. 549e08a regmap: replace kmalloc with kmalloc_array by lixiubo · 9 years ago
  48. eeda1bd regmap: replace kzalloc with kcalloc by lixiubo · 9 years ago
  49. 6399aea regmap: rbtree: When adding a reg do a bsearch for target node by Nikesh Oswal · 9 years ago
  50. 29bb45f regmap-mmio: Use native endianness for read/write by Simon Arlott · 9 years ago
  51. 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
  52. 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
  53. b3961e8 Merge tag 'regmap-offload-update-bits' into regmap-next by Mark Brown · 9 years ago
  54. ba5890a Merge tag 'regmap-irq-unmask' into regmap-next by Mark Brown · 9 years ago
  55. 77792b1 regmap: Allow installing custom reg_update_bits function by Jon Ringle · 9 years ago
  56. 621a5f7 debugfs: Pass bool pointer to debugfs_create_bool() by Viresh Kumar · 9 years ago
  57. ca07e9f regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly by Rasmus Villemoes · 9 years ago
  58. 20991cd regmap: debugfs: use memcpy instead of snprintf by Rasmus Villemoes · 9 years ago
  59. e34dc49 regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file() by Rasmus Villemoes · 9 years ago
  60. 9ae3109 regmap: debugfs: Remove scratch buffer for register length calculation by Mark Brown · 9 years ago
  61. 176fc2d regmap: debugfs: Don't bother actually printing when calculating max length by Mark Brown · 9 years ago
  62. b763ec1 regmap: debugfs: Ensure we don't underflow when printing access masks by Mark Brown · 9 years ago
  63. a650fdd regmap: irq: add ack_invert flag for chips using cleared bits as ack by Guo Zeng · 9 years ago
  64. 7b7d196 regmap: irq: add support for chips who have separate unmask registers by Guo Zeng · 9 years ago
  65. b4a21fc regmap: Allocate buffers with GFP_ATOMIC when fast_io == true by Stephen Boyd · 9 years ago
  66. 072502a Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next by Mark Brown · 9 years ago
  67. 84fb901 Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next by Mark Brown · 9 years ago
  68. a458a6d Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  69. f7474161 Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus by Mark Brown · 9 years ago
  70. b3959b5 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 9 years ago
  71. 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
  72. 17649c9 regmap: fix a NULL pointer dereference in __regmap_init by Sergey SENOZHATSKY · 9 years ago
  73. d5b98eb regmap: Support bulk reads for devices without raw formatting by Mark Brown · 9 years ago
  74. 2933253 regmap-i2c: Add smbus i2c block support by Markus Pargmann · 9 years ago
  75. c335931 regmap: Add raw_write/read checks for max_raw_write/read sizes by Markus Pargmann · 9 years ago
  76. f50c9eb regmap: regmap max_raw_read/write getter functions by Markus Pargmann · 9 years ago
  77. adaac45 regmap: Introduce max_raw_read/write for regmap_bulk_read/write by Markus Pargmann · 9 years ago
  78. 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
  79. 9c9f7f6 regmap: No multi_write support if bus->write does not exist by Markus Pargmann · 9 years ago
  80. 67921a1 regmap: Split use_single_rw internally into use_single_read/write by Markus Pargmann · 9 years ago
  81. c594b7f regmap: Fix regmap_bulk_write for bus writes by Markus Pargmann · 9 years ago
  82. 9a16ea9 regmap: regmap_raw_read return error on !bus->read by Markus Pargmann · 9 years ago
  83. 07ea400 regmap: Fix regmap_can_raw_write check by Markus Pargmann · 9 years ago
  84. b486afb regmap: fix typos in regmap.c by Xiubo Li · 9 years ago
  85. 2f9b660 regmap: Fix integertypes for register address and value by Markus Pargmann · 9 years ago
  86. 1ed8111 regmap: Move documentation to regmap.h by Nicolas Boichat · 9 years ago
  87. 3cfe7a7 regmap: Use different lockdep class for each regmap init call by Nicolas Boichat · 9 years ago
  88. 1635e88 regmap: debugfs: Fix misuse of IS_ENABLED by Axel Lin · 9 years ago
  89. 8ef9724 regmap: regcache-rbtree: Clean new present bits on present bitmap resize by Guenter Roeck · 9 years ago
  90. d3dc543 regmap: debugfs: Allow writes to cache state settings by Richard Fitzgerald · 9 years ago
  91. 2de9d60 regmap: Apply optional delay in multi_reg_write/register_patch by Nariman Poushin · 9 years ago
  92. 8019ff6 regmap: Use reg_sequence for multi_reg_write / register_patch by Nariman Poushin · 9 years ago
  93. fa3eec7 regmap: Silence warning on invalid zero length read by Mark Brown · 9 years ago
  94. 04dc91c regmap: Add better support for devices without readback support by Lars-Peter Clausen · 9 years ago
  95. e874e6c regmap: add regmap_fields_force_write() by Kuninori Morimoto · 9 years ago
  96. fd4b7286c regmap: add regmap_write_bits() by Kuninori Morimoto · 9 years ago
  97. 7ff0589 regmap: add force_write option on _regmap_update_bits() by Kuninori Morimoto · 9 years ago
  98. 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
  99. 4705a81 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  100. d2b923e Merge remote-tracking branch 'regmap/fix/field' into regmap-linus by Mark Brown · 9 years ago