Skip to content

Commit 447212b

Browse files
committed
BackMerge tag 'v5.15' into drm-next
I got a drm-fixes which had some 5.15 stuff in it, so to avoid the mess just backmerge here. Linux 5.15 Signed-off-by: Dave Airlie <airlied@redhat.com>
2 parents 951bad0 + 8bb7eca commit 447212b

169 files changed

Lines changed: 1411 additions & 1073 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/userspace-api/ioctl/ioctl-number.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Code Seq# Include File Comments
104104
'8' all SNP8023 advanced NIC card
105105
<mailto:mcr@solidum.com>
106106
';' 64-7F linux/vfio.h
107+
'=' 00-3f uapi/linux/ptp_clock.h <mailto:richardcochran@gmail.com>
107108
'@' 00-0F linux/radeonfb.h conflict!
108109
'@' 00-0F drivers/video/aty/aty128fb.c conflict!
109110
'A' 00-1F linux/apm_bios.h conflict!

MAINTAINERS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5459,6 +5459,19 @@ F: include/net/devlink.h
54595459
F: include/uapi/linux/devlink.h
54605460
F: net/core/devlink.c
54615461

5462+
DH ELECTRONICS IMX6 DHCOM BOARD SUPPORT
5463+
M: Christoph Niedermaier <cniedermaier@dh-electronics.com>
5464+
L: kernel@dh-electronics.com
5465+
S: Maintained
5466+
F: arch/arm/boot/dts/imx6*-dhcom-*
5467+
5468+
DH ELECTRONICS STM32MP1 DHCOM/DHCOR BOARD SUPPORT
5469+
M: Marek Vasut <marex@denx.de>
5470+
L: kernel@dh-electronics.com
5471+
S: Maintained
5472+
F: arch/arm/boot/dts/stm32mp1*-dhcom-*
5473+
F: arch/arm/boot/dts/stm32mp1*-dhcor-*
5474+
54625475
DIALOG SEMICONDUCTOR DRIVERS
54635476
M: Support Opensource <support.opensource@diasemi.com>
54645477
S: Supported
@@ -11292,7 +11305,6 @@ F: Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
1129211305
F: drivers/net/ethernet/marvell/octeontx2/af/
1129311306

1129411307
MARVELL PRESTERA ETHERNET SWITCH DRIVER
11295-
M: Vadym Kochan <vkochan@marvell.com>
1129611308
M: Taras Chornyi <tchornyi@marvell.com>
1129711309
S: Supported
1129811310
W: https://github.com/Marvell-switching/switchdev-prestera

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
VERSION = 5
33
PATCHLEVEL = 15
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc7
6-
NAME = Opossums on Parade
5+
EXTRAVERSION =
6+
NAME = Trick or Treat
77

88
# *DOCUMENTATION*
99
# To see a list of typical targets execute "make help"

arch/arm/boot/dts/sun7i-a20-olinuxino-lime2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
pinctrl-names = "default";
113113
pinctrl-0 = <&gmac_rgmii_pins>;
114114
phy-handle = <&phy1>;
115-
phy-mode = "rgmii";
115+
phy-mode = "rgmii-id";
116116
status = "okay";
117117
};
118118

arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
pinctrl-0 = <&emac_rgmii_pins>;
7676
phy-supply = <&reg_gmac_3v3>;
7777
phy-handle = <&ext_rgmii_phy>;
78-
phy-mode = "rgmii";
78+
phy-mode = "rgmii-id";
7979
status = "okay";
8080
};
8181

arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-s.dts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
regulator-name = "rst-usb-eth2";
7171
pinctrl-names = "default";
7272
pinctrl-0 = <&pinctrl_usb_eth2>;
73-
gpio = <&gpio3 2 GPIO_ACTIVE_LOW>;
73+
gpio = <&gpio3 2 GPIO_ACTIVE_HIGH>;
74+
enable-active-high;
75+
regulator-always-on;
7476
};
7577

7678
reg_vdd_5v: regulator-5v {
@@ -95,7 +97,7 @@
9597
clocks = <&osc_can>;
9698
interrupt-parent = <&gpio4>;
9799
interrupts = <28 IRQ_TYPE_EDGE_FALLING>;
98-
spi-max-frequency = <100000>;
100+
spi-max-frequency = <10000000>;
99101
vdd-supply = <&reg_vdd_3v3>;
100102
xceiver-supply = <&reg_vdd_5v>;
101103
};
@@ -111,7 +113,7 @@
111113
&fec1 {
112114
pinctrl-names = "default";
113115
pinctrl-0 = <&pinctrl_enet>;
114-
phy-connection-type = "rgmii";
116+
phy-connection-type = "rgmii-rxid";
115117
phy-handle = <&ethphy>;
116118
status = "okay";
117119

arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@
9191
reg_vdd_soc: BUCK1 {
9292
regulator-name = "buck1";
9393
regulator-min-microvolt = <800000>;
94-
regulator-max-microvolt = <900000>;
94+
regulator-max-microvolt = <850000>;
9595
regulator-boot-on;
9696
regulator-always-on;
9797
regulator-ramp-delay = <3125>;
98+
nxp,dvs-run-voltage = <850000>;
99+
nxp,dvs-standby-voltage = <800000>;
98100
};
99101

100102
reg_vdd_arm: BUCK2 {
@@ -111,7 +113,7 @@
111113
reg_vdd_dram: BUCK3 {
112114
regulator-name = "buck3";
113115
regulator-min-microvolt = <850000>;
114-
regulator-max-microvolt = <900000>;
116+
regulator-max-microvolt = <950000>;
115117
regulator-boot-on;
116118
regulator-always-on;
117119
};
@@ -150,7 +152,7 @@
150152

151153
reg_vdd_snvs: LDO2 {
152154
regulator-name = "ldo2";
153-
regulator-min-microvolt = <850000>;
155+
regulator-min-microvolt = <800000>;
154156
regulator-max-microvolt = <900000>;
155157
regulator-boot-on;
156158
regulator-always-on;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,9 +2590,10 @@
25902590
power-domains = <&dispcc MDSS_GDSC>;
25912591

25922592
clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>,
2593+
<&gcc GCC_DISP_HF_AXI_CLK>,
25932594
<&gcc GCC_DISP_SF_AXI_CLK>,
25942595
<&dispcc DISP_CC_MDSS_MDP_CLK>;
2595-
clock-names = "iface", "nrt_bus", "core";
2596+
clock-names = "iface", "bus", "nrt_bus", "core";
25962597

25972598
assigned-clocks = <&dispcc DISP_CC_MDSS_MDP_CLK>;
25982599
assigned-clock-rates = <460000000>;

arch/arm64/net/bpf_jit_comp.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,11 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog)
11361136
return prog;
11371137
}
11381138

1139+
u64 bpf_jit_alloc_exec_limit(void)
1140+
{
1141+
return BPF_JIT_REGION_SIZE;
1142+
}
1143+
11391144
void *bpf_jit_alloc_exec(unsigned long size)
11401145
{
11411146
return __vmalloc_node_range(size, PAGE_SIZE, BPF_JIT_REGION_START,

arch/nds32/kernel/ftrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#ifndef CONFIG_DYNAMIC_FTRACE
88
extern void (*ftrace_trace_function)(unsigned long, unsigned long,
9-
struct ftrace_ops*, struct pt_regs*);
9+
struct ftrace_ops*, struct ftrace_regs*);
1010
extern void ftrace_graph_caller(void);
1111

1212
noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip,

0 commit comments

Comments
 (0)