forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes after downstream PR. No conflicts and no adjacent changes. Signed-off-by: Paolo Abeni <pabeni@redhat.com>
- Loading branch information
Showing
9,457 changed files
with
376,298 additions
and
172,923 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
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: linux-iio@vger.kernel.org | ||
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: linux-iio@vger.kernel.org | ||
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: linux-iio@vger.kernel.org | ||
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: linux-iio@vger.kernel.org | ||
Description: | ||
Name of Backend Y connected to device X. | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/backendY/direct_reg_access | ||
KernelVersion: 6.11 | ||
Contact: linux-iio@vger.kernel.org | ||
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 |
Oops, something went wrong.