aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-lzo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko1-5/+3
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2016-11-25regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo1-2/+2
2015-11-20regmap: replace kzalloc with kcalloclixiubo1-1/+1
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-2/+2
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li1-1/+1
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown1-4/+2
2012-04-10regmap: implement register stridingStephen Warren1-5/+6
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita1-1/+1
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' into regmap-nextMark Brown1-2/+8
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-02-27regmap: Fix x86_64 breakageMark Brown1-1/+1
2012-02-24regmap: Supply ranges to the sync operationsMark Brown1-2/+8
2012-02-23regmap: Skip hardware defaults for LZO cachesMark Brown1-0/+6
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen1-1/+3
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown1-1/+1
2011-11-08regmap: Rename LZO cache type to compressedMark Brown1-1/+1
2011-11-08regmap: Prepare LZO cache for variable block sizesMark Brown1-6/+9
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown1-2/+2
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos1-1/+1
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos1-0/+361