-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic merge of 'master' into merge-test (2024-09-28 09:09)
- Loading branch information
Showing
4,643 changed files
with
181,915 additions
and
66,592 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
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
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
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,39 @@ | ||
What: /sys/kernel/debug/iio/iio:deviceX/calibration_table_dump | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
This dumps the calibration table that was filled during the | ||
digital interface tuning process. | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/in_voltage_test_mode_available | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
List all the available test tones: | ||
- off | ||
- midscale_short | ||
- pos_fullscale | ||
- neg_fullscale | ||
- checkerboard | ||
- prbs23 | ||
- prbs9 | ||
- one_zero_toggle | ||
- user | ||
- bit_toggle | ||
- sync | ||
- one_bit_high | ||
- mixed_bit_frequency | ||
- ramp | ||
|
||
Note that depending on the actual device being used, some of the | ||
above might not be available (and they won't be listed when | ||
reading the file). | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/in_voltageY_test_mode | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
Writing to this file will initiate one of available test tone on | ||
channel Y. Reading it, shows which test is running. In cases | ||
where an IIO backend is available and supports the test tone, | ||
additional information about the data correctness is given. |
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,20 @@ | ||
What: /sys/kernel/debug/iio/iio:deviceX/backendY/name | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
Name of Backend Y connected to device X. | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/backendY/direct_reg_access | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
Directly access the registers of backend Y. Typical usage is: | ||
|
||
Reading address 0x50 | ||
echo 0x50 > direct_reg_access | ||
cat direct_reg_access | ||
|
||
Writing address 0x50 | ||
echo 0x50 0x3 > direct_reg_access | ||
//readback address 0x50 | ||
cat direct_reg_access |
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 |
---|---|---|
|
@@ -151,3 +151,10 @@ Contact: Sergey Senozhatsky <[email protected]> | |
Description: | ||
The recompress file is write-only and triggers re-compression | ||
with secondary compression algorithms. | ||
|
||
What: /sys/block/zram<id>/algorithm_params | ||
Date: August 2024 | ||
Contact: Sergey Senozhatsky <[email protected]> | ||
Description: | ||
The algorithm_params file is write-only and is used to setup | ||
compression algorithm parameters. |
Oops, something went wrong.