Skip to content

Commit d15beab

Browse files
committed
Merge remote-tracking branch 'stable/linux-6.12.y' into rpi-6.12.y
2 parents a7a584f + 23fdf46 commit d15beab

515 files changed

Lines changed: 5502 additions & 3052 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/devicetree/bindings/pwm/adi,axi-pwmgen.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,31 @@ properties:
2727
maxItems: 1
2828

2929
"#pwm-cells":
30-
const: 2
30+
const: 3
3131

3232
clocks:
33-
maxItems: 1
33+
minItems: 1
34+
maxItems: 2
35+
36+
clock-names:
37+
minItems: 1
38+
items:
39+
- const: axi
40+
- const: ext
3441

3542
required:
3643
- reg
3744
- clocks
45+
- clock-names
3846

3947
unevaluatedProperties: false
4048

4149
examples:
4250
- |
4351
pwm@44b00000 {
44-
compatible = "adi,axi-pwmgen-2.00.a";
45-
reg = <0x44b00000 0x1000>;
46-
clocks = <&spi_clk>;
47-
#pwm-cells = <2>;
52+
compatible = "adi,axi-pwmgen-2.00.a";
53+
reg = <0x44b00000 0x1000>;
54+
clocks = <&fpga_clk>, <&spi_clk>;
55+
clock-names = "axi", "ext";
56+
#pwm-cells = <3>;
4857
};

Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ additionalProperties: false
3535
examples:
3636
- |
3737
pwm: pwm@f0408000 {
38-
compatible = "brcm,bcm7038-pwm";
39-
reg = <0xf0408000 0x28>;
40-
#pwm-cells = <2>;
41-
clocks = <&upg_fixed>;
38+
compatible = "brcm,bcm7038-pwm";
39+
reg = <0xf0408000 0x28>;
40+
#pwm-cells = <2>;
41+
clocks = <&upg_fixed>;
4242
};

Documentation/devicetree/bindings/pwm/brcm,kona-pwm.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ examples:
4343
#include <dt-bindings/clock/bcm281xx.h>
4444
4545
pwm@3e01a000 {
46-
compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
47-
reg = <0x3e01a000 0xcc>;
48-
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_PWM>;
49-
#pwm-cells = <3>;
46+
compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
47+
reg = <0x3e01a000 0xcc>;
48+
clocks = <&slave_ccu BCM281XX_SLAVE_CCU_PWM>;
49+
#pwm-cells = <3>;
5050
};
5151
...

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/soc/fsl/fsl,qman-fqd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ required:
5050
- compatible
5151

5252
allOf:
53-
- $ref: reserved-memory.yaml
53+
- $ref: /schemas/reserved-memory/reserved-memory.yaml
5454

5555
unevaluatedProperties: false
5656

@@ -61,7 +61,7 @@ examples:
6161
#size-cells = <2>;
6262
6363
qman-fqd {
64-
compatible = "shared-dma-pool";
64+
compatible = "fsl,qman-fqd";
6565
size = <0 0x400000>;
6666
alignment = <0 0x400000>;
6767
no-map;

Documentation/devicetree/bindings/vendor-prefixes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,8 @@ patternProperties:
852852
description: Linux-specific binding
853853
"^linx,.*":
854854
description: Linx Technologies
855+
"^liontron,.*":
856+
description: Shenzhen Liontron Technology Co., Ltd
855857
"^liteon,.*":
856858
description: LITE-ON Technology Corp.
857859
"^litex,.*":

Documentation/gpu/xe/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DG2, etc is provided to prototype the driver.
1616
xe_migrate
1717
xe_cs
1818
xe_pm
19+
xe_gt_freq
1920
xe_pcode
2021
xe_gt_mcr
2122
xe_wa
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
3+
==========================
4+
Xe GT Frequency Management
5+
==========================
6+
7+
.. kernel-doc:: drivers/gpu/drm/xe/xe_gt_freq.c
8+
:doc: Xe GT Frequency Management
9+
10+
Internal API
11+
============
12+
13+
.. kernel-doc:: drivers/gpu/drm/xe/xe_gt_freq.c
14+
:internal:

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 = 12
4-
SUBLEVEL = 33
4+
SUBLEVEL = 34
55
EXTRAVERSION =
66
NAME = Baby Opossum Posse
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;

0 commit comments

Comments
 (0)