summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown2017-02-031-58/+71
|\ \
| | * regmap: use rb_entry()Geliang Tang2016-12-191-2/+2
| |/ |/|
| * regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-121-56/+69
|/
*-. Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown2016-10-041-13/+51
|\ \
| | * regmap: Add a function to check if a regmap register is cachedCristian Birsan2016-08-091-0/+23
| * | regmap: Add missing little endian functionsTony Lindgren2016-09-161-0/+9
| * | regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-161-13/+19
| |/
* | regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-221-1/+5
* | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
|/
* regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-291-3/+28
* Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown2016-03-051-178/+39
|\
| * regmap: replace regmap_write_bits()Kuninori Morimoto2016-03-051-23/+0
| * regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto2016-02-261-12/+0
| * regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto2016-02-191-26/+0
| * regmap: merge regmap_fields_write() into macroKuninori Morimoto2016-02-191-22/+0
| * 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/+0
| * regmap: merge regmap_field_write() into macroKuninori Morimoto2016-02-191-16/+0
| * 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/+0
| * regmap: merge regmap_update_bits_check() into macroKuninori Morimoto2016-02-191-25/+0
| * regmap: merge regmap_update_bits_async() into macroKuninori Morimoto2016-02-191-34/+0
| * regmap: merge regmap_update_bits() into macroKuninori Morimoto2016-02-191-23/+0
| * 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-051-6/+13
|\ \ \ | | |/ | |/|
| | * regmap: core: Introduce register stride orderXiubo Li2016-02-191-6/+13
| |/
* | regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown2016-02-011-0/+3
* | regmap: Add explict native endian flag to DT bindingsMark Brown2016-01-271-0/+2
|/
*-. Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-051-0/+102
|\ \
| * | regmap: missing case statementDan Carpenter2015-12-121-0/+1
| * | regmap: shift wrapping bugs in 64 bit codeDan Carpenter2015-12-121-3/+3
| * | regmap: fix the warning about unused variableXiubo Li2015-12-091-0/+2
| * | regmap: add 64-bit mode supportXiubo Li2015-12-081-0/+99
| |/
* / regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li2015-12-161-8/+8
|/
*-. Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-121-1/+11
|\ \
| * | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-141-1/+11
| |/
* / regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-061-11/+18
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-041-53/+79
|\ \
| | * regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin2015-07-161-6/+48
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-11/+11
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-111-25/+0
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-071-11/+20
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-041-8/+43
|\ \ \ | | |/ | |/|
| | * regmap: add regmap_fields_force_write()Kuninori Morimoto2015-07-101-0/+12
| | * regmap: add regmap_write_bits()Kuninori Morimoto2015-07-101-0/+23
| | * regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto2015-07-101-8/+8
| |/
* | Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2015-09-041-21/+155
|\ \
| * \ Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown2015-09-041-18/+109
| |\ \
| | * | regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY2015-08-311-2/+4
| | * | regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann2015-08-301-0/+6