Skip to content

Commit 29affc9

Browse files
committed
Merge tag 'v6.18.8' into HEAD
* Linux 6.18.8 Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
2 parents 791d94d + d905362 commit 29affc9

249 files changed

Lines changed: 1889 additions & 875 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.

Documentation/netlink/specs/fou.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ attribute-sets:
3939
-
4040
name: ipproto
4141
type: u8
42+
checks:
43+
min: 1
4244
-
4345
name: type
4446
type: u8

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 = 18
4-
SUBLEVEL = 7
4+
SUBLEVEL = 8
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
77

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
528528
clocks = <&pmc PMC_TYPE_PERIPHERAL 37>;
529529
#address-cells = <1>;
530-
#size-cells = <1>;
530+
#size-cells = <0>;
531531
dmas = <&dma0 AT91_XDMAC_DT_PERID(12)>,
532532
<&dma0 AT91_XDMAC_DT_PERID(11)>;
533533
dma-names = "tx", "rx";
@@ -676,7 +676,7 @@
676676
flx9: flexcom@e2820000 {
677677
compatible = "microchip,sama7d65-flexcom", "atmel,sama5d2-flexcom";
678678
reg = <0xe2820000 0x200>;
679-
ranges = <0x0 0xe281c000 0x800>;
679+
ranges = <0x0 0xe2820000 0x800>;
680680
clocks = <&pmc PMC_TYPE_PERIPHERAL 43>;
681681
#address-cells = <1>;
682682
#size-cells = <1>;

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5773,8 +5773,12 @@
57735773
clocks = <&rpmhcc RPMH_CXO_CLK>;
57745774
clock-names = "xo";
57755775

5776-
power-domains = <&rpmhpd SC8280XP_NSP>;
5777-
power-domain-names = "nsp";
5776+
power-domains = <&rpmhpd SC8280XP_NSP>,
5777+
<&rpmhpd SC8280XP_CX>,
5778+
<&rpmhpd SC8280XP_MXC>;
5779+
power-domain-names = "nsp",
5780+
"cx",
5781+
"mxc";
57785782

57795783
memory-region = <&pil_nsp0_mem>;
57805784

@@ -5904,8 +5908,12 @@
59045908
clocks = <&rpmhcc RPMH_CXO_CLK>;
59055909
clock-names = "xo";
59065910

5907-
power-domains = <&rpmhpd SC8280XP_NSP>;
5908-
power-domain-names = "nsp";
5911+
power-domains = <&rpmhpd SC8280XP_NSP>,
5912+
<&rpmhpd SC8280XP_CX>,
5913+
<&rpmhpd SC8280XP_MXC>;
5914+
power-domain-names = "nsp",
5915+
"cx",
5916+
"mxc";
59095917

59105918
memory-region = <&pil_nsp1_mem>;
59115919

arch/arm64/boot/dts/qcom/sm6150.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,10 +1260,10 @@
12601260
<&gcc GCC_AGGRE_UFS_PHY_AXI_CLK>,
12611261
<&gcc GCC_UFS_PHY_AHB_CLK>,
12621262
<&gcc GCC_UFS_PHY_UNIPRO_CORE_CLK>,
1263-
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>,
12641263
<&rpmhcc RPMH_CXO_CLK>,
12651264
<&gcc GCC_UFS_PHY_TX_SYMBOL_0_CLK>,
1266-
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>;
1265+
<&gcc GCC_UFS_PHY_RX_SYMBOL_0_CLK>,
1266+
<&gcc GCC_UFS_PHY_ICE_CORE_CLK>;
12671267
clock-names = "core_clk",
12681268
"bus_aggr_clk",
12691269
"iface_clk",

arch/arm64/boot/dts/qcom/sm8550.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4097,8 +4097,6 @@
40974097
usb_1: usb@a600000 {
40984098
compatible = "qcom,sm8550-dwc3", "qcom,snps-dwc3";
40994099
reg = <0x0 0x0a600000 0x0 0xfc100>;
4100-
#address-cells = <1>;
4101-
#size-cells = <0>;
41024100

41034101
clocks = <&gcc GCC_CFG_NOC_USB3_PRIM_AXI_CLK>,
41044102
<&gcc GCC_USB30_PRIM_MASTER_CLK>,

arch/arm64/boot/dts/qcom/sm8650.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5115,9 +5115,6 @@
51155115

51165116
dma-coherent;
51175117

5118-
#address-cells = <1>;
5119-
#size-cells = <0>;
5120-
51215118
status = "disabled";
51225119

51235120
ports {

arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@
424424

425425
&pcie0 {
426426
ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
427-
max-link-speed = <2>;
428427
num-lanes = <2>;
429428
pinctrl-names = "default";
430429
status = "okay";

arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
};
7272

7373
&pcie0 {
74-
max-link-speed = <1>;
7574
num-lanes = <1>;
7675
vpcie3v3-supply = <&vcc3v3_sys>;
7776
};

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
button-up {
4141
label = "Volume Up";
4242
linux,code = <KEY_VOLUMEUP>;
43-
press-threshold-microvolt = <100000>;
43+
press-threshold-microvolt = <2000>;
4444
};
4545

4646
button-down {
4747
label = "Volume Down";
4848
linux,code = <KEY_VOLUMEDOWN>;
49-
press-threshold-microvolt = <600000>;
49+
press-threshold-microvolt = <300000>;
5050
};
5151
};
5252

0 commit comments

Comments
 (0)