Skip to content

Commit 8c782a2

Browse files
authored
Merge branch 'rpi-6.12.y' into is7019
2 parents 7eb82b1 + 728023a commit 8c782a2

353 files changed

Lines changed: 3800 additions & 2218 deletions

File tree

Some content is hidden

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

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
else
6868
sudo apt-get install gcc-arm-linux-gnueabihf;
6969
fi
70-
timeout-minutes: 5
70+
timeout-minutes: 15
7171

7272
- uses: actions/checkout@v4
7373
with:

Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
maxItems: 1
2626

2727
clocks:
28-
minItems: 2
28+
maxItems: 2
2929

3030
clock-names:
3131
items:

Documentation/devicetree/bindings/display/sprd/sprd,sharkl3-dsi-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ properties:
2020
maxItems: 2
2121

2222
clocks:
23-
minItems: 1
23+
maxItems: 1
2424

2525
clock-names:
2626
items:

Documentation/devicetree/bindings/ufs/mediatek,ufs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ properties:
3333

3434
vcc-supply: true
3535

36+
mediatek,ufs-disable-mcq:
37+
$ref: /schemas/types.yaml#/definitions/flag
38+
description: The mask to disable MCQ (Multi-Circular Queue) for UFS host.
39+
3640
required:
3741
- compatible
3842
- clocks

Documentation/networking/mptcp-sysctl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ add_addr_timeout - INTEGER (seconds)
1212
resent to an MPTCP peer that has not acknowledged a previous
1313
ADD_ADDR message.
1414

15+
Do not retransmit if set to 0.
16+
1517
The default value matches TCP_RTO_MAX. This is a per-namespace
1618
sysctl.
1719

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 6
33
PATCHLEVEL = 12
4-
SUBLEVEL = 43
4+
SUBLEVEL = 44
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

@@ -1069,7 +1069,7 @@ KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD
10691069
KBUILD_USERLDFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
10701070

10711071
# userspace programs are linked via the compiler, use the correct linker
1072-
ifeq ($(CONFIG_CC_IS_CLANG)$(CONFIG_LD_IS_LLD),yy)
1072+
ifdef CONFIG_CC_IS_CLANG
10731073
KBUILD_USERLDFLAGS += --ld-path=$(LD)
10741074
endif
10751075

arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,5 +506,6 @@ i2c_csi_dsi0: &i2c0 {
506506

507507
eth_led0 = <&phy1>,"led-modes:0";
508508
eth_led1 = <&phy1>,"led-modes:4";
509+
eth_max_speed = <&phy1>,"max-speed:0";
509510
};
510511
};

arch/arm/boot/dts/broadcom/bcm2711-rpi-400.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ cam0_reg: &cam_dummy_reg {
8181
<&led_act>,"status=okay";
8282
act_led_activelow = <&led_act>,"gpios:8";
8383
act_led_trigger = <&led_act>,"linux,default-trigger";
84+
eth_max_speed = <&phy1>,"max-speed:0";
8485
pwr_led_gpio = <&led_pwr>,"gpios:4";
8586
pwr_led_activelow = <&led_pwr>,"gpios:8";
8687
pwr_led_trigger = <&led_pwr>,"linux,default-trigger";

arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ i2c_csi_dsi0: &i2c0 {
476476

477477
eth_led0 = <&phy1>,"led-modes:0";
478478
eth_led1 = <&phy1>,"led-modes:4";
479+
eth_max_speed = <&phy1>,"max-speed:0";
479480

480481
ant1 = <&ant1>,"output-high?=on",
481482
<&ant1>, "output-low?=off",

arch/arm/boot/dts/overlays/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ Params:
266266

267267
eth_max_speed Set the maximum speed a link is allowed
268268
to negotiate. Legal values are 10, 100 and
269-
1000 (default 1000). Pi3B+ only.
269+
1000 (default set by the platform). Pi3B+,
270+
Pi4, Pi400, CM4, Pi5, Pi500, and CM5 only.
270271

271272
fan_temp0 Temperature threshold (in millicelcius) for
272273
1st cooling level (default 50000). Pi5 only.

0 commit comments

Comments
 (0)