summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2019-08-04regmap: fix bulk writes on paged registersSrinivas Kandagatla
2018-05-30regmap: Correct comparison in regmap_cachedCharles Keepax
2018-04-24regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko
2016-09-16regmap: Add missing little endian functionsTony Lindgren
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren
2016-08-18regmap: drop cache if the bus transfer errorElaine Zhang
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan
2016-06-29regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai
2016-03-05Merge remote-tracking branch 'regmap/topic/update-bits' into regmap-nextMark Brown
2016-03-05Merge remote-tracking branches 'regmap/topic/devm-irq', 'regmap/topic/doc', '...Mark Brown
2016-03-05regmap: replace regmap_write_bits()Kuninori Morimoto
2016-02-26regmap: add regmap_fields_force_xxx() macrosKuninori Morimoto
2016-02-20regmap: merge regmap_fields_update_bits() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_fields_write() into macroKuninori Morimoto
2016-02-20regmap: add regmap_fields_update_bits_base()Kuninori Morimoto
2016-02-20regmap: merge regmap_field_update_bits() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_field_write() into macroKuninori Morimoto
2016-02-20regmap: add regmap_field_update_bits_base()Kuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_check_async() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_check() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits_async() into macroKuninori Morimoto
2016-02-20regmap: merge regmap_update_bits() into macroKuninori Morimoto
2016-02-20regmap: add regmap_update_bits_base()Kuninori Morimoto
2016-02-20regmap: core: Introduce register stride orderXiubo Li
2016-02-01regmap: Return an error if a caller attempts to do an unsupported raw readMark Brown
2016-01-27regmap: Add explict native endian flag to DT bindingsMark Brown
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown
2015-12-16regmap: use IS_ALIGNED instead of % to improve the performanceXiubo Li
2015-12-12regmap: missing case statementDan Carpenter
2015-12-12regmap: shift wrapping bugs in 64 bit codeDan Carpenter
2015-12-09regmap: fix the warning about unused variableXiubo Li
2015-12-08regmap: add 64-bit mode supportXiubo Li
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown
2015-09-04Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2015-09-04Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown
2015-09-04Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel...Mark Brown
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann
2015-08-30Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/d...Mark Brown
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann