| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: Reintroduce do_spi_write() | Mark Brown | 2011-05-15 | 1 | -1/+15 |
* | ASoC: Use spi_write() for SPI writes | Mark Brown | 2011-05-11 | 1 | -128/+4 |
* | ASoC: Remove byte swap in 4x12 SPI write | Mark Brown | 2011-05-11 | 1 | -6/+5 |
* | ASoC: Don't squash 16x8 registers down to 8 bits | Mark Brown | 2011-05-11 | 1 | -1/+0 |
* | ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_wr... | Dimitris Papastamos | 2011-05-08 | 1 | -5/+6 |
* | ASoC: remove unused comment | Lu Guanqun | 2011-04-20 | 1 | -1/+0 |
* | ASoC: Fix comment width in soc-cache.c | Mark Brown | 2011-04-05 | 1 | -4/+5 |
* | ASoC: Remove excessively verbose logging on I2C write | Mark Brown | 2011-04-05 | 1 | -1/+0 |
* | ASoC: Fix to avoid compile error | Seungwhan Youn | 2011-04-05 | 1 | -0/+4 |
* | ASoC: soc-cache: Warn on syncing any non-writable registers | Dimitris Papastamos | 2011-03-31 | 1 | -0/+6 |
* | ASoC: soc-cache: Fix indentation issues | Dimitris Papastamos | 2011-03-31 | 1 | -9/+9 |
* | ASoC: Add default snd_soc_default_writable_register() callback | Dimitris Papastamos | 2011-03-26 | 1 | -0/+14 |
* | ASoC: soc-cache: Return -ENOSYS instead of -EINVAL | Dimitris Papastamos | 2011-03-26 | 1 | -5/+5 |
* | ASoC: soc-cache: Factor-out the SPI write code | Dimitris Papastamos | 2011-03-26 | 1 | -96/+30 |
* | ASoC: soc-cache: Factor-out the hw_read() specific code | Dimitris Papastamos | 2011-03-26 | 1 | -96/+18 |
* | ASoC: soc-cache: Factor-out the hw_write() specific code | Dimitris Papastamos | 2011-03-26 | 1 | -120/+33 |
* | ASoC: soc-cache: Introduce raw bulk write support | Dimitris Papastamos | 2011-03-26 | 1 | -0/+39 |
* | ASoC: soc-cache: Factor-out the I2C read code | Dimitris Papastamos | 2011-03-26 | 1 | -68/+32 |
* | ASoC: soc-cache: dereferencing before checking | Dan Carpenter | 2011-02-08 | 1 | -13/+12 |
* | ASoC: soc-cache: Add trace event for snd_soc_cache_sync() | Dimitris Papastamos | 2011-01-21 | 1 | -0/+10 |
* | ASoC: soc-cache: Apply the cache_bypass option | Dimitris Papastamos | 2011-01-20 | 1 | -0/+4 |
* | ASoC: soc-cache: Introduce the cache_bypass option | Dimitris Papastamos | 2011-01-20 | 1 | -12/+24 |
* | ASoC: soc-cache: Add support for default readable()/volatile() functions | Dimitris Papastamos | 2011-01-13 | 1 | -0/+49 |
* | Merge branch 'for-2.6.38' into for-2.6.39 | Mark Brown | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync() | Dimitris Papastamos | 2011-01-11 | 1 | -1/+1 |
* | | ASoC: soc-cache: Add reg_size as a member to snd_soc_codec | Dimitris Papastamos | 2011-01-12 | 1 | -18/+8 |
* | | ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache | Dimitris Papastamos | 2011-01-12 | 1 | -12/+4 |
* | | ASoC: soc-cache: Clean up the cache manipulation code | Dimitris Papastamos | 2011-01-11 | 1 | -148/+82 |
|/ |
|
* | ASoC: Make LZO cache compression optional | Mark Brown | 2010-12-21 | 1 | -0/+4 |
* | ASoC: If we can't find a cache compression type default to flat | Mark Brown | 2010-12-21 | 1 | -3/+6 |
* | ASoC: soc-cache: A few minor stylistic changes | Dimitris Papastamos | 2010-12-14 | 1 | -7/+7 |
* | ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops | Dimitris Papastamos | 2010-12-06 | 1 | -2/+16 |
* | ASoC: Constify struct snd_soc_codec_driver | Mark Brown | 2010-12-03 | 1 | -6/+6 |
* | ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default | Dimitris Papastamos | 2010-12-03 | 1 | -12/+24 |
* | ASoC: Add compress_type as a member to snd_soc_codec | Dimitris Papastamos | 2010-12-03 | 1 | -2/+2 |
* | ASoC: Move active copy of CODEC read and write into runtime structure | Mark Brown | 2010-12-03 | 1 | -2/+2 |
* | ASoC: soc-cache: Fix memory overflow in LZO initialization | Dimitris Papastamos | 2010-11-30 | 1 | -1/+1 |
* | ASoC: soc-cache: Ensure consistent cache naming | Dimitris Papastamos | 2010-11-29 | 1 | -1/+1 |
* | ASoC: soc-cache: Add error checking in the *_cache_sync functions | Dimitris Papastamos | 2010-11-29 | 1 | -7/+21 |
* | ASoC: soc-cache: Add support for rbtree based register caching | Dimitris Papastamos | 2010-11-11 | 1 | -0/+232 |
* | ASoC: soc-cache: Add support for LZO register caching | Dimitris Papastamos | 2010-11-11 | 1 | -0/+413 |
* | ASoC: soc-cache: Add support for flat register caching | Dimitris Papastamos | 2010-11-11 | 1 | -31/+308 |
* | ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() calls | Dimitris Papastamos | 2010-11-08 | 1 | -0/+6 |
* | ASoC: soc-cache: Remove unnecessary debugging info | Dimitris Papastamos | 2010-11-03 | 1 | -12/+0 |
* | ASoC: soc-cache: Add spi_write support for all I/O types | Dimitris Papastamos | 2010-10-05 | 1 | -0/+96 |
* | ASoC: Fix incorrect parameter to snd_soc_codec_volatile_register | Dimitris Papastamos | 2010-09-23 | 1 | -1/+1 |
* | ASoC: Delegate to hw specific read for volatile registers | Dimitris Papastamos | 2010-09-23 | 1 | -26/+50 |
* | ASoC: adapt multi-componentism again | Takashi Iwai | 2010-09-23 | 1 | -3/+3 |
* | Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Takashi Iwai | 2010-09-23 | 1 | -1/+1 |
|\ |
|
| * | ASoC: Fix multi-componentism | Mark Brown | 2010-09-22 | 1 | -1/+1 |