summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAge
* regmap: Fix unused warningBaolin Wang2017-11-06
* regmap: Clean up hwspinlock on regmap exitMark Brown2017-11-03
* regmap: Also protect hwspinlock in error handling pathMark Brown2017-11-03
* regmap: Add a config option for hwspinlockMark Brown2017-11-03
* regmap: Add hardware spinlock supportBaolin Wang2017-11-01
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown2017-02-03
|\ \
| | * regmap: use rb_entry()Geliang Tang2016-12-19
| |/ |/|
| * regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-12
|/
*-. Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown2016-10-04
|\ \
| | * regmap: Add a function to check if a regmap register is cachedCristian Birsan2016-08-09
| * | regmap: Add missing little endian functionsTony Lindgren2016-09-16
| * | regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-16
| |/
* | regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-22
* | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-18
|/
* regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-29
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-05
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-05
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-26
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-20
| * regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-20
| * regmap: add regmap_fields_update_bits_base()Kuninori Morimoto2016-02-20
| * regmap: merge regmap_field_update_bits() into macroKuninori Morimoto2016-02-20
| * regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-20
| * regmap: add regmap_field_update_bits_base()Kuninori Morimoto2016-02-20
| * regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto2016-02-20
| * regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-20
| * regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-20
| * regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-20
| * regmap: add regmap_update_bits_base()Kuninori Morimoto2016-02-20
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown2016-03-05
|\ \ \ | | |/ | |/|
| | * regmap: core: Introduce register stride orderXiubo Li2016-02-20
| |/
* | regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown2016-02-01
* | regmap: Add explict native endian flag to DT bindingsMark Brown2016-01-27
|/
*-. Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-05
|\ \
| * | regmap: missing case statementDan Carpenter2015-12-12
| * | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-12
| * | regmap: fix the warning about unused variableXiubo Li2015-12-09
| * | regmap: add 64-bit mode supportXiubo Li2015-12-08
| |/
* | regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-16
|/
*-. Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-12
|\ \
| * | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-14
| |/
* | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-06
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-04
|\ \
| | * regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin2015-07-16
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-16
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-11
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-07
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-04
|\ \ \ | | |/ | |/|
| | * regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-10
| | * regmap: add regmap_write_bits()Kuninori Morimoto2015-07-10