index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
renesas
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
ASoC: renesas: Use auto-cleanup for firmware loading
Takashi Iwai
1
-3
/
+1
2026-07-27
ASoC: Use named initializers for platform_device_id arrays
Mark Brown
1
-2
/
+2
2026-07-27
ASoC: renesas: fsi: Drop platform probing metadata
Uwe Kleine-König (The Capable Hub)
1
-2
/
+2
2026-07-10
ASoC: renesas: adg: Drop redundant NULL check on clk_get and clk_register_fix...
Krzysztof Kozlowski
1
-4
/
+4
2026-07-06
ASoC: cs35l3x: drain threaded IRQs before runtime suspend
Mark Brown
2
-1
/
+30
2026-07-02
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume
John Madieu
1
-0
/
+2
2026-07-01
ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
John Madieu
1
-1
/
+28
2026-06-30
ASoC: renesas: fsi: Propagate platform_get_irq() errors
Narasimharao Vadlamudi
1
-3
/
+6
2026-06-23
Merge tag 'dmaengine-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-260
/
+140
2026-06-12
ASoC: renesas: rcar: update auto select format
Kuninori Morimoto
1
-1
/
+8
2026-06-12
ASoC: remove SND_SOC_POSSIBLE_xBx_xFx
Kuninori Morimoto
3
-13
/
+0
2026-06-10
ASoC: renesas: fsi: remove platform data style support
Kuninori Morimoto
1
-13
/
+3
2026-06-10
ASoC: renesas: fsi: Add SPU clock control in hw_startup/shutdown
bui duc phuc
1
-4
/
+20
2026-06-10
ASoC: renesas: fsi: add fsi_clk_prepare/unprepare()
bui duc phuc
1
-1
/
+50
2026-06-10
ASoC: renesas: fsi: Add SPU clock support
bui duc phuc
1
-0
/
+9
2026-06-10
ASoC: renesas: fsi: refactor clock initialization
bui duc phuc
1
-30
/
+37
2026-06-10
ASoC: renesas: fsi: Use devm_clk_get_optional() for optional clocks
bui duc phuc
1
-3
/
+3
2026-06-10
ASoC: renesas: fsi: Move fsi_clk_init()
bui duc phuc
1
-64
/
+64
2026-06-10
ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
bui duc phuc
1
-0
/
+8
2026-06-10
ASoC: renesas: fsi: Move fsi_stream_is_working()
bui duc phuc
1
-10
/
+10
2026-06-10
ASoC: renesas: fsi: Fix trigger stop ordering
bui duc phuc
1
-2
/
+2
2026-06-04
ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
Claudiu Beznea
2
-259
/
+136
2026-06-04
ASoC: renesas: rz-ssi: Add pause support
Claudiu Beznea
1
-1
/
+4
2026-06-01
ASoC: rsnd: Add system suspend/resume support
John Madieu
10
-2
/
+241
2026-06-01
ASoC: rsnd: Support unprefixed DT node names for RZ/G3E
John Madieu
5
-14
/
+48
2026-06-01
ASoC: rsnd: src: Add SRC reset support for RZ/G3E
John Madieu
1
-1
/
+12
2026-06-01
ASoC: rsnd: src: Acquire shared SCU clocks for RZ/G3E
John Madieu
2
-0
/
+38
2026-06-01
ASoC: rsnd: adg: Look up RZ/G3E clkin under audio-clk{a,b,c,i}
John Madieu
1
-0
/
+10
2026-06-01
ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock management
John Madieu
1
-1
/
+123
2026-06-01
ASoC: rsnd: Add ADG reset support for RZ/G3E
John Madieu
1
-2
/
+6
2026-06-01
ASoC: rsnd: Add SSI reset support for RZ/G3E platform
John Madieu
1
-1
/
+13
2026-06-01
ASoC: rsnd: ssiu: Add RZ/G3E BUSIF support
John Madieu
3
-19
/
+41
2026-06-01
ASoC: rsnd: ssiu: Add shared SSI reset controller support
John Madieu
1
-1
/
+8
2026-06-01
ASoC: rsnd: Add RZ/G3E DMA address calculation support
John Madieu
1
-0
/
+81
2026-06-01
ASoC: rsnd: Refactor DMA address tables with named structs
John Madieu
1
-48
/
+99
2026-06-01
ASoC: rsnd: Add audmapp clock and reset support for RZ/G3E
John Madieu
1
-0
/
+22
2026-06-01
ASoC: rsnd: Add RZ/G3E SoC probing and register map
John Madieu
3
-3
/
+204
2026-06-01
ASoC: rsnd: Support hyphen or dot in indexed clock and reset names
John Madieu
7
-30
/
+91
2026-06-01
ASoC: rsnd: Add reset controller support to rsnd_mod
John Madieu
11
-11
/
+27
2026-06-01
ASoC: rsnd: Fix RSND_SOC_MASK width to single nibble
John Madieu
1
-1
/
+1
2026-04-03
ASoC: rsnd: Fix potential out-of-bounds access of component_dais[]
Denis Rastyogin
1
-1
/
+1
2026-03-26
ASoC: renesas: Fix non-static global variable
songxiebing
1
-1
/
+2
2026-03-24
ASoC: update outdated comments for removed snd_soc_new_pcms()
Kexin Sun
1
-1
/
+0
2026-03-16
ASoC: renesas: name back to pcm_new()/pcm_free()
Kuninori Morimoto
5
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-17
ASoC: renesas: rz-ssi: Fix playback and capture
Claudiu Beznea
1
-1
/
+1
2026-01-20
ASoC: renesas: rz-ssi: Cleanups
Mark Brown
1
-16
/
+8
2026-01-20
ASoC: renesas: rz-ssi: Drop goto label
Claudiu Beznea
1
-2
/
+1
2026-01-20
ASoC: renesas: rz-ssi: Drop the & operator in front of function name
Claudiu Beznea
1
-4
/
+4
[next]