index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
img
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
ASoC: Refactor non_legacy_dai_naming flag
Mark Brown
6
-6
/
+10
2022-06-27
ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()
Pierre-Louis Bossart
1
-8
/
+4
2022-06-27
ASoC: pistachio: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
1
-1
/
+0
2022-06-27
ASoC: img: Migrate to new style legacy DAI naming flag
Charles Keepax
5
-5
/
+10
2022-06-06
ASoC: img: Rename set_fmt_new back to set_fmt
Charles Keepax
2
-2
/
+2
2022-06-06
ASoC: img: Update to use set_fmt_new callback
Charles Keepax
2
-7
/
+7
2022-04-25
ASoC: img-i2s-in: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-4
/
+2
2022-04-25
ASoC: img-parallel-out: using pm_runtime_resume_and_get
Minghao Chi
1
-4
/
+2
2022-04-25
ASoC: img-spdif-out: using pm_runtime_resume_and_get to simplify the code
Minghao Chi
1
-4
/
+2
2022-04-25
ASoC: img-spdif-in: using pm_runtime_resume_and_get instead of pm_runtime_get...
Minghao Chi
1
-4
/
+2
2021-12-20
ASoC: img: Use dev_err_probe() helper
Kuninori Morimoto
6
-61
/
+36
2021-06-15
ASoC: img-spdif-out: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-15
ASoC: img-spdif-in: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-15
ASoC: img-parallel-out: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-15
ASoC: img-i2s-out: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-15
ASoC: img-i2s-in: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-03
ASoC: img: Fix PM reference leak in img_i2s_in_probe()
Yufen Yu
1
-1
/
+1
2020-06-15
ASoC: img-parallel-out: Fix a reference count leak
Qiushi Wu
1
-1
/
+3
2020-06-15
ASoC: img: Fix a reference count leak in img_i2s_in_set_fmt
Qiushi Wu
1
-1
/
+3
2020-05-29
ASoC: img-i2s-out: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+6
2020-05-27
ASoC: img-spdif-in: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-27
ASoC: img-spdif-out: Fix runtime PM imbalance on error
Dinghao Liu
1
-1
/
+3
2020-05-26
ASoC: fix incomplete error-handling in img_i2s_in_probe.
Qiushi Wu
1
-0
/
+1
2020-03-27
ASoC: img: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
2
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
6
-24
/
+6
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-4
/
+4
2018-02-12
ASoC: pistachio: replace codec to component
Kuninori Morimoto
1
-17
/
+17
2017-11-10
Merge remote-tracking branches 'asoc/topic/hdmi', 'asoc/topic/img' and 'asoc/...
Mark Brown
5
-72
/
+381
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-09
ASoC: img-spdif-out: Add control of sys clock to runtime PM
Ed Blake
1
-14
/
+17
2017-10-09
ASoC: img-spdif-out: Add suspend / resume handling
Ed Blake
1
-0
/
+44
2017-10-09
ASoC: img-spdif-in: Add runtime PM
Ed Blake
1
-14
/
+65
2017-10-09
ASoC: img-spdif-in: Add suspend / resume handling
Ed Blake
1
-1
/
+38
2017-10-09
ASoC: img-i2s-out: Add control of sys clock to runtime PM
Ed Blake
1
-29
/
+31
2017-10-09
ASoC: img-i2s-out: Add suspend / resume handling
Ed Blake
1
-0
/
+60
2017-10-09
ASoC: img-i2s-in: Add runtime PM
Ed Blake
1
-17
/
+71
2017-10-09
ASoC: img-i2s-in: Add suspend / resume handling
Ed Blake
1
-1
/
+53
2017-10-09
ASoC: img-parallel-out: Check pm_runtime_get_sync return code
Ed Blake
1
-1
/
+5
2017-10-04
ASoC: img-spdif-out: Rename suspend / resume funcs
Ed Blake
1
-7
/
+7
2017-10-04
ASoC: img-parallel-out: Add pm_runtime_get/put to set_fmt callback
Ed Blake
1
-0
/
+2
2017-10-04
ASoC: img-i2s-out: Rename suspend / resume funcs
Ed Blake
1
-7
/
+7
2017-07-19
ASoC: img: explicitly request exclusive reset control
Philipp Zabel
5
-5
/
+5
2016-12-15
ASoC: img: remove unused ‘format’
Vinod Koul
1
-2
/
+0
2016-08-08
ASoC: codec duplicated callback function goes to component on pistachio-inter...
Kuninori Morimoto
1
-6
/
+8
2015-12-12
ASoC: img: Add driver for Pistachio internal DAC
Damien.Horsley
3
-0
/
+297
2015-11-16
ASoC: img: parallel out: Add missing initialiser
Damien.Horsley
1
-1
/
+1
2015-11-16
ASoC: img: Add driver for SPDIF output controller
Damien.Horsley
3
-0
/
+450
2015-11-16
ASoC: img: Add driver for SPDIF input controller
Damien.Horsley
3
-0
/
+815
2015-11-16
ASoC: img: Add driver for parallel output controller
Damien.Horsley
3
-0
/
+336
[next]