index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-05-30
Merge branch 'for-2.6.40' into for-2.6.41
Mark Brown
1
-126
/
+14
2011-05-27
ASoC: Use explicit endianness conversion in snd_soc_16_8_write()
Mark Brown
1
-2
/
+2
2011-05-27
ASoC: Use cpu_to_be16() in 8x16 write
Mark Brown
1
-2
/
+2
2011-05-27
ASoC: Convert 7x9 write to use cpu_to_be16()
Mark Brown
1
-4
/
+3
2011-05-24
ASoC: Convert 16x16 write to use cpu_to_be16()
Mark Brown
1
-6
/
+4
2011-05-20
ASoC: soc-cache: Cache a pointer to the last accessed rbnode
Dimitris Papastamos
1
-0
/
+37
2011-05-20
ASoC: soc-cache: Block based rbtree compression
Dimitris Papastamos
1
-55
/
+177
2011-05-15
ASoC: Reintroduce do_spi_write()
Mark Brown
1
-1
/
+15
2011-05-11
ASoC: Use spi_write() for SPI writes
Mark Brown
1
-128
/
+4
2011-05-11
ASoC: Remove byte swap in 4x12 SPI write
Mark Brown
1
-6
/
+5
2011-05-11
ASoC: Don't squash 16x8 registers down to 8 bits
Mark Brown
1
-1
/
+0
2011-05-08
ASoC: soc-cache: Allow codec->cache_bypass to be used with snd_soc_hw_bulk_wr...
Dimitris Papastamos
1
-5
/
+6
2011-04-20
ASoC: remove unused comment
Lu Guanqun
1
-1
/
+0
2011-04-05
ASoC: Fix comment width in soc-cache.c
Mark Brown
1
-4
/
+5
2011-04-05
ASoC: Remove excessively verbose logging on I2C write
Mark Brown
1
-1
/
+0
2011-04-05
ASoC: Fix to avoid compile error
Seungwhan Youn
1
-0
/
+4
2011-03-31
ASoC: soc-cache: Warn on syncing any non-writable registers
Dimitris Papastamos
1
-0
/
+6
2011-03-31
ASoC: soc-cache: Fix indentation issues
Dimitris Papastamos
1
-9
/
+9
2011-03-26
ASoC: Add default snd_soc_default_writable_register() callback
Dimitris Papastamos
1
-0
/
+14
2011-03-26
ASoC: soc-cache: Return -ENOSYS instead of -EINVAL
Dimitris Papastamos
1
-5
/
+5
2011-03-26
ASoC: soc-cache: Factor-out the SPI write code
Dimitris Papastamos
1
-96
/
+30
2011-03-26
ASoC: soc-cache: Factor-out the hw_read() specific code
Dimitris Papastamos
1
-96
/
+18
2011-03-26
ASoC: soc-cache: Factor-out the hw_write() specific code
Dimitris Papastamos
1
-120
/
+33
2011-03-26
ASoC: soc-cache: Introduce raw bulk write support
Dimitris Papastamos
1
-0
/
+39
2011-03-26
ASoC: soc-cache: Factor-out the I2C read code
Dimitris Papastamos
1
-68
/
+32
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-21
ASoC: Make LZO cache compression optional
Mark Brown
1
-0
/
+4
2010-12-21
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
[next]