Skip to content

Commit 5603eff

Browse files
committed
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
We were stuck on rc2, should at least attempt to track drm-fixes slightly. Signed-off-by: Maarten Lankhorst <[email protected]>
2 parents b89ce11 + 09a9639 commit 5603eff

File tree

1,110 files changed

+12237
-7521
lines changed

Some content is hidden

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

1,110 files changed

+12237
-7521
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ modules.order
7878
# RPM spec file (make rpm-pkg)
7979
#
8080
/*.spec
81+
/rpmbuild/
8182

8283
#
8384
# Debian directory (make deb-pkg)

.mailmap

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Alexander Lobakin <[email protected]> <[email protected]>
2828
Alexander Mikhalitsyn <[email protected]> <[email protected]>
2929
Alexander Mikhalitsyn <[email protected]> <[email protected]>
3030
31+
3132
Alexei Starovoitov <[email protected]> <[email protected]>
3233
Alexei Starovoitov <[email protected]> <[email protected]>
3334
Alexei Starovoitov <[email protected]> <[email protected]>
@@ -121,7 +122,7 @@ Dengcheng Zhu <[email protected]> <[email protected]>
121122
122123
123124
124-
Dikshita Agarwal <[email protected].com> <[email protected]>
125+
Dikshita Agarwal <quic_dikshita@quicinc.com> <[email protected]>
125126
Dmitry Baryshkov <[email protected]>
126127
Dmitry Baryshkov <[email protected]> <[[email protected]]>
127128
@@ -132,6 +133,8 @@ Dmitry Safonov <[email protected]> <[email protected]>
132133
Domen Puncer <[email protected]>
133134
Douglas Gilbert <[email protected]>
134135
Ed L. Cashin <[email protected]>
136+
Enric Balletbo i Serra <[email protected]> <[email protected]>
137+
Enric Balletbo i Serra <[email protected]> <[email protected]>
135138
136139
137140
Evgeniy Polyakov <[email protected]>
@@ -194,6 +197,7 @@ Jan Glauber <[email protected]> <[email protected]>
194197
195198
196199
200+
197201
198202
199203
@@ -213,6 +217,9 @@ Jens Axboe <[email protected]>
213217
Jens Osterkamp <[email protected]>
214218
215219
220+
221+
222+
216223
217224
218225
@@ -258,7 +265,9 @@ Krzysztof Kozlowski <[email protected]> <[email protected]>
258265
Krzysztof Kozlowski <[email protected]> <[email protected]>
259266
Kuninori Morimoto <[email protected]>
260267
268+
Leonard Crestez <[email protected]> Leonard Crestez <[email protected]>
261269
270+
Leonard Göhrs <[email protected]>
262271
Leonid I Ananiev <[email protected]>
263272
264273
@@ -374,6 +383,7 @@ Quentin Monnet <[email protected]> <[email protected]>
374383
375384
376385
386+
377387
Rajesh Shah <[email protected]>
378388
Ralf Baechle <[email protected]>
379389
Ralf Wildenhues <[email protected]>
@@ -382,6 +392,9 @@ Rémi Denis-Courmont <[email protected]>
382392
383393
Ricardo Ribalda <[email protected]> Ricardo Ribalda Delgado <[email protected]>
384394
395+
396+
397+
385398
386399
387400
@@ -392,6 +405,7 @@ Ross Zwisler <[email protected]> <[email protected]>
392405
Rudolf Marek <[email protected]>
393406
Rui Saraiva <[email protected]>
394407
Sachin P Sant <[email protected]>
408+
Sai Prakash Ranjan <[email protected]> <[email protected]>
395409
396410
Sam Ravnborg <[email protected]>
397411
Sankeerth Billakanti <[email protected]> <[email protected]>
@@ -432,6 +446,10 @@ Thomas Graf <[email protected]>
432446
433447
Thomas Pedersen <[email protected]>
434448
449+
450+
451+
452+
435453
436454
Tony Luck <[email protected]>
437455

Documentation/admin-guide/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ problems and bugs in particular.
3636

3737
reporting-issues
3838
reporting-regressions
39-
security-bugs
4039
bug-hunting
4140
bug-bisect
4241
tainted-kernels

Documentation/admin-guide/reporting-issues.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ might want to be aware of; it for example explains how to add your issue to the
395395
list of tracked regressions, to ensure it won't fall through the cracks.
396396

397397
What qualifies as security issue is left to your judgment. Consider reading
398-
Documentation/admin-guide/security-bugs.rst before proceeding, as it
398+
Documentation/process/security-bugs.rst before proceeding, as it
399399
provides additional details how to best handle security issues.
400400

401401
An issue is a 'really severe problem' when something totally unacceptably bad
@@ -1269,7 +1269,7 @@ them when sending the report by mail. If you filed it in a bug tracker, forward
12691269
the report's text to these addresses; but on top of it put a small note where
12701270
you mention that you filed it with a link to the ticket.
12711271

1272-
See Documentation/admin-guide/security-bugs.rst for more information.
1272+
See Documentation/process/security-bugs.rst for more information.
12731273

12741274

12751275
Duties after the report went out

Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ properties:
7676
If "broken-flash-reset" is present then having this property does not
7777
make any difference.
7878

79+
spi-cpol: true
80+
spi-cpha: true
81+
82+
dependencies:
83+
spi-cpol: [ spi-cpha ]
84+
spi-cpha: [ spi-cpol ]
85+
7986
unevaluatedProperties: false
8087

8188
examples:

Documentation/devicetree/bindings/pinctrl/qcom,sm8550-lpass-lpi-pinctrl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ $defs:
9696
2: Lower Slew rate (slower edges)
9797
3: Reserved (No adjustments)
9898
99+
bias-bus-hold: true
99100
bias-pull-down: true
100101
bias-pull-up: true
101102
bias-disable: true
103+
input-enable: true
102104
output-high: true
103105
output-low: true
104106

Documentation/devicetree/bindings/serial/renesas,scif.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ properties:
9292
- description: Error interrupt
9393
- description: Receive buffer full interrupt
9494
- description: Transmit buffer empty interrupt
95-
- description: Transmit End interrupt
95+
- description: Break interrupt
9696
- items:
9797
- description: Error interrupt
9898
- description: Receive buffer full interrupt
@@ -107,7 +107,7 @@ properties:
107107
- const: eri
108108
- const: rxi
109109
- const: txi
110-
- const: tei
110+
- const: bri
111111
- items:
112112
- const: eri
113113
- const: rxi

Documentation/driver-api/vfio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ group and can access them as follows::
242242
VFIO User API
243243
-------------------------------------------------------------------------------
244244

245-
Please see include/linux/vfio.h for complete API documentation.
245+
Please see include/uapi/linux/vfio.h for complete API documentation.
246246

247247
VFIO bus driver API
248248
-------------------------------------------------------------------------------

Documentation/filesystems/vfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ defined:
12221222
return
12231223
-ECHILD and it will be called again in ref-walk mode.
12241224

1225-
``_weak_revalidate``
1225+
``d_weak_revalidate``
12261226
called when the VFS needs to revalidate a "jumped" dentry. This
12271227
is called when a path-walk ends at dentry that was not acquired
12281228
by doing a lookup in the parent directory. This includes "/",

Documentation/firmware-guide/acpi/enumeration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ possible we decided to do following:
1919
platform devices.
2020

2121
- Devices behind real busses where there is a connector resource
22-
are represented as struct spi_device or struct i2c_device. Note
22+
are represented as struct spi_device or struct i2c_client. Note
2323
that standard UARTs are not busses so there is no struct uart_device,
2424
although some of them may be represented by struct serdev_device.
2525

0 commit comments

Comments
 (0)