forked from thesofproject/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request thesofproject#5259 from bardliao/merge/sound-upstr…
…eam-20241203 Merge/sound upstream 20241203
- Loading branch information
Showing
13,782 changed files
with
525,536 additions
and
349,315 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
check-private-items = true | ||
|
||
disallowed-macros = [ | ||
# The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate | ||
# it here, see: https://github.com/rust-lang/rust-clippy/issues/11303. | ||
{ path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ Alan Cox <[email protected]> | |
Christoph Hellwig <[email protected]> | ||
Jeff Kirsher <[email protected]> | ||
Marc Gonzalez <[email protected]> | ||
Ralf Baechle <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,6 +185,11 @@ P: 1024/AF7B30C1 CF 97 C2 CC 6D AE A7 FE C8 BA 9C FC 88 DE 32 C3 | |
D: Linux/MIPS port | ||
D: Linux/68k hacker | ||
D: AX25 maintainer | ||
D: EDAC-CAVIUM OCTEON maintainer | ||
D: IOC3 ETHERNET DRIVER maintainer | ||
D: NETROM NETWORK LAYER maintainer | ||
D: ROSE NETWORK LAYER maintainer | ||
D: TURBOCHANNEL SUBSYSTEM maintainer | ||
S: Hauptstrasse 19 | ||
S: 79837 St. Blasien | ||
S: Germany | ||
|
@@ -574,6 +579,9 @@ N: Zach Brown | |
E: [email protected] | ||
D: maestro pci sound | ||
|
||
N: Zefan Li | ||
D: Contribution to control group stuff | ||
|
||
N: David Brownell | ||
D: Kernel engineer, mentor, and friend. Maintained USB EHCI and | ||
D: gadget layers, SPI subsystem, GPIO subsystem, and more than a few | ||
|
@@ -1204,6 +1212,10 @@ S: Dreisbachstrasse 24 | |
S: D-57250 Netphen | ||
S: Germany | ||
|
||
N: Florian Fainelli | ||
E: [email protected] | ||
D: DSA | ||
|
||
N: Rik Faith | ||
E: [email protected] | ||
D: Future Domain TMC-16x0 SCSI driver (author) | ||
|
@@ -3791,6 +3803,10 @@ S: Department of Zoology, University of Washington | |
S: Seattle, WA 98195-1800 | ||
S: USA | ||
|
||
N: York Sun | ||
E: [email protected] | ||
D: Freescale DDR EDAC | ||
|
||
N: Eugene Surovegin | ||
E: [email protected] | ||
W: https://kernel.ebshome.net/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
What: /sys/fs/selinux/user | ||
Date: April 2005 (predates git) | ||
KernelVersion: 2.6.12-rc2 (predates git) | ||
Contact: [email protected] | ||
Description: | ||
|
||
The selinuxfs "user" node allows userspace to request a list | ||
of security contexts that can be reached for a given SELinux | ||
user from a given starting context. This was used by libselinux | ||
when various login-style programs requested contexts for | ||
users, but libselinux stopped using it in 2020. | ||
Kernel support will be removed no sooner than Dec 2025. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -424,6 +424,13 @@ Description: | |
[RW] This file is used to control (on/off) the iostats | ||
accounting of the disk. | ||
|
||
What: /sys/block/<disk>/queue/iostats_passthrough | ||
Date: October 2024 | ||
Contact: [email protected] | ||
Description: | ||
[RW] This file is used to control (on/off) the iostats | ||
accounting of the disk for passthrough commands. | ||
|
||
|
||
What: /sys/block/<disk>/queue/logical_block_size | ||
Date: May 2009 | ||
|
@@ -594,6 +601,9 @@ Description: | |
[RW] Maximum number of kilobytes to read-ahead for filesystems | ||
on this block device. | ||
|
||
For MADV_HUGEPAGE, the readahead size may exceed this setting | ||
since its granularity is based on the hugepage size. | ||
|
||
|
||
What: /sys/block/<disk>/queue/rotational | ||
Date: January 2009 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -184,3 +184,10 @@ Date: Apr 2020 | |
Contact: [email protected] | ||
Description: Dump the total number of time out requests. | ||
Available for both PF and VF, and take no other effect on HPRE. | ||
|
||
What: /sys/kernel/debug/hisi_hpre/<bdf>/cap_regs | ||
Date: Oct 2024 | ||
Contact: [email protected] | ||
Description: Dump the values of the qm and hpre capability bit registers and | ||
support the query of device specifications to facilitate fault locating. | ||
Available for both PF and VF, and take no other effect on HPRE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/dev_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Read the configuration data and some status data | ||
required for device live migration. These data include device | ||
status data, queue configuration data, some task configuration | ||
data and device attribute data. The output format of the data | ||
is defined by the live migration driver. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/migf_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Read the data from the last completed live migration. | ||
This data includes the same device status data as in "dev_data". | ||
The migf_data is the dev_data that is migrated. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/cmd_state | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <[email protected]> | ||
Description: Used to obtain the device command sending and receiving | ||
channel status. Returns failure or success logs based on the | ||
results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,3 +157,10 @@ Contact: [email protected] | |
Description: Dump the total number of completed but marked error requests | ||
to be received. | ||
Available for both PF and VF, and take no other effect on SEC. | ||
|
||
What: /sys/kernel/debug/hisi_sec2/<bdf>/cap_regs | ||
Date: Oct 2024 | ||
Contact: [email protected] | ||
Description: Dump the values of the qm and sec capability bit registers and | ||
support the query of device specifications to facilitate fault locating. | ||
Available for both PF and VF, and take no other effect on SEC. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,3 +158,10 @@ Contact: [email protected] | |
Description: Dump the total number of BD type error requests | ||
to be received. | ||
Available for both PF and VF, and take no other effect on ZIP. | ||
|
||
What: /sys/kernel/debug/hisi_zip/<bdf>/cap_regs | ||
Date: Oct 2024 | ||
Contact: [email protected] | ||
Description: Dump the values of the qm and zip capability bit registers and | ||
support the query of device specifications to facilitate fault locating. | ||
Available for both PF and VF, and take no other effect on ZIP. |
25 changes: 25 additions & 0 deletions
25
Documentation/ABI/testing/sysfs-bus-event_source-devices-vpa-pmu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/bus/event_source/devices/vpa_pmu/format | ||
Date: November 2024 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: Read-only. Attribute group to describe the magic bits | ||
that go into perf_event_attr.config for a particular pmu. | ||
(See ABI/testing/sysfs-bus-event_source-devices-format). | ||
|
||
Each attribute under this group defines a bit range of the | ||
perf_event_attr.config. Supported attribute are listed | ||
below:: | ||
|
||
event = "config:0-31" - event ID | ||
|
||
For example:: | ||
|
||
l1_to_l2_lat = "event=0x1" | ||
|
||
What: /sys/bus/event_source/devices/vpa_pmu/events | ||
Date: November 2024 | ||
Contact: Linux on PowerPC Developer List <[email protected]> | ||
Description: Read-only. Attribute group to describe performance monitoring | ||
events for the Virtual Processor Area events. Each attribute | ||
in this group describes a single performance monitoring event | ||
supported by vpa_pmu. The name of the file is the name of | ||
the event (See ABI/testing/sysfs-bus-event_source-devices-events). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2268,6 +2268,30 @@ Description: | |
An example format is 16-bytes, 2-digits-per-byte, HEX-string | ||
representing the sensor unique ID number. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/filter_type_available | ||
What: /sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_filter_mode_available | ||
KernelVersion: 6.1 | ||
Contact: [email protected] | ||
Description: | ||
Reading returns a list with the possible filter modes. Options | ||
for the attribute: | ||
|
||
* "sinc3" - The digital sinc3 filter. Moderate 1st | ||
conversion time. Good noise performance. | ||
* "sinc4" - Sinc 4. Excellent noise performance. Long | ||
1st conversion time. | ||
* "sinc5" - The digital sinc5 filter. Excellent noise | ||
performance | ||
* "sinc4+sinc1" - Sinc4 + averaging by 8. Low 1st conversion | ||
time. | ||
* "sinc3+rej60" - Sinc3 + 60Hz rejection. | ||
* "sinc3+sinc1" - Sinc3 + averaging by 8. Low 1st conversion | ||
time. | ||
* "sinc3+pf1" - Sinc3 + device specific Post Filter 1. | ||
* "sinc3+pf2" - Sinc3 + device specific Post Filter 2. | ||
* "sinc3+pf3" - Sinc3 + device specific Post Filter 3. | ||
* "sinc3+pf4" - Sinc3 + device specific Post Filter 4. | ||
|
||
What: /sys/.../events/in_proximity_thresh_either_runningperiod | ||
KernelVersion: 6.6 | ||
Contact: [email protected] | ||
|
@@ -2339,3 +2363,11 @@ KernelVersion: 6.10 | |
Contact: [email protected] | ||
Description: | ||
The value of current sense resistor in Ohms. | ||
|
||
What: /sys/.../iio:deviceX/in_attention_input | ||
KernelVersion: 6.13 | ||
Contact: [email protected] | ||
Description: | ||
Value representing the user's attention to the system expressed | ||
in units as percentage. This usually means if the user is | ||
looking at the screen or not. |
Oops, something went wrong.