summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski
2017-11-29regmap: Remove the redundant config to select hwspinlockBaolin Wang
2017-11-06regmap: Fix unused warningBaolin Wang
2017-11-03regmap: Clean up hwspinlock on regmap exitMark Brown
2017-11-03regmap: Also protect hwspinlock in error handling pathMark Brown
2017-11-03regmap: Add a config option for hwspinlockMark Brown
2017-11-01regmap: Add hardware spinlock supportBaolin Wang
2017-02-03Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...Mark Brown
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax
2016-12-19regmap: use rb_entry()Geliang Tang
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