aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regcache-lzo.c
AgeCommit message (Expand)Author
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown
2012-04-10regmap: implement register stridingStephen Warren
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-23bitops: remove for_each_set_bit_cont()Akinobu Mita
2012-03-14Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2012-02-27regmap: Fix x86_64 breakageMark Brown
2012-02-24regmap: Supply ranges to the sync operationsMark Brown
2012-02-23regmap: Skip hardware defaults for LZO cachesMark Brown
2011-11-15regmap: Do not call regcache_exit from regcache_lzo_init error pathLars-Peter Clausen
2011-11-08Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown
2011-11-08regmap: Rename LZO cache type to compressedMark Brown
2011-11-08regmap: Prepare LZO cache for variable block sizesMark Brown
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos