summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regcache-lzo.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko2019-06-171-5/+3Star
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7Star
* regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani2016-11-251-6/+2Star
* regmap: replace kmalloc with kmalloc_arraylixiubo2015-11-201-2/+2
* regmap: replace kzalloc with kcalloclixiubo2015-11-201-1/+1
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-2/+2
* regmap: cache: Sort include headers alphabeticallyXiubo Li2014-10-201-1/+1
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-041-4/+2Star
* regmap: implement register stridingStephen Warren2012-04-101-5/+6
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | bitops: remove for_each_set_bit_cont()Akinobu Mita2012-03-241-1/+1
* | Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-141-2/+8
|\ \
| * | regmap: Fix x86_64 breakageMark Brown2012-02-271-1/+1
| * | regmap: Supply ranges to the sync operationsMark Brown2012-02-241-2/+8
| |/
* / regmap: Skip hardware defaults for LZO cachesMark Brown2012-02-231-0/+6
|/
* regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen2011-11-151-1/+3
*-. Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-081-1/+1
|\ \
| | * regmap: Rename LZO cache type to compressedMark Brown2011-11-081-1/+1
| |/
* / regmap: Prepare LZO cache for variable block sizesMark Brown2011-11-081-6/+9
|/
* regmap: Return a sensible error code if we fail to read the cacheMark Brown2011-10-101-2/+2
* regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos2011-09-301-1/+1
* regmap: Add the LZO cache supportDimitris Papastamos2011-09-191-0/+361