Skip to content

Commit 4b04c84

Browse files
Merge branch 'linux-6.6.y' into linux-6.6.y-2025-06-19-mt7920
2 parents 1c6b222 + 8426d7e commit 4b04c84

371 files changed

Lines changed: 3903 additions & 1702 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.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: build kernel riscv64
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
7+
env:
8+
KBUILD_BUILD_USER: deepin-kernel-sig
9+
KBUILD_BUILD_HOST: deepin-kernel-builder
10+
email: support@deepin.org
11+
12+
permissions:
13+
pull-requests: read
14+
15+
jobs:
16+
build-kernel:
17+
runs-on: [self-hosted, linux, x64]
18+
steps:
19+
- uses: actions/checkout@v3
20+
- name: "Install Deps"
21+
run: |
22+
git config --global user.email $email
23+
git config --global user.name $KBUILD_BUILD_USER
24+
25+
- name: "Compile kernel"
26+
run: |
27+
# .config
28+
time make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- deepin_riscv64_desktop_defconfig
29+
time make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu- -j$(nproc)
30+
31+
- name: 'Upload Kernel Artifact'
32+
uses: actions/upload-artifact@v4
33+
with:
34+
name: Kernel-ABI-riscv64
35+
path: "Module.symvers"

Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ properties:
5858
fsl,phy-tx-vboost-level-microvolt:
5959
description:
6060
Adjust the boosted transmit launch pk-pk differential amplitude
61-
minimum: 880
62-
maximum: 1120
61+
enum: [844, 1008, 1156]
6362

6463
fsl,phy-comp-dis-tune-percent:
6564
description:

Documentation/devicetree/bindings/regulator/mediatek,mt6357-regulator.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ patternProperties:
3333

