summaryrefslogtreecommitdiff
path: root/sound/soc/soc-cache.c
AgeCommit message (Expand)Author
2014-11-09ASoC: Remove snd_soc_cache_sync() implementationLars-Peter Clausen
2014-11-09ASoC: Forward calls to snd_soc_cache_sync() to regcache_sync()Lars-Peter Clausen
2014-06-21ASoC: Move name and id from CODEC/platform to componentLars-Peter Clausen
2014-06-02ASoC: cache: Fix error code when not using ASoC level cacheMark Brown
2014-06-01ASoC: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-04-14ASoC: Remove IO register modifier callbacksLars-Peter Clausen
2014-03-04ASoC: cache: Do the codec->reg_cache zero pionter checkXiubo Li
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown
2013-11-07ASoC: Replace BUG() with WARN()Takashi Iwai
2013-09-17ASoC: Remove infrastructure for supporting multiple cache typesLars-Peter Clausen
2013-09-17ASoC: Remove 'reg_size' field from snd_soc_codec structLars-Peter Clausen
2013-09-17ASoC: Remove reg_def_copyLars-Peter Clausen
2013-09-17ASoC: Remove support for reg_access_defaultsLars-Peter Clausen
2012-11-21ASoC: cache: Standardise ASoC cache messagesLiam Girdwood
2011-12-13ASoC: Remove rbtree register cacheMark Brown
2011-11-10ASoC: Remove LZO cache typeMark Brown
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker
2011-08-31Merge branch 'for-3.1' into for-3.2Mark Brown
2011-08-31ASoC: Fix register cache sync register_writable WARN_ONsLars-Peter Clausen
2011-08-15ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_lzo_ge...Axel Lin
2011-08-15ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_c...Axel Lin
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