-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare first round of input updates for 3.18.
- Loading branch information
Showing
10,023 changed files
with
444,120 additions
and
461,875 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 |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
*.gcno | ||
modules.builtin | ||
Module.symvers | ||
*.dwo | ||
|
||
# | ||
# Top-level generic files | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
What: /sys/bus/platform/devices/.../driver_override | ||
Date: April 2014 | ||
Contact: Kim Phillips <kim.phillips@freescale.com> | ||
Description: | ||
This file allows the driver for a device to be specified which | ||
will override standard OF, ACPI, ID table, and name matching. | ||
When specified, only a driver with a name matching the value | ||
written to driver_override will have an opportunity to bind | ||
to the device. The override is specified by writing a string | ||
to the driver_override file (echo vfio-platform > \ | ||
driver_override) and may be cleared with an empty string | ||
(echo > driver_override). This returns the device to standard | ||
matching rules binding. Writing to driver_override does not | ||
automatically unbind the device from its current driver or make | ||
any attempt to automatically load the specified driver. If no | ||
driver with a matching name is currently loaded in the kernel, | ||
the device will not bind to any driver. This also allows | ||
devices to opt-out of driver binding using a driver_override | ||
name such as "none". Only a single driver may be specified in | ||
the override, there is no support for parsing delimiters. |
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,47 @@ | ||
Link Layer Validation Device is a standard device for testing of Super | ||
Speed Link Layer tests. These nodes are available in sysfs only when lvs | ||
driver is bound with root hub device. | ||
|
||
What: /sys/bus/usb/devices/.../get_dev_desc | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Write to this node to issue "Get Device Descriptor" | ||
for Link Layer Validation device. It is needed for TD.7.06. | ||
|
||
What: /sys/bus/usb/devices/.../u1_timeout | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Set "U1 timeout" for the downstream port where Link Layer | ||
Validation device is connected. Timeout value must be between 0 | ||
and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. | ||
|
||
What: /sys/bus/usb/devices/.../u2_timeout | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Set "U2 timeout" for the downstream port where Link Layer | ||
Validation device is connected. Timeout value must be between 0 | ||
and 127. It is needed for TD.7.18, TD.7.19, TD.7.20 and TD.7.21. | ||
|
||
What: /sys/bus/usb/devices/.../hot_reset | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Write to this node to issue "Reset" for Link Layer Validation | ||
device. It is needed for TD.7.29, TD.7.31, TD.7.34 and TD.7.35. | ||
|
||
What: /sys/bus/usb/devices/.../u3_entry | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Write to this node to issue "U3 entry" for Link Layer | ||
Validation device. It is needed for TD.7.35 and TD.7.36. | ||
|
||
What: /sys/bus/usb/devices/.../u3_exit | ||
Date: March 2014 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
Write to this node to issue "U3 exit" for Link Layer | ||
Validation device. It is needed for TD.7.36. |
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,17 @@ | ||
What: /sys/class/iommu/<iommu>/devices/ | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU drivers are able to link devices managed by a | ||
given IOMMU here to allow association of IOMMU to | ||
device. | ||
|
||
What: /sys/devices/.../iommu | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU drivers are able to link the IOMMU for a | ||
given device here to allow association of device to | ||
IOMMU. |
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,14 @@ | ||
What: /sys/class/iommu/<iommu>/amd-iommu/cap | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
IOMMU capability header as documented in the AMD IOMMU | ||
specification. Format: %x | ||
|
||
What: /sys/class/iommu/<iommu>/amd-iommu/features | ||
Date: June 2014 | ||
KernelVersion: 3.17 | ||
Contact: Alex Williamson <alex.williamson@redhat.com> | ||
Description: | ||
Extended features of the IOMMU. Format: %llx |
Oops, something went wrong.