aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-cache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-26ASoC: soc-cache: Factor-out the I2C read codeDimitris Papastamos1-68/+32
2011-02-08ASoC: soc-cache: dereferencing before checkingDan Carpenter1-13/+12
2011-01-21ASoC: soc-cache: Add trace event for snd_soc_cache_sync()Dimitris Papastamos1-0/+10
2011-01-20ASoC: soc-cache: Apply the cache_bypass optionDimitris Papastamos1-0/+4
2011-01-20ASoC: soc-cache: Introduce the cache_bypass optionDimitris Papastamos1-12/+24
2011-01-13ASoC: soc-cache: Add support for default readable()/volatile() functionsDimitris Papastamos1-0/+49
2011-01-13Merge branch 'for-2.6.38' into for-2.6.39Mark Brown1-1/+1
2011-01-12ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos1-18/+8
2011-01-12ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheDimitris Papastamos1-12/+4
2011-01-11ASoC: soc-cache: Clean up the cache manipulation codeDimitris Papastamos1-148/+82
2011-01-11ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()Dimitris Papastamos1-1/+1
2010-12-21ASoC: Make LZO cache compression optionalMark Brown1-0/+4
2010-12-21ASoC: If we can't find a cache compression type default to flatMark Brown1-3/+6
2010-12-14ASoC: soc-cache: A few minor stylistic changesDimitris Papastamos1-7/+7
2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos1-2/+16
2010-12-03ASoC: Constify struct snd_soc_codec_driverMark Brown1-6/+6
2010-12-03ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos1-12/+24
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos1-2/+2
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureMark Brown1-2/+2
2010-11-30ASoC: soc-cache: Fix memory overflow in LZO initializationDimitris Papastamos1-1/+1
2010-11-29ASoC: soc-cache: Ensure consistent cache namingDimitris Papastamos1-1/+1
2010-11-29ASoC: soc-cache: Add error checking in the *_cache_sync functionsDimitris Papastamos1-7/+21
2010-11-11ASoC: soc-cache: Add support for rbtree based register cachingDimitris Papastamos1-0/+232
2010-11-11ASoC: soc-cache: Add support for LZO register cachingDimitris Papastamos1-0/+413
2010-11-11ASoC: soc-cache: Add support for flat register cachingDimitris Papastamos1-31/+308
2010-11-08ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() callsDimitris Papastamos1-0/+6
2010-11-03ASoC: soc-cache: Remove unnecessary debugging infoDimitris Papastamos1-12/+0
2010-10-05ASoC: soc-cache: Add spi_write support for all I/O typesDimitris Papastamos1-0/+96
2010-09-23ASoC: Fix incorrect parameter to snd_soc_codec_volatile_registerDimitris Papastamos1-1/+1
2010-09-23ASoC: Delegate to hw specific read for volatile registersDimitris Papastamos1-26/+50
2010-09-23ASoC: adapt multi-componentism againTakashi Iwai1-3/+3
2010-09-23Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into topic/asocTakashi Iwai1-1/+1
2010-09-22ASoC: Fix multi-componentismMark Brown1-1/+1
2010-09-22ASoC: Return -1 instead of -EINVAL to ensure consistencyDimitris Papastamos1-2/+2
2010-09-22ASoC: Fix soc-cache buffer overflow bugDimitris Papastamos1-2/+3
2010-09-21ASoC: Fix soc-cache buffer overflow bugDimitris Papastamos1-2/+3
2010-08-15Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into for-2.6.37Mark Brown1-2/+2
2010-08-12ASoC: Automatically determine control_data for soc-cache usersMark Brown1-0/+8
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-17/+17
2010-08-10ASoC: register cache should be 1 byte aligned for 1 byte long registerCliff Cai1-2/+2
2010-05-05ASoC: Add debug output tracing all cache register writesMark Brown1-0/+12
2010-03-18ASoC: soc-cache: let reg be AND'ed by 0xff instead of data buffer for 8_8 modeBarry Song1-1/+3
2010-03-18ASoC: soc-cache: add i2c read entry for 8_8 modeCliff Cai1-0/+35
2010-03-05ASoC: Add 16/16 registers to soc-cacheMark Brown1-0/+83
2010-02-04ASoC: Add a cache_sync bit to the CODEC structureMark Brown1-5/+15
2010-02-03ASoC: Allow CODECs to ask soc-cache to suppress physical writesMark Brown1-2/+24
2010-01-27ASoC: ad1938: use soc-cache framework for codec registers accessBarry Song1-0/+108
2010-01-27ASoC: ad1836: use soc-cache framework for codec registers accessBarry Song1-0/+67
2009-12-31ASoC: soc-cache: cleanup training whitespace and coding styleBarry Song1-1/+1
2009-09-21ASoC: Convert soc-cache to use C99 style initialisers for the tableMark Brown1-4/+14