aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zero' into regmap-nextMark Brown1-1/+3
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 'regmap/topic/hwspinlock' and 'regmap/topic/nolock' into regmap-nextMark Brown1-13/+24
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis1-1/+3
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang1-1/+1
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski1-2/+4
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski1-2/+12
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-constMark Brown1-1/+9
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown1-0/+1
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski1-2/+2
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski1-1/+8
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang1-9/+2
2017-11-06regmap: Fix unused warningBaolin Wang1-1/+1
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown1-0/+2
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown1-1/+2
2017-11-03regmap: Add a config option for hwspinlockMark Brown1-0/+7
2017-11-01regmap: Add hardware spinlock supportBaolin Wang1-16/+85
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