summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache.c
AgeCommit message (Expand)Author
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown
2023-07-18regmap: Let users check if a register is cachedMark Brown
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2023-03-27regmap: Clarify error for unknown cache typesMark Brown
2023-03-27regmap: Handle sparse caches in the default syncMark Brown
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park
2021-01-21regmap: Assign boolean values to a bool variableJiapeng Zhong
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2017-06-08regmap: Fix typo in IS_ENABLED() checkMark Brown
2017-06-06regmap: make LZO cache optionalJonas Gorski
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax
2016-07-29regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne
2016-03-23regmap: cache: Fix typo in cache_bypass parameter descriptionAndrew F. Davis
2016-03-05Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown
2016-03-05Merge remote-tracking branch 'regmap/fix/raw' into regmap-linusMark Brown
2016-02-02regmap: cache: Fall back to register by register read for cache defaultsMark Brown
2016-01-15regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()Maciej S. Szmigiero
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown
2015-12-12regmap: cache: Move the num_reg_defaults check as early as possibleXiubo Li
2015-12-12regmap: cache: Add warning info for the cache checkXiubo Li
2015-12-09regmap: cache: Add 64-bit mode supportXiubo Li
2015-12-09regmap: cache: To suppress the noise of checkpatchXiubo Li
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li