Skip to content

Commit acff093

Browse files
committed
Merge tag 'asoc-fix-v6.17-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.17 A pile of fixes that accumilated over the past few -rcs, this is all driver specifics including a small pile of quirks for new systems.
2 parents 7dd670d + 1dd28fd commit acff093

File tree

613 files changed

+7641
-3285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

613 files changed

+7641
-3285
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ Nikolay Aleksandrov <razor@blackwall.org> <nikolay@redhat.com>
589589
Nikolay Aleksandrov <razor@blackwall.org> <nikolay@cumulusnetworks.com>
590590
Nikolay Aleksandrov <razor@blackwall.org> <nikolay@nvidia.com>
591591
Nikolay Aleksandrov <razor@blackwall.org> <nikolay@isovalent.com>
592+
Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba> <nobuhiro1.iwamatsu@toshiba.co.jp>
592593
Odelu Kukatla <quic_okukatla@quicinc.com> <okukatla@codeaurora.org>
593594
Oleksandr Natalenko <oleksandr@natalenko.name> <oleksandr@redhat.com>
594595
Oleksij Rempel <linux@rempel-privat.de> <bug-track@fisher-privat.net>

CREDITS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,10 @@ D: AIC5800 IEEE 1394, RAW I/O on 1394
32223222
D: Starter of Linux1394 effort
32233223
S: ask per mail for current address
32243224

3225+
N: Boris Pismenny
3226+
E: borisp@mellanox.com
3227+
D: Kernel TLS implementation and offload support.
3228+
32253229
N: Nicolas Pitre
32263230
E: nico@fluxnic.net
32273231
D: StrongARM SA1100 support integrator & hacker
@@ -4168,6 +4172,9 @@ S: 1513 Brewster Dr.
41684172
S: Carrollton, TX 75010
41694173
S: USA
41704174

4175+
N: Dave Watson
4176+
D: Kernel TLS implementation.
4177+
41714178
N: Tim Waugh
41724179
E: tim@cyberelk.net
41734180
D: Co-architect of the parallel-port sharing system

Documentation/admin-guide/hw-vuln/attack_vector_controls.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Spectre_v2 X X
215215
Spectre_v2_user X X * (Note 1)
216216
SRBDS X X X X
217217
SRSO X X X X
218-
SSB (Note 4)
218+
SSB X
219219
TAA X X X X * (Note 2)
220220
TSA X X X X
221221
=============== ============== ============ ============= ============== ============ ========
@@ -229,9 +229,6 @@ Notes:
229229
3 -- Disables SMT if cross-thread mitigations are fully enabled, the CPU is
230230
vulnerable, and STIBP is not supported
231231

232-
4 -- Speculative store bypass is always enabled by default (no kernel
233-
mitigation applied) unless overridden with spec_store_bypass_disable option
234-
235232
When an attack-vector is disabled, all mitigations for the vulnerabilities
236233
listed in the above table are disabled, unless mitigation is required for a
237234
different enabled attack-vector or a mitigation is explicitly selected via a

Documentation/devicetree/bindings/display/msm/qcom,mdp5.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ properties:
6060
- const: bus
6161
- const: core
6262
- const: vsync
63-
- const: lut
6463
- const: tbu
6564
- const: tbu_rt
6665
# MSM8996 has additional iommu clock

Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ properties:
2020
- enum:
2121
- fsl,imx7ulp-spi
2222
- fsl,imx8qxp-spi
23+
- nxp,s32g2-lpspi
2324
- items:
2425
- enum:
2526
- fsl,imx8ulp-spi
2627
- fsl,imx93-spi
2728
- fsl,imx94-spi
2829
- fsl,imx95-spi
2930
- const: fsl,imx7ulp-spi
31+
- items:
32+
- const: nxp,s32g3-lpspi
33+
- const: nxp,s32g2-lpspi
34+
3035
reg:
3136
maxItems: 1
3237

Documentation/devicetree/bindings/vendor-prefixes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ patternProperties:
507507
description: Espressif Systems Co. Ltd.
508508
"^est,.*":
509509
description: ESTeem Wireless Modems
510+
"^eswin,.*":
511+
description: Beijing ESWIN Technology Group Co. Ltd.
510512
"^ettus,.*":
511513
description: NI Ettus Research
512514
"^eukrea,.*":

Documentation/networking/napi.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,8 @@ Threaded NAPI
433433

434434
Threaded NAPI is an operating mode that uses dedicated kernel
435435
threads rather than software IRQ context for NAPI processing.
436-
The configuration is per netdevice and will affect all
437-
NAPI instances of that device. Each NAPI instance will spawn a separate
438-
thread (called ``napi/${ifc-name}-${napi-id}``).
436+
Each threaded NAPI instance will spawn a separate thread
437+
(called ``napi/${ifc-name}-${napi-id}``).
439438

440439
It is recommended to pin each kernel thread to a single CPU, the same
441440
CPU as the CPU which services the interrupt. Note that the mapping

MAINTAINERS

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -931,13 +931,13 @@ F: Documentation/devicetree/bindings/dma/altr,msgdma.yaml
931931
F: drivers/dma/altera-msgdma.c
932932

933933
ALTERA PIO DRIVER
934-
M: Mun Yew Tham <mun.yew.tham@intel.com>
934+
M: Adrian Ng <adrianhoyin.ng@altera.com>
935935
L: linux-gpio@vger.kernel.org
936936
S: Maintained
937937
F: drivers/gpio/gpio-altera.c
938938

