summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-cache.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cache: Fix error code when not using ASoC level cacheMark Brown2014-06-021-1/+1
* ASoC: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-06-011-0/+3
* ASoC: Remove IO register modifier callbacksLars-Peter Clausen2014-04-141-2/+0
* ASoC: cache: Do the codec->reg_cache zero pionter checkXiubo Li2014-03-041-6/+7
* Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-2/+4
|\
| * ASoC: Replace BUG() with WARN()Takashi Iwai2013-11-071-2/+4
* | ASoC: Remove infrastructure for supporting multiple cache typesLars-Peter Clausen2013-09-171-139/+56
* | ASoC: Remove 'reg_size' field from snd_soc_codec structLars-Peter Clausen2013-09-171-2/+5
* | ASoC: Remove reg_def_copyLars-Peter Clausen2013-09-171-4/+6
* | ASoC: Remove support for reg_access_defaultsLars-Peter Clausen2013-09-171-63/+0
|/
* ASoC: cache: Standardise ASoC cache messagesLiam Girdwood2012-11-211-5/+5
* ASoC: Remove rbtree register cacheMark Brown2011-12-131-381/+0
* ASoC: Remove LZO cache typeMark Brown2011-11-101-384/+0
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-311-6/+6
|\
| * ASoC: Fix register cache sync register_writable WARN_ONsLars-Peter Clausen2011-08-311-6/+6
* | ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_lzo_ge...Axel Lin2011-08-151-3/+0
* | ASoC: soc-cache: Remove unneeded codec_drv pointer variable in snd_soc_flat_c...Axel Lin2011-08-151-4/+0
|/
* ASoC: Move register I/O code into a separate fileMark Brown2011-06-131-380/+0
* ASoC: Factor out redundant read() functionsMark Brown2011-06-131-44/+8
* ASoC: Suppress restore of default register values for rbtree cache syncMark Brown2011-06-081-1/+6
* Merge branch 'for-3.0' into for-3.1Mark Brown2011-06-061-0/+3
|\
| * ASoC: Check for NULL register bank in snd_soc_get_cache_val()Mark Brown2011-06-061-0/+3
* | Merge branch 'for-2.6.40' into for-2.6.41Mark Brown2011-05-301-126/+14
|\|
| * 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: Use explicit endianness conversion in snd_soc_16_8_write()Mark Brown2011-05-271-2/+2
* | ASoC: Use cpu_to_be16() in 8x16 writeMark Brown2011-05-271-2/+2
* | ASoC: Convert 7x9 write to use cpu_to_be16()Mark Brown2011-05-271-4/+3
* | ASoC: Convert 16x16 write to use cpu_to_be16()Mark Brown2011-05-241-6/+4
* | ASoC: soc-cache: Cache a pointer to the last accessed rbnodeDimitris Papastamos2011-05-201-0/+37
* | ASoC: soc-cache: Block based rbtree compressionDimitris Papastamos2011-05-201-55/+177
|/
* 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