aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/soc-cache.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-21ASoC: cache: Standardise ASoC cache messagesGravatar Liam Girdwood 1-5/+5
2011-12-13ASoC: Remove rbtree register cacheGravatar Mark Brown 1-381/+0
2011-11-10ASoC: Remove LZO cache typeGravatar Mark Brown 1-384/+0
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 1-0/+1
2011-08-31Merge branch 'for-3.1' into for-3.2Gravatar Mark Brown 1-6/+6
2011-08-31ASoC: Fix register cache sync register_writable WARN_ONsGravatar Lars-Peter Clausen 1-6/+6
2011-08-15ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_lzo_ge...Gravatar Axel Lin 1-3/+0
2011-08-15ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_c...Gravatar Axel Lin 1-4/+0
2011-06-13ASoC: Move register I/O code into a separate fileGravatar Mark Brown 1-380/+0
2011-06-13ASoC: Factor out redundant read() functionsGravatar Mark Brown 1-44/+8
2011-06-08ASoC: Suppress restore of default register values for rbtree cache syncGravatar Mark Brown 1-1/+6
2011-06-06Merge branch 'for-3.0' into for-3.1Gravatar Mark Brown 1-0/+3
2011-06-06ASoC: Check for NULL register bank in snd_soc_get_cache_val()Gravatar Mark Brown 1-0/+3
2011-05-30Merge branch 'for-2.6.40' into for-2.6.41Gravatar Mark Brown 1-126/+14
2011-05-27ASoC: Use explicit endianness conversion in snd_soc_16_8_write()Gravatar Mark Brown 1-2/+2
2011-05-27ASoC: Use cpu_to_be16() in 8x16 writeGravatar Mark Brown 1-2/+2
2011-05-27ASoC: Convert 7x9 write to use cpu_to_be16()Gravatar Mark Brown 1-4/+3
2011-05-24ASoC: Convert 16x16 write to use cpu_to_be16()Gravatar Mark Brown 1-6/+4
2011-05-20ASoC: soc-cache: Cache a pointer to the last accessed rbnodeGravatar Dimitris Papastamos 1-0/+37
2011-05-20ASoC: soc-cache: Block based rbtree compressionGravatar Dimitris Papastamos 1-55/+177
2011-05-15ASoC: Reintroduce do_spi_write()Gravatar Mark Brown 1-1/+15
2011-05-11ASoC: Use spi_write() for SPI writesGravatar Mark Brown 1-128/+4
2011-05-11ASoC: Remove byte swap in 4x12 SPI writeGravatar Mark Brown 1-6/+5
2011-05-11ASoC: Don't squash 16x8 registers down to 8 bitsGravatar Mark Brown 1-1/+0
2011-05-08ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_wr...Gravatar Dimitris Papastamos 1-5/+6
2011-04-20ASoC: remove unused commentGravatar Lu Guanqun 1-1/+0
2011-04-05ASoC: Fix comment width in soc-cache.cGravatar Mark Brown 1-4/+5
2011-04-05ASoC: Remove excessively verbose logging on I2C writeGravatar Mark Brown 1-1/+0
2011-04-05ASoC: Fix to avoid compile errorGravatar Seungwhan Youn 1-0/+4
2011-03-31ASoC: soc-cache: Warn on syncing any non-writable registersGravatar Dimitris Papastamos 1-0/+6
2011-03-31ASoC: soc-cache: Fix indentation issuesGravatar Dimitris Papastamos 1-9/+9
2011-03-26ASoC: Add default snd_soc_default_writable_register() callbackGravatar Dimitris Papastamos 1-0/+14
2011-03-26ASoC: soc-cache: Return -ENOSYS instead of -EINVALGravatar Dimitris Papastamos 1-5/+5
2011-03-26ASoC: soc-cache: Factor-out the SPI write codeGravatar Dimitris Papastamos 1-96/+30
2011-03-26ASoC: soc-cache: Factor-out the hw_read() specific codeGravatar Dimitris Papastamos 1-96/+18
2011-03-26ASoC: soc-cache: Factor-out the hw_write() specific codeGravatar Dimitris Papastamos 1-120/+33
2011-03-26ASoC: soc-cache: Introduce raw bulk write supportGravatar Dimitris Papastamos 1-0/+39
2011-03-26ASoC: soc-cache: Factor-out the I2C read codeGravatar Dimitris Papastamos 1-68/+32
2011-02-08ASoC: soc-cache: dereferencing before checkingGravatar Dan Carpenter 1-13/+12
2011-01-21ASoC: soc-cache: Add trace event for snd_soc_cache_sync()Gravatar Dimitris Papastamos 1-0/+10
2011-01-20ASoC: soc-cache: Apply the cache_bypass optionGravatar Dimitris Papastamos 1-0/+4
2011-01-20ASoC: soc-cache: Introduce the cache_bypass optionGravatar Dimitris Papastamos 1-12/+24
2011-01-13ASoC: soc-cache: Add support for default readable()/volatile() functionsGravatar Dimitris Papastamos 1-0/+49
2011-01-13Merge branch 'for-2.6.38' into for-2.6.39Gravatar Mark Brown 1-1/+1
2011-01-12ASoC: soc-cache: Add reg_size as a member to snd_soc_codecGravatar Dimitris Papastamos 1-18/+8
2011-01-12ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheGravatar Dimitris Papastamos 1-12/+4
2011-01-11ASoC: soc-cache: Clean up the cache manipulation codeGravatar Dimitris Papastamos 1-148/+82
2011-01-11ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()Gravatar Dimitris Papastamos 1-1/+1
2010-12-21ASoC: Make LZO cache compression optionalGravatar Mark Brown 1-0/+4
2010-12-21ASoC: If we can't find a cache compression type default to flatGravatar Mark Brown 1-3/+6