1. af4ca6a Merge remote-tracking branch 'regmap/fix/debugfs' into tmp by Mark Brown · 11 years ago
  2. 31b35e9e regmap: fix small typo in regmap_bulk_write comment by Nestor Ovroy · 11 years ago
  3. f32ca3d regmap: debugfs: Fix seeking from the cache by Mark Brown · 11 years ago
  4. e8d6539 regmap: debugfs: Make sure we store the last entry in the offset cache by Mark Brown · 12 years ago
  5. 5bd9f4b regmap: debugfs: Ensure a correct return value for empty caches by Mark Brown · 12 years ago
  6. 95f971c regmap: debugfs: Discard the cache if we fail to allocate an entry by Mark Brown · 12 years ago
  7. 5a1d6d1 regmap: debugfs: Fix check for block start in cached seeks by Mark Brown · 12 years ago
  8. 120f805 regmap: debugfs: Fix attempts to read nonexistant register blocks by Mark Brown · 12 years ago
  9. 7c8a299 Merge remote-tracking branch 'regmap/topic/type' into regmap-next by Mark Brown · 12 years ago
  10. 8e24a6e Merge remote-tracking branch 'regmap/topic/table' into regmap-next by Mark Brown · 12 years ago
  11. db760fb Merge remote-tracking branch 'regmap/topic/lock' into regmap-next by Mark Brown · 12 years ago
  12. 4d348e6 Merge remote-tracking branch 'regmap/topic/domain' into regmap-next by Mark Brown · 12 years ago
  13. bcf8668 Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next by Mark Brown · 12 years ago
  14. 5166b7c regmap: debugfs: Cache offsets of valid regions for dump by Mark Brown · 12 years ago
  15. afab2f7 regmap: debugfs: Factor out initial seek by Mark Brown · 12 years ago
  16. db04328 regmap: debugfs: Avoid overflows for very small reads by Mark Brown · 12 years ago
  17. cbc1938 regmap: Cache register and value sizes for debugfs by Mark Brown · 12 years ago
  18. 76aad39 regmap: introduce tables for readable/writeable/volatile/precious checks by Davide Ciminaghi · 12 years ago
  19. 3afa24f Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  20. 869e4a5 Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  21. 6d04b8a regmap: core: Report registers in hex when we can't cache by Mark Brown · 12 years ago
  22. 1a61cfe regmap: Fix printing of size_t variable by Fabio Estevam · 12 years ago
  23. 5784ee4 regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled by Dong Aisheng · 12 years ago
  24. 0d4529c regmap: make lock/unlock functions customizable by Davide Ciminaghi · 12 years ago
  25. a8f28cf regmap: silence GCC warning by Paul Bolle · 12 years ago
  26. 8a2ceac regmap: Split raw writes that cross window boundaries by Mark Brown · 12 years ago
  27. 0ff3e62 regmap: Make return code checks consistent by Mark Brown · 12 years ago
  28. 98bc7df regmap: Factor range lookup out of page selection by Mark Brown · 12 years ago
  29. 4b020b3 regmap: Provide debugfs read of register ranges by Mark Brown · 12 years ago
  30. bd9cc12 regmap: Factor out debugfs register read by Mark Brown · 12 years ago
  31. d058bb4 regmap: Allow ranges to be named by Mark Brown · 12 years ago
  32. 061adc0 regmap: When we sanity check during range adds say what errors we find by Mark Brown · 12 years ago
  33. e3549cd regmap: Rename n_ranges to num_ranges by Mark Brown · 12 years ago
  34. 90f790d regmap: irq: Allow users to retrieve the irq_domain by Mark Brown · 12 years ago
  35. 613dac3 Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-next by Mark Brown · 12 years ago
  36. 8138073 regmap: no need primary handler for nested irq by Yunfan Zhang · 12 years ago
  37. 36ac914 regmap: irq: Add mask invert flag for enable register by Xiaofan Tian · 12 years ago
  38. 0c00c50 regmap: irq: Enable devices for runtime PM while handling interrupts by Mark Brown · 12 years ago
  39. 40052ca regmap: irq: initialize all irqs to wake disabled by Stephen Warren · 12 years ago
  40. 685879f regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base by Stephen Warren · 12 years ago
  41. ca14275 regmap: name irq_chip based on regmap_irq_chip's name by Stephen Warren · 12 years ago
  42. 7ac140e regmap: store irq_chip inside regmap_irq_chip_data by Stephen Warren · 12 years ago
  43. 0eb46ad regmap: irq: Only update mask bits when doing initial mask by Mark Brown · 12 years ago
  44. 1603262 regmap: fix some error messages to take account of irq_reg_stride by Stephen Warren · 12 years ago
  45. 4d87951 regmap: Don't lock in regmap_reinit_cache() by Dimitris Papastamos · 12 years ago
  46. 38e2319 Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next by Mark Brown · 12 years ago
  47. 4633511 regmap: Fix incorrect arguments to kzalloc() call by Dimitris Papastamos · 12 years ago
  48. 1044c18 regmap: Add hook for printk logging for debugging during early init by Mark Brown · 12 years ago
  49. 632a5b0 regmap: Fix work_buf switching for page update during virtual range access. by Krystian Garbaciak · 12 years ago
  50. 6863ca6 regmap: Add support for register indirect addressing. by Krystian Garbaciak · 12 years ago
  51. fc3ebd7 regmap: Move lock out from internal function _regmap_update_bits(). by Krystian Garbaciak · 12 years ago
  52. e8790ab regmap: mmio: Staticize regmap_mmio_gen_context() by Axel Lin · 12 years ago
  53. 752a6a5 regmap: Export regmap_reinit_cache() by Mark Brown · 12 years ago
  54. a43fd50 regmap: Implement support for wake IRQs by Mark Brown · 12 years ago
  55. bfd6185d regmap: Don't try to map non-existant IRQs by Mark Brown · 12 years ago
  56. b026ddb regmap: Constify regmap_irq_chip by Mark Brown · 12 years ago
  57. 5494a98 regmap: Fix the size calculation for map->format.buf_size by Fabio Estevam · 12 years ago
  58. bfaa25f regmap: clean up debugfs if regmap_init fails by Stephen Warren · 12 years ago
  59. 6a55244 regmap: mmio: request native endian formatting by Stephen Warren · 12 years ago
  60. 141eba2 regmap: allow busses to request formatting with specific endianness by Stephen Warren · 12 years ago
  61. 14674e7 i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLING by Mark Brown · 12 years ago
  62. 18d5eac regmap: Use select .. if to get IRQ_DOMAIN enabled by Mark Brown · 12 years ago
  63. 38e7f5d regmap: Fix typo in IRQ register striding by Mark Brown · 12 years ago
  64. 022f926a regmap: add support for non contiguous status to regmap-irq by Graeme Gregory · 12 years ago
  65. 4af8be6 regmap: Convert regmap_irq to use irq_domain by Mark Brown · 12 years ago
  66. 06e65cb Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next by Mark Brown · 12 years ago
  67. 2431d0a regmap: Pass back the allocated regmap IRQ controller data by Mark Brown · 12 years ago
  68. 25061d2 Merge tag 'regmap-3.4' into regmap-stride by Mark Brown · 12 years ago
  69. 6560ffd regmap: fix possible memory corruption in regmap_bulk_read() by Laxman Dewangan · 12 years ago
  70. 72b39f6 regmap: Implement dev_get_regmap() by Mark Brown · 12 years ago
  71. 7a64761 regmap: Devices using format_write don't support bulk operations by Mark Brown · 12 years ago
  72. 2e33caf regmap: Converts group operation into single read write operations by Ashish Jangam · 12 years ago
  73. f298536 regmap: Cache single values read from the chip by Mark Brown · 12 years ago
  74. 5680655 regmap: fix compile errors in regmap-irq.c due to stride changes by Stephen Warren · 12 years ago
  75. f01ee60 regmap: implement register striding by Stephen Warren · 12 years ago
  76. c0cc6fe Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-stride by Mark Brown · 12 years ago
  77. abec95a regmap: fix compilation when !CONFIG_DEBUG_FS by Stephen Warren · 12 years ago
  78. d3c242e regmap: allow regmap instances to be named by Stephen Warren · 12 years ago
  79. f4e52e7 Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  80. 851960b regmap: validate regmap_raw_read/write val_len by Stephen Warren · 12 years ago
  81. 9878647 regmap: mmio: remove some error checks now in the core by Stephen Warren · 12 years ago
  82. 40606db regmap: mmio: convert some error returns to BUG() by Stephen Warren · 12 years ago
  83. 45f5ff8 regmap: add MMIO bus support by Stephen Warren · 12 years ago
  84. bacdbe0 regmap: introduce fast_io busses, and use a spinlock for them by Stephen Warren · 12 years ago
  85. 0135bbc regmap: introduce explicit bus_context for bus callbacks by Stephen Warren · 12 years ago
  86. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  87. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 12 years ago
  88. c04c1b9 regmap: prevent division by zero in rbtree_show by Stephen Warren · 12 years ago
  89. e466de0 regmap: Export regcache_sync_region() by Mark Brown · 12 years ago
  90. d939fb9 regmap: Use pad_bits and reg_bits when determining register format. by Marc Reilly · 12 years ago
  91. ea279fc regmap: Add support for device with 24 data bits. by Marc Reilly · 12 years ago
  92. 4b4e9e4 regmap: rbtree: Fix register default look-up in sync by Lars-Peter Clausen · 12 years ago
  93. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  94. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 12 years ago
  95. addfd8a Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next by Mark Brown · 12 years ago
  96. eae4b51 Merge remote-tracking branch 'regmap/topic/introspection' into regmap-next by Mark Brown · 12 years ago
  97. 4a6be7b Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-next by Mark Brown · 12 years ago
  98. 7d9aca3 Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next by Mark Brown · 12 years ago
  99. e1c1c69 Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' into regmap-next by Mark Brown · 12 years ago
  100. 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 12 years ago