summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-cache.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-cache: dereferencing before checkingDan Carpenter2011-02-081-13/+12Star
* ASoC: soc-cache: Add trace event for snd_soc_cache_sync()Dimitris Papastamos2011-01-211-0/+10
* ASoC: soc-cache: Apply the cache_bypass optionDimitris Papastamos2011-01-201-0/+4
* ASoC: soc-cache: Introduce the cache_bypass optionDimitris Papastamos2011-01-201-12/+24
* ASoC: soc-cache: Add support for default readable()/volatile() functionsDimitris Papastamos2011-01-131-0/+49
* Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-131-1/+1
|\
| * ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()Dimitris Papastamos2011-01-111-1/+1
* | ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos2011-01-121-18/+8Star
* | ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheDimitris Papastamos2011-01-121-12/+4Star
* | ASoC: soc-cache: Clean up the cache manipulation codeDimitris Papastamos2011-01-111-148/+82Star
|/
* ASoC: Make LZO cache compression optionalMark Brown2010-12-221-0/+4
* ASoC: If we can't find a cache compression type default to flatMark Brown2010-12-221-3/+6
* ASoC: soc-cache: A few minor stylistic changesDimitris Papastamos2010-12-141-7/+7
* ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos2010-12-061-2/+16
* ASoC: Constify struct snd_soc_codec_driverMark Brown2010-12-031-6/+6
* ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos2010-12-031-12/+24
* ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos2010-12-031-2/+2
* ASoC: Move active copy of CODEC read and write into runtime structureMark Brown2010-12-031-2/+2
* ASoC: soc-cache: Fix memory overflow in LZO initializationDimitris Papastamos2010-11-301-1/+1
* ASoC: soc-cache: Ensure consistent cache namingDimitris Papastamos2010-11-291-1/+1
* ASoC: soc-cache: Add error checking in the *_cache_sync functionsDimitris Papastamos2010-11-291-7/+21
* ASoC: soc-cache: Add support for rbtree based register cachingDimitris Papastamos2010-11-111-0/+232
* ASoC: soc-cache: Add support for LZO register cachingDimitris Papastamos2010-11-111-0/+413
* ASoC: soc-cache: Add support for flat register cachingDimitris Papastamos2010-11-111-31/+308
* ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() callsDimitris Papastamos2010-11-081-0/+6
* ASoC: soc-cache: Remove unnecessary debugging infoDimitris Papastamos2010-11-031-12/+0Star
* ASoC: soc-cache: Add spi_write support for all I/O typesDimitris Papastamos2010-10-051-0/+96
* ASoC: Fix incorrect parameter to snd_soc_codec_volatile_registerDimitris Papastamos2010-09-231-1/+1
* ASoC: Delegate to hw specific read for volatile registersDimitris Papastamos2010-09-231-26/+50
* ASoC: adapt multi-componentism againTakashi Iwai2010-09-231-3/+3
* Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-09-231-1/+1
|\
| * ASoC: Fix multi-componentismMark Brown2010-09-221-1/+1
| * ASoC: Fix soc-cache buffer overflow bugDimitris Papastamos2010-09-221-2/+3
* | ASoC: Return -1 instead of -EINVAL to ensure consistencyDimitris Papastamos2010-09-221-2/+2
* | ASoC: Fix soc-cache buffer overflow bugDimitris Papastamos2010-09-211-2/+3
* | Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2010-08-151-2/+2
|\|
| * ASoC: register cache should be 1 byte aligned for 1 byte long registerCliff Cai2010-08-101-2/+2
* | ASoC: Automatically determine control_data for soc-cache usersMark Brown2010-08-121-0/+8
* | ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-17/+17
|/
* ASoC: Add debug output tracing all cache register writesMark Brown2010-05-051-0/+12
* ASoC: soc-cache: let reg be AND'ed by 0xff instead of data buffer for 8_8 modeBarry Song2010-03-181-1/+3
* ASoC: soc-cache: add i2c read entry for 8_8 modeCliff Cai2010-03-181-0/+35
* ASoC: Add 16/16 registers to soc-cacheMark Brown2010-03-051-0/+83
* ASoC: Add a cache_sync bit to the CODEC structureMark Brown2010-02-041-5/+15
* ASoC: Allow CODECs to ask soc-cache to suppress physical writesMark Brown2010-02-031-2/+24
* ASoC: ad1938: use soc-cache framework for codec registers accessBarry Song2010-01-271-0/+108
* ASoC: ad1836: use soc-cache framework for codec registers accessBarry Song2010-01-271-0/+67
* ASoC: soc-cache: cleanup training whitespace and coding styleBarry Song2009-12-311-1/+1
* ASoC: Convert soc-cache to use C99 style initialisers for the tableMark Brown2009-09-211-4/+14
* ASoC: Factor out I2C 8 bit address 8 bit data I/OJoonyoung Shim2009-09-071-0/+30