3434
"^ldo-v(camio18|aud28|aux18|io18|io28|rf12|rf18|cn18|cn28|fe28)$":
3535
type: object
36-
$ref: fixed-regulator.yaml#
36+
$ref: regulator.yaml#
3737
unevaluatedProperties: false
3838
description:
3939
Properties for single fixed LDO regulator.
@@ -112,7 +112,6 @@ examples:
112112
regulator-enable-ramp-delay = <220>;
113113
};
114114
mt6357_vfe28_reg: ldo-vfe28 {
115-
compatible = "regulator-fixed";
116115
regulator-name = "vfe28";
117116
regulator-min-microvolt = <2800000>;
118117
regulator-max-microvolt = <2800000>;
@@ -125,14 +124,12 @@ examples:
125124
regulator-enable-ramp-delay = <110>;
126125
};
127126
mt6357_vrf18_reg: ldo-vrf18 {
128-
compatible = "regulator-fixed";
129127
regulator-name = "vrf18";
130128
regulator-min-microvolt = <1800000>;
131129
regulator-max-microvolt = <1800000>;
132130
regulator-enable-ramp-delay = <110>;
133131
};
134132
mt6357_vrf12_reg: ldo-vrf12 {
135-
compatible = "regulator-fixed";
136133
regulator-name = "vrf12";
137134
regulator-min-microvolt = <1200000>;
138135
regulator-max-microvolt = <1200000>;
@@ -157,14 +154,12 @@ examples:
157154
regulator-enable-ramp-delay = <264>;
158155
};
159156
mt6357_vcn28_reg: ldo-vcn28 {
160-
compatible = "regulator-fixed";
161157
regulator-name = "vcn28";
162158
regulator-min-microvolt = <2800000>;
163159
regulator-max-microvolt = <2800000>;
164160
regulator-enable-ramp-delay = <264>;
165161
};
166162
mt6357_vcn18_reg: ldo-vcn18 {
167-
compatible = "regulator-fixed";
168163
regulator-name = "vcn18";
169164
regulator-min-microvolt = <1800000>;
170165
regulator-max-microvolt = <1800000>;
@@ -183,7 +178,6 @@ examples:
183178
regulator-enable-ramp-delay = <264>;
184179
};
185180
mt6357_vcamio_reg: ldo-vcamio18 {
186-
compatible = "regulator-fixed";
187181
regulator-name = "vcamio";
188182
regulator-min-microvolt = <1800000>;
189183
regulator-max-microvolt = <1800000>;
@@ -212,28 +206,24 @@ examples:
212206
regulator-always-on;
213207
};
214208
mt6357_vaux18_reg: ldo-vaux18 {
215-
compatible = "regulator-fixed";
216209
regulator-name = "vaux18";
217210
regulator-min-microvolt = <1800000>;
218211
regulator-max-microvolt = <1800000>;
219212
regulator-enable-ramp-delay = <264>;
220213
};
221214
mt6357_vaud28_reg: ldo-vaud28 {
222-
compatible = "regulator-fixed";
223215
regulator-name = "vaud28";
224216
regulator-min-microvolt = <2800000>;
225217
regulator-max-microvolt = <2800000>;
226218
regulator-enable-ramp-delay = <264>;
227219
};
228220
mt6357_vio28_reg: ldo-vio28 {
229-
compatible = "regulator-fixed";
230221
regulator-name = "vio28";
231222
regulator-min-microvolt = <2800000>;
232223
regulator-max-microvolt = <2800000>;
233224
regulator-enable-ramp-delay = <264>;
234225
};
235226
mt6357_vio18_reg: ldo-vio18 {
236-
compatible = "regulator-fixed";
237227
regulator-name = "vio18";
238228
regulator-min-microvolt = <1800000>;
239229
regulator-max-microvolt = <1800000>;

Documentation/devicetree/bindings/usb/cypress,hx3.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,22 @@ allOf:
1414

1515
properties:
1616
compatible:
17-
enum:
18-
- usb4b4,6504
19-
- usb4b4,6506
17+
oneOf:
18+
- enum:
19+
- usb4b4,6504
20+
- usb4b4,6506
21+
- items:
22+
- enum:
23+
- usb4b4,6500
24+
- usb4b4,6508
25+
- const: usb4b4,6504
26+
- items:
27+
- enum:
28+
- usb4b4,6502
29+
- usb4b4,6503
30+
- usb4b4,6507
31+
- usb4b4,650a
32+
- const: usb4b4,6506
2033

2134
reg: true
2235

Documentation/devicetree/bindings/vendor-prefixes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,8 @@ patternProperties:
773773
description: Linux-specific binding
774774
"^linx,.*":
775775
description: Linx Technologies
776+
"^liontron,.*":
777+
description: Shenzhen Liontron Technology Co., Ltd
776778
"^liteon,.*":
777779
description: LITE-ON Technology Corp.
778780
"^litex,.*":

Documentation/networking/tproxy.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ add rules like this to the iptables ruleset above::
6969
# iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY \
7070
--tproxy-mark 0x1/0x1 --on-port 50080
7171

72-
Or the following rule to nft:
72+
Or the following rule to nft::
7373

74-
# nft add rule filter divert tcp dport 80 tproxy to :50080 meta mark set 1 accept
74+
# nft add rule filter divert tcp dport 80 tproxy to :50080 meta mark set 1 accept
7575

7676
Note that for this to work you'll have to modify the proxy to enable (SOL_IP,
7777
IP_TRANSPARENT) for the listening socket.

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8634,7 +8634,7 @@ L: linux-fsdevel@vger.kernel.org
86348634
S: Maintained
86358635
W: https://github.com/libfuse/
86368636
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
8637-
F: Documentation/filesystems/fuse.rst
8637+
F: Documentation/filesystems/fuse*
86388638
F: fs/fuse/
86398639
F: include/uapi/linux/fuse.h
86408640

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0
22
VERSION = 6
33
PATCHLEVEL = 6
4-
SUBLEVEL = 93
4+
SUBLEVEL = 94
55
EXTRAVERSION =
66
NAME = Pinguïn Aangedreven
77

arch/arm/boot/dts/microchip/at91sam9263ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
nand@3 {
153153
reg = <0x3 0x0 0x800000>;
154154
rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
155-
cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
155+
cs-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>;
156156
nand-bus-width = <8>;
157157
nand-ecc-mode = "soft";
158158
nand-on-flash-bbt;

arch/arm/boot/dts/microchip/tny_a9263.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
nand@3 {
6565
reg = <0x3 0x0 0x800000>;
6666
rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
67-
cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
67+
cs-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>;
6868
nand-bus-width = <8>;
6969
nand-ecc-mode = "soft";
7070
nand-on-flash-bbt;

0 commit comments

Comments
 (0)