summaryrefslogtreecommitdiff
path: root/sound/soc/soc-cache.c
AgeCommit message (Expand)Author
2011-08-31ASoC: Fix register cache sync register_writable WARN_ONsLars-Peter Clausen
2011-06-13ASoC: Move register I/O code into a separate fileMark Brown
2011-06-13ASoC: Factor out redundant read() functionsMark Brown
2011-06-08ASoC: Suppress restore of default register values for rbtree cache syncMark Brown
2011-06-06Merge branch 'for-3.0' into for-3.1Mark Brown
2011-06-06ASoC: Check for NULL register bank in snd_soc_get_cache_val()Mark Brown
2011-05-30Merge branch 'for-2.6.40' into for-2.6.41Mark Brown
2011-05-27ASoC: Use explicit endianness conversion in snd_soc_16_8_write()Mark Brown
2011-05-27ASoC: Use cpu_to_be16() in 8x16 writeMark Brown
2011-05-27ASoC: Convert 7x9 write to use cpu_to_be16()Mark Brown
2011-05-24ASoC: Convert 16x16 write to use cpu_to_be16()Mark Brown
2011-05-20ASoC: soc-cache: Cache a pointer to the last accessed rbnodeDimitris Papastamos
2011-05-20ASoC: soc-cache: Block based rbtree compressionDimitris Papastamos
2011-05-15ASoC: Reintroduce do_spi_write()Mark Brown
2011-05-11ASoC: Use spi_write() for SPI writesMark Brown
2011-05-11ASoC: Remove byte swap in 4x12 SPI writeMark Brown
2011-05-11ASoC: Don't squash 16x8 registers down to 8 bitsMark Brown
2011-05-08ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_wr...Dimitris Papastamos
2011-04-20ASoC: remove unused commentLu Guanqun
2011-04-05ASoC: Fix comment width in soc-cache.cMark Brown
2011-04-05ASoC: Remove excessively verbose logging on I2C writeMark Brown
2011-04-05ASoC: Fix to avoid compile errorSeungwhan Youn
2011-03-31ASoC: soc-cache: Warn on syncing any non-writable registersDimitris Papastamos
2011-03-31ASoC: soc-cache: Fix indentation issuesDimitris Papastamos
2011-03-26ASoC: Add default snd_soc_default_writable_register() callbackDimitris Papastamos
2011-03-26ASoC: soc-cache: Return -ENOSYS instead of -EINVALDimitris Papastamos
2011-03-26ASoC: soc-cache: Factor-out the SPI write codeDimitris Papastamos
2011-03-26ASoC: soc-cache: Factor-out the hw_read() specific codeDimitris Papastamos
2011-03-26ASoC: soc-cache: Factor-out the hw_write() specific codeDimitris Papastamos
2011-03-26ASoC: soc-cache: Introduce raw bulk write supportDimitris Papastamos
2011-03-26ASoC: soc-cache: Factor-out the I2C read codeDimitris Papastamos
2011-02-08ASoC: soc-cache: dereferencing before checkingDan Carpenter
2011-01-21ASoC: soc-cache: Add trace event for snd_soc_cache_sync()Dimitris Papastamos
2011-01-20ASoC: soc-cache: Apply the cache_bypass optionDimitris Papastamos
2011-01-20ASoC: soc-cache: Introduce the cache_bypass optionDimitris Papastamos
2011-01-13ASoC: soc-cache: Add support for default readable()/volatile() functionsDimitris Papastamos
2011-01-13Merge branch 'for-2.6.38' into for-2.6.39Mark Brown
2011-01-12ASoC: soc-cache: Add reg_size as a member to snd_soc_codecDimitris Papastamos
2011-01-12ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cacheDimitris Papastamos
2011-01-11ASoC: soc-cache: Clean up the cache manipulation codeDimitris Papastamos
2011-01-11ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()Dimitris Papastamos
2010-12-21ASoC: Make LZO cache compression optionalMark Brown
2010-12-21ASoC: If we can't find a cache compression type default to flatMark Brown
2010-12-14ASoC: soc-cache: A few minor stylistic changesDimitris Papastamos
2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos
2010-12-03ASoC: Constify struct snd_soc_codec_driverMark Brown
2010-12-03ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureMark Brown
2010-11-30ASoC: soc-cache: Fix memory overflow in LZO initializationDimitris Papastamos