index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
soc-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: add Component level .read/.write
Kuninori Morimoto
2018-01-16
1
-0
/
+6
*
ASoC: add snd_soc_component_read32
Kuninori Morimoto
2017-11-08
1
-0
/
+14
*
ASoC: Automatically initialize regmap for all components
Lars-Peter Clausen
2014-08-19
1
-28
/
+0
*
ASoC: Remove ASoC level IO tracing
Lars-Peter Clausen
2014-04-22
1
-11
/
+0
*
ASoC: Remove snd_soc_update_bits_locked()
Lars-Peter Clausen
2014-04-22
1
-20
/
+0
*
ASoC: Move IO abstraction to the component level
Lars-Peter Clausen
2014-04-22
1
-112
/
+210
*
-
-
-
.
Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' o...
Mark Brown
2014-04-22
1
-11
/
+8
|
\
\
\
|
|
|
*
ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()
Xiubo Li
2014-04-14
1
-6
/
+3
|
|
|
/
|
|
/
|
|
|
*
ASoC: Change return type of snd_soc_write() to int
Lars-Peter Clausen
2014-04-21
1
-2
/
+2
|
|
*
Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/g...
Mark Brown
2014-04-14
1
-0
/
+144
|
|
/
|
|
|
/
|
/
|
*
|
ASoC: Move IO functions to soc-io.c
Lars-Peter Clausen
2014-04-14
1
-0
/
+144
|
/
*
ASoC: io: Remove support for ASoC cache in conjunction with regmap
Mark Brown
2014-03-19
1
-31
/
+4
*
ASoC: io: New signature for snd_soc_codec_set_cache_io()
Xiubo Li
2014-03-11
1
-27
/
+20
*
ASoC: io: Clean up snd_soc_codec_set_cache_io()
Xiubo Li
2014-02-28
1
-5
/
+0
*
ASoC: io: Remove SND_SOC_I2C
Mark Brown
2014-02-23
1
-7
/
+0
*
ASoC: io: Remove SPI support
Mark Brown
2014-02-16
1
-7
/
+0
*
ASoC: soc-io: Use IS_ENABLED() macro
Fabio Estevam
2013-11-27
1
-2
/
+2
*
ASoC: Remove snd_soc_bulk_write_raw()
Lars-Peter Clausen
2013-09-17
1
-26
/
+0
*
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
2013-07-15
1
-1
/
+1
*
ASoC: core: Use PTR_RET function
Alexandru Gheorghiu
2013-03-26
1
-4
/
+1
*
ASoC: io: Don't dereference regmap if we failed to get one
Mark Brown
2012-06-23
1
-4
/
+7
*
ASoC: io: Use dev_get_regmap() if driver doesn't provide a regmap
Mark Brown
2012-06-03
1
-0
/
+2
*
ASoC: io: Retrieve val_bytes from the regmap API
Mark Brown
2012-02-21
1
-0
/
+6
*
ASoC: Use regmap update bits operation for drivers using regmap
Mark Brown
2012-01-21
1
-0
/
+1
*
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
ASoC: Squash error codes from regmap down to -1 on read
Mark Brown
2011-10-09
1
-1
/
+1
*
ASoC: Support !CONFIG_REGMAP builds
Mark Brown
2011-08-14
1
-1
/
+10
*
ASoC: soc-io: Fix CONFIG_REGMAP_I2C/SPI guards to support regmap modules
Stephen Warren
2011-08-12
1
-2
/
+2
*
ASoC: soc-io: Add CONFIG_REGMAP_I2C/CONFIG_REGMAP_SPI guards for regmap_init_...
Axel Lin
2011-08-11
1
-0
/
+4
*
ASoC: Add regmap as a control type
Mark Brown
2011-08-08
1
-0
/
+4
*
ASoC: Use new register map API for ASoC generic physical I/O
Mark Brown
2011-08-08
1
-285
/
+34
*
Merge branch 'for-3.0' into for-3.1
Mark Brown
2011-06-13
1
-3
/
+0
*
ASoC: Don't use codec->control_data in bulk write
Mark Brown
2011-06-13
1
-2
/
+2
*
ASoC: Move register I/O code into a separate file
Mark Brown
2011-06-13
1
-0
/
+399