index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
cs4270.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
2024-05-03
1
-1
/
+1
*
ASoC: Explicitly include correct DT includes
Rob Herring
2023-10-09
1
-1
/
+1
*
ASoC: cs4270: Update to use maple tree register cache
Mark Brown
2023-07-18
1
-1
/
+1
*
ASoC: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-08
1
-1
/
+1
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
ASoC: cs*: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
2022-06-27
1
-1
/
+0
*
ASoC: cs4270: update kernel-doc
Pierre-Louis Bossart
2022-06-17
1
-1
/
+0
*
ASoC: cs4270: Remove redundant big endian formats
Charles Keepax
2022-05-09
1
-12
/
+3
*
ASoC: cs*: use simple i2c probe function
Stephen Kitt
2022-04-05
1
-3
/
+2
*
ASoC: cs4270: fix kernel-doc
Pierre-Louis Bossart
2021-03-10
1
-0
/
+1
*
ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
2020-07-17
1
-2
/
+3
*
ASoC: codecs: cs4270: fix kernel-doc
Pierre-Louis Bossart
2020-07-02
1
-2
/
+2
*
ASoC: codecs: cs*: rename to snd_soc_component_read()
Kuninori Morimoto
2020-06-22
1
-5
/
+5
*
ASoC: cs4270: pull reset GPIO low then high
Mike Willard
2020-04-07
1
-5
/
+35
*
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
2020-02-04
1
-2
/
+1
*
ASoC: cs4270: Set auto-increment bit for register writes
Daniel Mack
2019-03-21
1
-0
/
+1
*
ASoC: codecs: cs4270: move to GPIO consumer API
Daniel Mack
2018-12-06
1
-16
/
+7
*
ASoC: cs4270: use true and false for boolean values
Gustavo A. R. Silva
2018-08-06
1
-1
/
+1
*
ASoC: cs4270: replace codec to component
Kuninori Morimoto
2018-02-12
1
-69
/
+55
*
ASoC: cs4270: fix DAPM stream name mismatch
murray foster
2016-10-11
1
-4
/
+4
*
ASoC: codec duplicated callback function goes to component on cs4270
Kuninori Morimoto
2016-08-08
1
-6
/
+8
*
ASoC: drivers: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-15
1
-1
/
+0
*
ASoC: cs4270: Remove redundant OOM message
Sachin Kamat
2014-06-27
1
-3
/
+1
*
ASoC: Add snd_soc_kcontrol_codec() helper function
Lars-Peter Clausen
2014-04-14
1
-1
/
+1
*
ASoC: codec: Simplify ASoC probe code.
Xiubo Li
2014-03-11
1
-9
/
+0
*
ASoC: cs4270: Add DAPM support
Mark Brown
2013-08-18
1
-0
/
+20
*
ASoC: cs4270: Remove mono support
Fabio Estevam
2012-09-25
1
-2
/
+2
*
ASoC: cs4270: Convert to direct regmap API usage
Mark Brown
2012-09-11
1
-22
/
+33
*
ASoC: cs4270: Move regulator acquisition to I2C probe()
Mark Brown
2012-09-11
1
-27
/
+19
*
ASoC: cs4270: Conver to data based control init
Mark Brown
2012-09-11
1
-8
/
+3
*
ASoC: cs4270: Use module_i2c_driver
Sachin Kamat
2012-08-06
1
-11
/
+1
*
ASoC: Add reset-gpio DT property to cs4270 driver
Daniel Mack
2012-08-04
1
-0
/
+17
*
ASoC: add DT bindings for cs4270
Daniel Mack
2012-08-04
1
-0
/
+11
*
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
2012-04-04
1
-2
/
+1
*
ASoC: cs4270: Check that we can enable regulators on resume
Mark Brown
2012-04-01
1
-3
/
+5
*
ASoC: Remove unnecessary -codec from cs4270 driver name
Shawn Guo
2012-02-28
1
-1
/
+1
*
ASoC: core: Add support for DAI and machine kcontrols.
Liam Girdwood
2012-02-04
1
-1
/
+1
*
ASoC: Convert cs4270 to devm_kzalloc()
Axel Lin
2012-01-02
1
-4
/
+2
*
ASoC: Drop unused state parameter from CODEC suspend callback
Lars-Peter Clausen
2011-12-02
1
-1
/
+1
*
ASoC: Remove unneeded platform_device.h inclusions from CODECs
Mark Brown
2011-11-27
1
-1
/
+0
*
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
2011-11-23
1
-1
/
+1
*
ASoC: cs4720: use snd_soc_cache_sync()
Daniel Mack
2011-11-23
1
-9
/
+1
*
ASoC: Return early with -EINVAL if invalid dai format is detected
Axel Lin
2011-10-06
1
-4
/
+4
*
ASoC: Remove unused "control_data" field of struct cs4270_private
Axel Lin
2011-09-28
1
-5
/
+1
*
ASoC: Fix comment in cs4270 codec driver
Daniel Mack
2011-05-26
1
-4
/
+1
*
ASoC: Constify i2c_device_id table
Axel Lin
2011-03-07
1
-1
/
+1
*
ASoC: Remove module probe announcements from CODEC drivers
Mark Brown
2011-03-02
1
-2
/
+0
*
ASoC: Update users of readable_register()/volatile_register()
Dimitris Papastamos
2011-01-13
1
-2
/
+2
*
ASoC: cs4270: use the built-in register cache support
Timur Tabi
2011-01-10
1
-113
/
+48
*
ASoC: codecs: Remove unused reg_cache fields from device structs
Lars-Peter Clausen
2010-12-29
1
-1
/
+0
[next]