index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-08
ASoC: soc-cache: dereferencing before checking
Dan Carpenter
1
-13
/
+12
2011-01-21
ASoC: soc-cache: Add trace event for snd_soc_cache_sync()
Dimitris Papastamos
1
-0
/
+10
2011-01-20
ASoC: soc-cache: Apply the cache_bypass option
Dimitris Papastamos
1
-0
/
+4
2011-01-20
ASoC: soc-cache: Introduce the cache_bypass option
Dimitris Papastamos
1
-12
/
+24
2011-01-13
ASoC: soc-cache: Add support for default readable()/volatile() functions
Dimitris Papastamos
1
-0
/
+49
2011-01-13
Merge branch 'for-2.6.38' into for-2.6.39
Mark Brown
1
-1
/
+1
2011-01-12
ASoC: soc-cache: Add reg_size as a member to snd_soc_codec
Dimitris Papastamos
1
-18
/
+8
2011-01-12
ASoC: soc-cache: Ensure flat compression uses a copy of the defaults cache
Dimitris Papastamos
1
-12
/
+4
2011-01-11
ASoC: soc-cache: Clean up the cache manipulation code
Dimitris Papastamos
1
-148
/
+82
2011-01-11
ASoC: soc-cache: Fix invalid memory access during snd_soc_lzo_cache_sync()
Dimitris Papastamos
1
-1
/
+1
2010-12-22
ASoC: Make LZO cache compression optional
Mark Brown
1
-0
/
+4
2010-12-22
ASoC: If we can't find a cache compression type default to flat
Mark Brown
1
-3
/
+6
2010-12-14
ASoC: soc-cache: A few minor stylistic changes
Dimitris Papastamos
1
-7
/
+7
2010-12-06
ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops
Dimitris Papastamos
1
-2
/
+16
2010-12-03
ASoC: Constify struct snd_soc_codec_driver
Mark Brown
1
-6
/
+6
2010-12-03
ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default
Dimitris Papastamos
1
-12
/
+24
2010-12-03
ASoC: Add compress_type as a member to snd_soc_codec
Dimitris Papastamos
1
-2
/
+2
2010-12-03
ASoC: Move active copy of CODEC read and write into runtime structure
Mark Brown
1
-2
/
+2
2010-11-30
ASoC: soc-cache: Fix memory overflow in LZO initialization
Dimitris Papastamos
1
-1
/
+1
2010-11-29
ASoC: soc-cache: Ensure consistent cache naming
Dimitris Papastamos
1
-1
/
+1
2010-11-29
ASoC: soc-cache: Add error checking in the *_cache_sync functions
Dimitris Papastamos
1
-7
/
+21
2010-11-11
ASoC: soc-cache: Add support for rbtree based register caching
Dimitris Papastamos
1
-0
/
+232
2010-11-11
ASoC: soc-cache: Add support for LZO register caching
Dimitris Papastamos
1
-0
/
+413
2010-11-11
ASoC: soc-cache: Add support for flat register caching
Dimitris Papastamos
1
-31
/
+308
2010-11-08
ASoC: soc-cache: Use BUG_ON() for unsupported hw_read() calls
Dimitris Papastamos
1
-0
/
+6
2010-11-03
ASoC: soc-cache: Remove unnecessary debugging info
Dimitris Papastamos
1
-12
/
+0
2010-10-05
ASoC: soc-cache: Add spi_write support for all I/O types
Dimitris Papastamos
1
-0
/
+96
2010-09-23
ASoC: Fix incorrect parameter to snd_soc_codec_volatile_register
Dimitris Papastamos
1
-1
/
+1
2010-09-23
ASoC: Delegate to hw specific read for volatile registers
Dimitris Papastamos
1
-26
/
+50
2010-09-23
ASoC: adapt multi-componentism again
Takashi Iwai
1
-3
/
+3
2010-09-23
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Takashi Iwai
1
-1
/
+1
2010-09-22
ASoC: Fix multi-componentism
Mark Brown
1
-1
/
+1
2010-09-22
ASoC: Return -1 instead of -EINVAL to ensure consistency
Dimitris Papastamos
1
-2
/
+2
2010-09-22
ASoC: Fix soc-cache buffer overflow bug
Dimitris Papastamos
1
-2
/
+3
2010-09-21
ASoC: Fix soc-cache buffer overflow bug
Dimitris Papastamos
1
-2
/
+3
2010-08-15
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-2
/
+2
2010-08-12
ASoC: Automatically determine control_data for soc-cache users
Mark Brown
1
-0
/
+8
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-17
/
+17
2010-08-10
ASoC: register cache should be 1 byte aligned for 1 byte long register
Cliff Cai
1
-2
/
+2
2010-05-05
ASoC: Add debug output tracing all cache register writes
Mark Brown
1
-0
/
+12
2010-03-18
ASoC: soc-cache: let reg be AND'ed by 0xff instead of data buffer for 8_8 mode
Barry Song
1
-1
/
+3
2010-03-18
ASoC: soc-cache: add i2c read entry for 8_8 mode
Cliff Cai
1
-0
/
+35
2010-03-05
ASoC: Add 16/16 registers to soc-cache
Mark Brown
1
-0
/
+83
2010-02-04
ASoC: Add a cache_sync bit to the CODEC structure
Mark Brown
1
-5
/
+15
2010-02-03
ASoC: Allow CODECs to ask soc-cache to suppress physical writes
Mark Brown
1
-2
/
+24
2010-01-27
ASoC: ad1938: use soc-cache framework for codec registers access
Barry Song
1
-0
/
+108
2010-01-27
ASoC: ad1836: use soc-cache framework for codec registers access
Barry Song
1
-0
/
+67
2009-12-31
ASoC: soc-cache: cleanup training whitespace and coding style
Barry Song
1
-1
/
+1
2009-09-21
ASoC: Convert soc-cache to use C99 style initialisers for the table
Mark Brown
1
-4
/
+14
2009-09-07
ASoC: Factor out I2C 8 bit address 8 bit data I/O
Joonyoung Shim
1
-0
/
+30
[next]