summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-178/+39Star
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-23/+0Star
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-12/+0Star
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-191-26/+0Star
| * regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-191-22/+0Star
| * regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-191-0/+32
| * regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-191-20/+0Star
| * regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-191-16/+0Star
| * regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-191-0/+27
| * regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-191-37/+0Star
| * regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-191-25/+0Star
| * regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-191-34/+0Star
| * regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-191-23/+0Star
| * regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-191-0/+40
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-054-11/+148
|\ \ \ \ \ | | | |_|/ | | |/| |
| | | | * regcache: flat: Introduce register strider orderXiubo Li2016-02-191-5/+15
| | | | * regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-191-0/+6
| | | | * regmap: core: Introduce register stride orderXiubo Li2016-02-192-6/+23
| | | |/ | | |/|
| | | * regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko2016-02-291-0/+1
| | | * regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+82
| | | * regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan2016-02-091-0/+21
| | |/
| * / regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-03-051-0/+82
| |/
* | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2016-03-053-131/+174
|\ \
| * | regmap: cache: Fall back to register by register read for cache defaultsMark Brown2016-02-021-11/+30
| * | regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown2016-02-011-0/+3
| * | regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown2016-01-271-120/+139
| * | regmap: Add explict native endian flag to DT bindingsMark Brown2016-01-271-0/+2
| |/
* | Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown2016-03-051-2/+2
|\ \
| * | regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero2016-01-151-2/+2
* | | regmap: mmio: Revert to v4.4 endianness handlingMark Brown2016-02-051-8/+8
| |/ |/|
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and...Mark Brown2016-01-053-81/+63Star
|\ \ \ \
| | | * | regmap: debugfs: Use seq_file for the access mapMark Brown2016-01-051-51/+18Star
| | | |/
| | * / regmap: rbtree: When adding a reg do a bsearch for target nodeNikesh Oswal2015-11-161-2/+7
| | |/
| * | regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li2015-12-081-19/+30
| * | regmap: mmio: remove the useless codeXiubo Li2015-12-081-1/+0Star
| * | regmap-mmio: Use native endianness for read/writeSimon Arlott2015-11-161-8/+8
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-053-0/+223
|\ \ \
| | * | regmap: irq: add support for configuration of trigger typeLaxman Dewangan2016-01-051-0/+100
| | |/
| * | regmap: missing case statementDan Carpenter2015-12-121-0/+1
| * | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-121-3/+3
| * | regmap: cache: Add 64-bit mode supportXiubo Li2015-12-091-0/+15
| * | regmap: cache: To suppress the noise of checkpatchXiubo Li2015-12-091-0/+6
| * | regmap: fix the warning about unused variableXiubo Li2015-12-091-0/+2
| * | regmap: add 64-bit mode supportXiubo Li2015-12-081-0/+99
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2016-01-055-22/+24
|\ \
| * | regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-161-8/+8
| * | regmap: replace kmalloc with kmalloc_arraylixiubo2015-11-203-6/+7
| * | regmap: replace kzalloc with kcalloclixiubo2015-11-204-8/+9
| |/
* | regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li2015-12-121-2/+6
* | regmap: cache: Add warning info for the cache checkXiubo Li2015-12-121-4/+8
|/