aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' into regmap-nextMark Brown1-58/+71
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax1-56/+69
2016-12-19regmap: use rb_entry()Geliang Tang1-2/+2
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-nextMark Brown1-13/+51
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko1-1/+5
2016-09-16regmap: Add missing little endian functionsTony Lindgren1-0/+9
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren1-13/+19
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang1-0/+2
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan1-0/+23
2016-06-29regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai1-3/+28
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 Brown1-6/+13
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto1-23/+0
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-20regmap: core: Introduce register stride orderXiubo Li1-6/+13
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown1-0/+3
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown1-0/+2
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown1-0/+102
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li1-8/+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: fix the warning about unused variableXiubo Li1-0/+2
2015-12-08regmap: add 64-bit mode supportXiubo Li1-0/+99
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-nextMark Brown1-1/+11
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle1-11/+18
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd1-1/+11
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-nextMark Brown1-53/+79
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-nextMark Brown1-8/+43
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-21/+155
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown1-0/+5
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-coreMark Brown1-18/+109
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY1-2/+4
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown1-1/+28
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann1-0/+6
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann1-0/+22
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann1-15/+70
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-smbus-blockMark Brown1-11/+38
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann1-1/+1
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann1-4/+5