aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown1-178/+39
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', 'regmap/topic/irq' and 'regmap/topic/stride' into regmap-nextMark Brown4-11/+148
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown3-131/+174
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-2/+2
2016-03-05regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto1-23/+0
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko1-0/+1
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto1-12/+0
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto1-26/+0
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto1-22/+0
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto1-0/+32
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto1-20/+0
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto1-16/+0
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto1-0/+27
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto1-37/+0
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto1-25/+0
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto1-34/+0
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto1-23/+0
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto1-0/+40
2016-02-20regcache: flat: Introduce register strider orderXiubo Li1-5/+15
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li1-0/+6
2016-02-20regmap: core: Introduce register stride orderXiubo Li2-6/+23
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-02-05regmap: mmio: Revert to v4.4 endianness handlingMark Brown1-8/+8
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown1-11/+30
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown1-0/+3
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown1-120/+139
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown1-0/+2
2016-01-15regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero1-2/+2
2016-01-05Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-nextMark Brown3-81/+63
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown3-0/+223
2016-01-05Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown5-22/+24
2016-01-05regmap: debugfs: Use seq_file for the access mapMark Brown1-51/+18
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+100
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li1-8/+8
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li1-2/+6
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li1-4/+8
2015-12-12regmap: missing case statementDan Carpenter1-0/+1
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter1-3/+3
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li1-0/+15
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li1-0/+6
2015-12-09regmap: fix the warning about unused variableXiubo Li1-0/+2
2015-12-08regmap: add 64-bit mode supportXiubo Li1-0/+99
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li1-19/+30
2015-12-08regmap: mmio: remove the useless codeXiubo Li1-1/+0
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo3-6/+7
2015-11-20regmap: replace kzalloc with kcalloclixiubo4-8/+9
2015-11-16regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal1-2/+7
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott1-8/+8