forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6,141 changed files
with
288,621 additions
and
119,084 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| What: /sys/bus/mhi/devices/.../serialnumber | ||
| Date: Sept 2020 | ||
| KernelVersion: 5.10 | ||
| Contact: Bhaumik Bhatt <bbhatt@codeaurora.org> | ||
| Description: The file holds the serial number of the client device obtained | ||
| using a BHI (Boot Host Interface) register read after at least | ||
| one attempt to power up the device has been done. If read | ||
| without having the device power on at least once, the file will | ||
| read all 0's. | ||
| Users: Any userspace application or clients interested in device info. | ||
|
|
||
| What: /sys/bus/mhi/devices/.../oem_pk_hash | ||
| Date: Sept 2020 | ||
| KernelVersion: 5.10 | ||
| Contact: Bhaumik Bhatt <bbhatt@codeaurora.org> | ||
| Description: The file holds the OEM PK Hash value of the endpoint device | ||
| obtained using a BHI (Boot Host Interface) register read after | ||
| at least one attempt to power up the device has been done. If | ||
| read without having the device power on at least once, the file | ||
| will read all 0's. | ||
| Users: Any userspace application or clients interested in device info. |
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,15 @@ | ||
| What: /sys/bus/dfl/devices/dfl_dev.X/type | ||
| Date: Aug 2020 | ||
| KernelVersion: 5.10 | ||
| Contact: Xu Yilun <yilun.xu@intel.com> | ||
| Description: Read-only. It returns type of DFL FIU of the device. Now DFL | ||
| supports 2 FIU types, 0 for FME, 1 for PORT. | ||
| Format: 0x%x | ||
|
|
||
| What: /sys/bus/dfl/devices/dfl_dev.X/feature_id | ||
| Date: Aug 2020 | ||
| KernelVersion: 5.10 | ||
| Contact: Xu Yilun <yilun.xu@intel.com> | ||
| Description: Read-only. It returns feature identifier local to its DFL FIU | ||
| type. | ||
| Format: 0x%x |
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,7 @@ | ||
| What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak" | ||
| KernelVersion: | ||
| Contact: linux-iio@vger.kernel.org | ||
| Description: | ||
| The adxl372 accelerometer kernel module provides an additional trigger, | ||
| which sets the device in a mode in which it will record only the peak acceleration | ||
| sensed over the set period of time in the events sysfs. |
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 @@ | ||
| What: /sys/bus/iio/devices/iio:deviceX/out_current_heater_raw | ||
| What: /sys/bus/iio/devices/iio:deviceX/out_current_heater_raw_available | ||
| KernelVersion: 5.3.8 | ||
| Contact: linux-iio@vger.kernel.org | ||
| Description: | ||
| Controls the heater device within the humidity sensor to get | ||
| rid of excess condensation. | ||
|
|
||
| Valid control values are 0 = OFF, and 1 = ON. |
File renamed without changes.
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,16 @@ | ||
| What: /sys/devices/pci0000:00/<dev>/fw_version | ||
| Date: September 2020 | ||
| Contact: Cezary Rojewski <cezary.rojewski@intel.com> | ||
| Description: | ||
| Version of AudioDSP firmware ASoC catpt driver is | ||
| communicating with. | ||
| Format: %d.%d.%d.%d, type:major:minor:build. | ||
|
|
||
| What: /sys/devices/pci0000:00/<dev>/fw_info | ||
| Date: September 2020 | ||
| Contact: Cezary Rojewski <cezary.rojewski@intel.com> | ||
| Description: | ||
| Detailed AudioDSP firmware build information including | ||
| build hash and log-providers hash. This information is | ||
| obtained during initial handshake with firmware. | ||
| Format: %s. |
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
Oops, something went wrong.