index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
sound
/
soc
/
loongson
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
ASoC: loongson: Standardize ASoC menu
Kuninori Morimoto
1
-1
/
+1
2025-06-08
ASoC: loongson: Fix build warnings about export.h
Huacai Chen
1
-0
/
+1
2025-04-14
Add support for Loongson-1 AC97
Mark Brown
3
-0
/
+410
2025-04-13
ASoC: loongson: Add Loongson-1 AC97 Driver
Keguang Zhang
3
-0
/
+410
2025-04-06
ASoC: loongson: Replace deprecated PCI functions
Philipp Stanner
1
-6
/
+7
2024-10-17
ASoC: loongson: make loongson-i2s.o a separate module
Arnd Bergmann
2
-4
/
+11
2024-10-17
ASoC: Merge up fixes
Mark Brown
1
-0
/
+1
2024-10-12
ASoC: loongson: Fix build warning when !CONFIG_PCI
Binbin Zhou
1
-0
/
+1
2024-10-10
ASoC: loongson: Fix component check failed on FDT systems
Binbin Zhou
1
-0
/
+1
2024-10-09
ASoC: loongson: Add I2S controller driver as platform device
Binbin Zhou
3
-10
/
+209
2024-09-10
ASoC: loongson: Add the correct judgement return
Tang Bin
2
-8
/
+8
2024-09-09
ASoC: loongson: Factor out loongson i2s enable clock functions
Binbin Zhou
1
-39
/
+47
2024-09-09
ASoC: loongson: Factor out loongson_card_acpi_find_device() function
Binbin Zhou
1
-24
/
+31
2024-09-09
ASoC: loongson: Replace if with ternary operator
Binbin Zhou
1
-14
/
+10
2024-09-09
ASoC: loongson: Simplify if statment in loongson_card_hw_params()
Binbin Zhou
1
-16
/
+16
2024-09-09
ASoC: loongson: Simplify with dev_err_probe()
Binbin Zhou
2
-35
/
+21
2024-09-09
ASoC: loongson: Simplify probe() with local dev variable
Binbin Zhou
2
-23
/
+24
2024-09-09
ASoC: loongson: Use BIT() macro
Binbin Zhou
2
-17
/
+17
2024-09-06
ASoC: loongson: remove redundant variable assignments
Tang Bin
1
-3
/
+1
2024-09-03
ASoC: loongson: fix error release
tangbin
1
-2
/
+2
2024-09-03
ASoC: loongson: remove unnecessary assignment in i2s_resume()
tangbin
1
-4
/
+1
2024-08-14
ASoC: loongson: Remove useless variable definitions
tangbin
1
-10
/
+5
2024-05-08
ASoC: loongson: Use *-y instead of *-objs in Makefile
Takashi Iwai
1
-2
/
+2
2024-05-06
ASoC: loongson: Use snd_soc_substream_to_rtd() for accessing private_data
Krzysztof Kozlowski
2
-2
/
+2
2024-03-28
ASoC: loongson: i2s/pci: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2023-09-25
ASoC: loongson: convert not to use asoc_xxx()
Kuninori Morimoto
2
-4
/
+4
2023-08-14
ASoC: loongson: merge DAI call back functions into ops
Kuninori Morimoto
1
-8
/
+8
2023-07-26
ASoC: loongson: drop of_match_ptr for OF device id
YingKun Meng
1
-1
/
+1
2023-06-22
ASoC: loongson: fix address space confusion
Arnd Bergmann
1
-2
/
+2
2023-06-20
ASoC: loongson: use snd_soc_{of_}get_dlc()
Kuninori Morimoto
1
-23
/
+11
2023-06-20
ASoC: soc-core.c: add index on snd_soc_of_get_dai_name()
Kuninori Morimoto
1
-2
/
+2
2023-06-19
ASoC: loongson: change the type of variable irq to int
YingKun Meng
1
-1
/
+1
2023-06-19
ASoC: loongson: fix error codes in loongson_card_parse_acpi()
Dan Carpenter
1
-4
/
+4
2023-06-16
ASoC: loongson: fix compile testing on 32-bit
Arnd Bergmann
1
-1
/
+1
2023-06-16
ASoC: loongson: add PCI dependency
Arnd Bergmann
1
-0
/
+1
2023-06-16
ASoC: loongson: fix unused PM function warning
Arnd Bergmann
1
-1
/
+1
2023-06-15
ASoC: loongson: Add Loongson ASoC Sound Card Support
Yingkun Meng
3
-0
/
+244
2023-06-15
ASoC: Add support for Loongson I2S controller
Yingkun Meng
7
-0
/
+897