Skip to content

Commit afeea27

Browse files
committed
Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes
Let's start the drm-misc-next-fixes cycle. Signed-off-by: Maxime Ripard <[email protected]>
2 parents 539d33b + 896868e commit afeea27

File tree

11,262 files changed

+482458
-281708
lines changed

Some content is hidden

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

11,262 files changed

+482458
-281708
lines changed

.mailmap

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ Baolin Wang <[email protected]> <[email protected]>
9797
9898
9999
100+
101+
102+
103+
104+
100105
101106
102107
Bartosz Golaszewski <[email protected]> <[email protected]>
@@ -128,6 +133,7 @@ Bryan Tan <[email protected]> <[email protected]>
128133
129134
130135
136+
131137
132138
133139
@@ -304,6 +310,7 @@ Johan Hovold <[email protected]> <[email protected]>
304310
305311
306312
313+
307314
308315
309316
John Paul Adrian Glaubitz <[email protected]>
@@ -461,7 +468,8 @@ Nadia Yvette Chambers <[email protected]> William Lee Irwin III <wli@holomorphy
461468
462469
463470
464-
471+
472+
465473
466474
Nguyen Anh Quynh <[email protected]>
467475
@@ -512,6 +520,7 @@ Praveen BP <[email protected]>
512520
Pradeep Kumar Chitrapu <[email protected]> <[email protected]>
513521
514522
523+
515524
516525
517526
@@ -563,7 +572,7 @@ Sarangdhar Joshi <[email protected]>
563572
Sascha Hauer <[email protected]>
564573
565574
Sathishkumar Muruganandam <[email protected]> <[email protected]>
566-
575+
567576
S.Çağlar Onur <[email protected]>
568577
569578
Sean Christopherson <[email protected]> <[email protected]>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
What: /sys/firmware/efi/vars
2+
Date: April 2004, removed March 2023
3+
Description:
4+
This directory exposed interfaces for interacting with
5+
EFI variables. For more information on EFI variables,
6+
see 'Variable Services' in the UEFI specification
7+
(section 7.2 in specification version 2.3 Errata D).
8+
9+
The 'efivars' sysfs interface was removed in March of 2023,
10+
after being considered deprecated no later than September
11+
of 2020. Its functionality has been replaced by the
12+
'efivarfs' filesystem.

Documentation/ABI/stable/sysfs-block

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ Description:
101101
devices that support receiving integrity metadata.
102102

103103

104+
What: /sys/block/<disk>/partscan
105+
Date: May 2024
106+
Contact: Christoph Hellwig <[email protected]>
107+
Description:
108+
The /sys/block/<disk>/partscan files reports if partition
109+
scanning is enabled for the disk. It returns "1" if partition
110+
scanning is enabled, or "0" if not. The value type is a 32-bit
111+
unsigned integer, but only "0" and "1" are valid values.
112+
113+
104114
What: /sys/block/<disk>/<partition>/alignment_offset
105115
Date: April 2009
106116
Contact: Martin K. Petersen <[email protected]>
@@ -584,18 +594,6 @@ Description:
584594
the data. If no such restriction exists, this file will contain
585595
'0'. This file is writable for testing purposes.
586596

587-
588-
What: /sys/block/<disk>/queue/throttle_sample_time
589-
Date: March 2017
590-
591-
Description:
592-
[RW] This is the time window that blk-throttle samples data, in
593-
millisecond. blk-throttle makes decision based on the
594-
samplings. Lower time means cgroups have more smooth throughput,
595-
but higher CPU overhead. This exists only when
596-
CONFIG_BLK_DEV_THROTTLING_LOW is enabled.
597-
598-
599597
What: /sys/block/<disk>/queue/virt_boundary_mask
600598
Date: April 2021
601599

Documentation/ABI/stable/sysfs-bus-mhi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ Description: Initiates a SoC reset on the MHI controller. A SoC reset is
2929
This can be useful as a method of recovery if the device is
3030
non-responsive, or as a means of loading new firmware as a
3131
system administration task.
32+
33+
What: /sys/bus/mhi/devices/.../trigger_edl
34+
Date: April 2024
35+
KernelVersion: 6.10
36+
37+
Description: Writing a non-zero value to this file will force devices to
38+
enter EDL (Emergency Download) mode. This entry only exists for
39+
devices capable of entering the EDL mode using the standard EDL
40+
triggering mechanism defined in the MHI spec v1.2. Once in EDL
41+
mode, the flash programmer image can be downloaded to the
42+
device to enter the flash programmer execution environment.
43+
This can be useful if user wants to use QDL (Qualcomm Download,
44+
which is used to download firmware over EDL) to update firmware.

Documentation/ABI/stable/sysfs-firmware-efi-vars

Lines changed: 0 additions & 79 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
What: /sys/kernel/debug/msi-wmi-platform-<wmi_device_name>/*
2+
Date: April 2024
3+
KernelVersion: 6.10
4+
Contact: Armin Wolf <[email protected]>
5+
Description:
6+
This file allows to execute the associated WMI method with the same name.
7+
8+
To start the execution, write a buffer containing the method arguments
9+
at file offset 0. Partial writes or writes at a different offset are not
10+
supported.
11+
12+
The buffer returned by the WMI method can then be read from the file.
13+
14+
See Documentation/wmi/devices/msi-wmi-platform.rst for details.

Documentation/ABI/testing/sysfs-bus-coresight-devices-etm3x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Contact: Mathieu Poirier <[email protected]>
2222
Description: (RW) Used in conjunction with @addr_idx. Specifies
2323
characteristics about the address comparator being configure,
2424
for example the access type, the kind of instruction to trace,
25-
processor contect ID to trigger on, etc. Individual fields in
25+
processor context ID to trigger on, etc. Individual fields in
2626
the access type register may vary on the version of the trace
2727
entity.
2828

Documentation/ABI/testing/sysfs-bus-coresight-devices-tmc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Date: August 2023
9797
KernelVersion: 6.7
9898
Contact: Anshuman Khandual <[email protected]>
9999
Description: (Read) Shows all supported Coresight TMC-ETR buffer modes available
100-
for the users to configure explicitly. This file is avaialble only
100+
for the users to configure explicitly. This file is available only
101101
for TMC ETR devices.
102102

103103
What: /sys/bus/coresight/devices/<memory_map>.tmc/buf_mode_preferred

Documentation/ABI/testing/sysfs-bus-coresight-devices-tpdm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ KernelVersion 6.9
244244
Contact: Jinlong Mao (QUIC) <[email protected]>, Tao Zhang (QUIC) <[email protected]>
245245
Description:
246246
(RW) Read or write the status of timestamp upon all interface.
247-
Only value 0 and 1 can be written to this node. Set this node to 1 to requeset
247+
Only value 0 and 1 can be written to this node. Set this node to 1 to request
248248
timestamp to all trace packet.
249249
Accepts only one of the 2 values - 0 or 1.
250250
0 : Disable the timestamp of all trace packets.

Documentation/ABI/testing/sysfs-bus-event_source-devices-events

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ Description: Per-pmu performance monitoring events specific to the running syste
3737
performance monitoring event supported by the <pmu>. The name
3838
of the file is the name of the event.
3939

40+
As performance monitoring event names are case
41+
insensitive in the perf tool, the perf tool only looks
42+
for lower or upper case event names in sysfs to avoid
43+
scanning the directory. It is therefore required the
44+
name of the event here is either lower or upper case.
45+
4046
File contents:
4147

4248
<term>[=<value>][,<term>[=<value>]]...

0 commit comments

Comments
 (0)