index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
stm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
ASoC: stm32: sai: fix device and OF node leaks on
Mark Brown
2
-27
/
+44
2025-11-25
ASoC: stm32: sai: clean up probe error path
Johan Hovold
1
-4
/
+4
2025-11-25
ASoC: stm32: sai: fix OF node leak on probe
Johan Hovold
2
-16
/
+19
2025-11-25
ASoC: stm32: sai: fix clk prepare imbalance on probe failure
Johan Hovold
1
-7
/
+21
2025-11-25
ASoC: stm32: sai: fix device leak on probe
Johan Hovold
1
-1
/
+1
2025-11-06
ASoC: stm32: dfsdm: don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-09-26
ASoC: stm32: sai: manage context in set_sysclk callback
Olivier Moysan
1
-0
/
+8
2025-08-12
ASoC: stm: stm32_i2s: Fix calc_clk_div() error handling in determine_rate()
Sergio Perez Gonzalez
1
-5
/
+2
2025-07-15
ASoC: convert from clk round_rate() to
Mark Brown
2
-14
/
+21
2025-07-15
ASoC: stm: stm32_sai_sub: convert from round_rate() to determine_rate()
Brian Masney
1
-6
/
+8
2025-07-15
ASoC: stm: stm32_i2s: convert from round_rate() to determine_rate()
Brian Masney
1
-8
/
+13
2025-06-24
ASoC: stm: Standardize ASoC menu
Kuninori Morimoto
1
-1
/
+1
2025-05-06
AsoC: Phase out hybrid PCI devres
Mark Brown
1
-5
/
+11
2025-05-01
ASoC: stm32: sai: add a check on minimal kernel frequency
Olivier Moysan
1
-1
/
+4
2025-05-01
ASoC: stm32: sai: skip useless iterations on kernel rate loop
Olivier Moysan
1
-4
/
+7
2025-04-06
ASoC: stm: stm32_sai: Use dev_err_probe()
Zhang Enpei
1
-12
/
+6
2025-03-17
ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS()
Takashi Iwai
4
-16
/
+8
2024-11-14
ASoC: stm32: dfsdm: change rate upper limits
Olivier Moysan
1
-1
/
+1
2024-11-14
ASoC: Merge up fixes
Mark Brown
2
-4
/
+4
2024-11-09
ASoC: stm32: i2s: add stm32mp25 support
Mark Brown
1
-22
/
+189
2024-11-08
ASoC: stm32: i2s: add stm32mp25 support
Olivier Moysan
1
-22
/
+189
2024-11-08
ASoC: stm32: sai: add stm32mp25 support
Olivier Moysan
3
-17
/
+191
2024-11-07
ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div()
Luo Yifan
1
-1
/
+1
2024-11-07
ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
Luo Yifan
1
-2
/
+2
2024-11-05
ASoC: stm32: spdifrx: fix dma channel release in stm32_spdifrx_remove
Amelie Delaunay
1
-1
/
+1
2024-10-01
{ASoC,media}: constify snd_soc_component_driver
Mark Brown
1
-1
/
+1
2024-09-30
ASoC: constify snd_soc_component_driver struct
Javier Carrasco
1
-1
/
+1
2024-09-30
ASoC: stm: fix macro definition on STM_SAI_HAS_EXT_SYNC
Hongbo Li
1
-1
/
+1
2024-09-09
ASoC: Switch back to struct platform_driver::remove()
Uwe Kleine-König
4
-4
/
+4
2024-08-01
ASoC: stm: use snd_pcm_direction_name()
Kuninori Morimoto
1
-2
/
+2
2024-05-08
ASoC: stm: Use *-y instead of *-objs in Makefile
Takashi Iwai
1
-4
/
+4
2023-10-09
ASoC: Use device_get_match_data()
Rob Herring
4
-20
/
+9
2023-09-25
ASoC: stm: convert not to use asoc_xxx()
Kuninori Morimoto
2
-14
/
+14
2023-09-01
ASoC: dmaengine: Drop unused iov_iter for process callback
Takashi Iwai
1
-1
/
+1
2023-08-28
Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...
Takashi Iwai
3
-6
/
+16
2023-08-18
ASoC: dmaengine: Use iov_iter for process callback, too
Takashi Iwai
1
-1
/
+1
2023-08-14
ASoC: stm: merge DAI call back functions into ops
Kuninori Morimoto
3
-6
/
+16
2023-05-22
ASoC: stm32: sai: Use the devm_clk_get_optional() helper
Christophe JAILLET
1
-6
/
+3
2023-03-20
ASoC: stm: stm32_spdifrx: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
ASoC: stm: stm32_sai_sub: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
ASoC: stm: stm32_i2s: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-20
ASoC: stm: stm32_adfsdm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-11
ASoC: Use of_property_present() for testing DT property presence
Rob Herring
2
-3
/
+3
2022-11-10
ASoC: stm32: i2s: remove irqf_oneshot flag
Olivier Moysan
1
-1
/
+1
2022-11-09
ASoC: stm32: dfsdm: manage cb buffers cleanup
Olivier Moysan
1
-0
/
+11
2022-09-27
Fix PM disable depth imbalance in stm32 probe
Mark Brown
2
-5
/
+7
2022-09-27
ASoC: stm: Fix PM disable depth imbalance in stm32_i2s_probe
Zhang Qilong
1
-2
/
+2
2022-09-27
ASoC: stm32: spdifrx: Fix PM disable depth imbalance in stm32_spdifrx_probe
Zhang Qilong
1
-2
/
+2
2022-09-27
ASoC: stm32: dfsdm: Fix PM disable depth imbalance in stm32_adfsdm_probe
Zhang Qilong
1
-3
/
+5
2022-06-27
ASoC: stm32: Migrate to new style legacy DAI naming flag
Charles Keepax
4
-0
/
+4
[next]