939939
ALTERA TRIPLE SPEED ETHERNET DRIVER
940-
M: Joyce Ooi <joyce.ooi@intel.com>
940+
M: Boon Khai Ng <boon.khai.ng@altera.com>
941941
L: netdev@vger.kernel.org
942942
S: Maintained
943943
F: drivers/net/ethernet/altera/
@@ -3526,7 +3526,7 @@ F: Documentation/devicetree/bindings/arm/ti/nspire.yaml
35263526
F: arch/arm/boot/dts/nspire/
35273527

35283528
ARM/TOSHIBA VISCONTI ARCHITECTURE
3529-
M: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
3529+
M: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>
35303530
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
35313531
S: Supported
35323532
T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git
@@ -3667,6 +3667,7 @@ F: drivers/virt/coco/arm-cca-guest/
36673667
F: drivers/virt/coco/pkvm-guest/
36683668
F: tools/testing/selftests/arm64/
36693669
X: arch/arm64/boot/dts/
3670+
X: arch/arm64/configs/defconfig
36703671

36713672
ARROW SPEEDCHIPS XRS7000 SERIES ETHERNET SWITCH DRIVER
36723673
M: George McCollister <george.mccollister@gmail.com>
@@ -4205,7 +4206,7 @@ W: http://www.baycom.org/~tom/ham/ham.html
42054206
F: drivers/net/hamradio/baycom*
42064207

42074208
BCACHE (BLOCK LAYER CACHE)
4208-
M: Coly Li <colyli@kernel.org>
4209+
M: Coly Li <colyli@fnnas.com>
42094210
M: Kent Overstreet <kent.overstreet@linux.dev>
42104211
L: linux-bcache@vger.kernel.org
42114212
S: Maintained
@@ -4216,7 +4217,7 @@ F: drivers/md/bcache/
42164217
BCACHEFS
42174218
M: Kent Overstreet <kent.overstreet@linux.dev>
42184219
L: linux-bcachefs@vger.kernel.org
4219-
S: Supported
4220+
S: Externally maintained
42204221
C: irc://irc.oftc.net/bcache
42214222
P: Documentation/filesystems/bcachefs/SubmittingPatches.rst
42224223
T: git https://evilpiepirate.org/git/bcachefs.git
@@ -7820,7 +7821,7 @@ Q: https://patchwork.freedesktop.org/project/nouveau/
78207821
Q: https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests
78217822
B: https://gitlab.freedesktop.org/drm/nouveau/-/issues
78227823
C: irc://irc.oftc.net/nouveau
7823-
T: git https://gitlab.freedesktop.org/drm/nouveau.git
7824+
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
78247825
F: drivers/gpu/drm/nouveau/
78257826
F: include/uapi/drm/nouveau_drm.h
78267827

@@ -10388,7 +10389,7 @@ S: Maintained
1038810389
F: drivers/input/touchscreen/goodix*
1038910390

1039010391
GOOGLE ETHERNET DRIVERS
10391-
M: Jeroen de Borst <jeroendb@google.com>
10392+
M: Joshua Washington <joshwash@google.com>
1039210393
M: Harshitha Ramamurthy <hramamurthy@google.com>
1039310394
L: netdev@vger.kernel.org
1039410395
S: Maintained
@@ -17848,9 +17849,9 @@ F: net/ipv6/syncookies.c
1784817849
F: net/ipv6/tcp*.c
1784917850

1785017851
NETWORKING [TLS]
17851-
M: Boris Pismenny <borisp@nvidia.com>
1785217852
M: John Fastabend <john.fastabend@gmail.com>
1785317853
M: Jakub Kicinski <kuba@kernel.org>
17854+
M: Sabrina Dubroca <sd@queasysnail.net>
1785417855
L: netdev@vger.kernel.org
1785517856
S: Maintained
1785617857
F: include/net/tls.h
@@ -20878,8 +20879,8 @@ S: Maintained
2087820879
F: drivers/firmware/qcom/qcom_qseecom_uefisecapp.c
2087920880

2088020881
QUALCOMM RMNET DRIVER
20881-
M: Subash Abhinov Kasiviswanathan <quic_subashab@quicinc.com>
20882-
M: Sean Tranchetti <quic_stranche@quicinc.com>
20882+
M: Subash Abhinov Kasiviswanathan <subash.a.kasiviswanathan@oss.qualcomm.com>
20883+
M: Sean Tranchetti <sean.tranchetti@oss.qualcomm.com>
2088320884
L: netdev@vger.kernel.org
2088420885
S: Maintained
2088520886
F: Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
@@ -24253,6 +24254,12 @@ S: Maintained
2425324254
F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
2425424255
F: drivers/input/keyboard/sun4i-lradc-keys.c
2425524256

24257+
SUNDANCE NETWORK DRIVER
24258+
M: Denis Kirjanov <dkirjanov@suse.de>
24259+
L: netdev@vger.kernel.org
24260+
S: Maintained
24261+
F: drivers/net/ethernet/dlink/sundance.c
24262+
2425624263
SUNPLUS ETHERNET DRIVER
2425724264
M: Wells Lu <wellslutw@gmail.com>
2425824265
L: netdev@vger.kernel.org

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 6
33
PATCHLEVEL = 17
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc3
5+
EXTRAVERSION = -rc5
66
NAME = Baby Opossum Posse
77

88
# *DOCUMENTATION*

arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@
387387

388388
&sdmmc1 {
389389
bus-width = <4>;
390+
no-1-8-v;
391+
sdhci-caps-mask = <0x0 0x00200000>;
390392
pinctrl-names = "default";
391393
pinctrl-0 = <&pinctrl_sdmmc1_default>;
392394
status = "okay";

0 commit comments

Comments
 (0)