aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-cache.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O busMark Brown2011-06-131-3/+0
* ASoC: Check for NULL register bank in snd_soc_get_cache_val()Mark Brown2011-06-061-0/+3
* ASoC: Reintroduce do_spi_write()Mark Brown2011-05-151-1/+15
* ASoC: Use spi_write() for SPI writesMark Brown2011-05-111-128/+4
* ASoC: Remove byte swap in 4x12 SPI writeMark Brown2011-05-111-6/+5
* ASoC: Don't squash 16x8 registers down to 8 bitsMark Brown2011-05-111-1/+0
* ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_wr...Dimitris Papastamos2011-05-081-5/+6
* ASoC: remove unused commentLu Guanqun2011-04-201-1/+0
* ASoC: Fix comment width in soc-cache.cMark Brown2011-04-051-4/+5
* ASoC: Remove excessively verbose logging on I2C writeMark Brown2011-04-051-1/+0
* ASoC: Fix to avoid compile errorSeungwhan Youn2011-04-051-0/+4
* ASoC: soc-cache: Warn on syncing any non-writable registersDimitris Papastamos2011-03-311-0/+6
* ASoC: soc-cache: Fix indentation issuesDimitris Papastamos2011-03-311-9/+9
* ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos2011-03-261-0/+14
* ASoC: soc-cache: Return -ENOSYS instead of -EINVALDimitris Papastamos2011-03-261-5/+5
* ASoC: soc-cache: Factor-out the SPI write codeDimitris Papastamos2011-03-261-96/+30
* ASoC: soc-cache: Factor-out the hw_read() specific codeDimitris Papastamos2011-03-261-96/+18
* ASoC: soc-cache: Factor-out the hw_write() specific codeDimitris Papastamos2011-03-261-120/+33
* ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos2011-03-261-0/+39
* ASoC: soc-cache: Factor-out the I2C read codeDimitris Papastamos2011-03-261-68/+32
* ASoC: soc-cache: dereferencing before checkingDan Carpenter2011-02-081-13/+12
* 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/+8
* | ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheDimitris Papastamos2011-01-121-12/+4
* | ASoC: soc-cache: Clean up the cache manipulation codeDimitris Papastamos2011-01-111-148/+82
|/
* ASoC: Make LZO cache compression optionalMark Brown2010-12-211-0/+4
* ASoC: If we can't find a cache compression type default to flatMark Brown2010-12-211-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/+0
* 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