-
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.
Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.or…
…g/~airlied/linux' This backmerges Linus' merge commit of the latest drm-fixes pull: commit 549f3a1 Merge: 42577ca 058ca4a Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Tue Jul 23 15:47:08 2013 -0700 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux We've accrued a few too many conflicts, but the real reason is that I want to merge the 100% solution for Haswell concurrent registers writes into drm-intel-next. But that depends upon the 90% bandaid merged into -fixes: commit a7cd1b8 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Jul 19 20:36:51 2013 +0100 drm/i915: Serialize almost all register access Also, we can roll up on accrued conflicts. Usually I'd backmerge a tagged -rc, but I want to get this done before heading off to vacations next week ;-) Conflicts: drivers/gpu/drm/i915/i915_dma.c drivers/gpu/drm/i915/i915_gem.c v2: For added hilarity we have a init sequence conflict around the gt_lock, so need to move that one, too. Spotted by Jani Nikula. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
- Loading branch information
Showing
9,143 changed files
with
670,130 additions
and
284,413 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
What: /config/usb-gadget | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
This group contains sub-groups corresponding to created | ||
USB gadgets. | ||
|
||
What: /config/usb-gadget/gadget | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
|
||
The attributes of a gadget: | ||
|
||
UDC - bind a gadget to UDC/unbind a gadget; | ||
write UDC's name found in /sys/class/udc/* | ||
to bind a gadget, empty string "" to unbind. | ||
|
||
bDeviceClass - USB device class code | ||
bDeviceSubClass - USB device subclass code | ||
bDeviceProtocol - USB device protocol code | ||
bMaxPacketSize0 - maximum endpoint 0 packet size | ||
bcdDevice - bcd device release number | ||
bcdUSB - bcd USB specification version number | ||
idProduct - product ID | ||
idVendor - vendor ID | ||
|
||
What: /config/usb-gadget/gadget/configs | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
This group contains a USB gadget's configurations | ||
|
||
What: /config/usb-gadget/gadget/configs/config | ||
Date: Jun 2013 | ||
KernelVersion: 3.11 | ||
Description: | ||
The attributes of a configuration: | ||
|
||
bmAttributes - configuration characteristics | ||
MaxPower - maximum power consumption from the bus | ||
|
||
What: /config/usb-gadget/gadget/configs/config/strings | ||
Date: Jun 2013 | ||
KernelVersion: 3.11 | ||
Description: | ||
This group contains subdirectories for language-specific | ||
strings for this configuration. | ||
|
||
What: /config/usb-gadget/gadget/configs/config/strings/language | ||
Date: Jun 2013 | ||
KernelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
configuration - configuration description | ||
|
||
|
||
What: /config/usb-gadget/gadget/functions | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
This group contains functions available to this USB gadget. | ||
|
||
What: /config/usb-gadget/gadget/strings | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
This group contains subdirectories for language-specific | ||
strings for this gadget. | ||
|
||
What: /config/usb-gadget/gadget/strings/language | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
serialnumber - gadget's serial number (string) | ||
product - gadget's product description | ||
manufacturer - gadget's manufacturer description | ||
|
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,8 @@ | ||
What: /config/usb-gadget/gadget/functions/acm.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
|
||
This item contains just one readonly attribute: port_num. | ||
It contains the port number of the /dev/ttyGS<n> device | ||
associated with acm function's instance "name". |
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: /config/usb-gadget/gadget/functions/ecm.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
ifname - network device interface name associated with | ||
this function instance | ||
qmult - queue length multiplier for high and | ||
super speed | ||
host_addr - MAC address of host's end of this | ||
Ethernet over USB link | ||
dev_addr - MAC address of device's end of this | ||
Ethernet over USB link | ||
|
||
|
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: /config/usb-gadget/gadget/functions/eem.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
ifname - network device interface name associated with | ||
this function instance | ||
qmult - queue length multiplier for high and | ||
super speed | ||
host_addr - MAC address of host's end of this | ||
Ethernet over USB link | ||
dev_addr - MAC address of device's end of this | ||
Ethernet over USB link |
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: /config/usb-gadget/gadget/functions/ncm.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
ifname - network device interface name associated with | ||
this function instance | ||
qmult - queue length multiplier for high and | ||
super speed | ||
host_addr - MAC address of host's end of this | ||
Ethernet over USB link | ||
dev_addr - MAC address of device's end of this | ||
Ethernet over USB link | ||
|
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: /config/usb-gadget/gadget/functions/obex.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
|
||
This item contains just one readonly attribute: port_num. | ||
It contains the port number of the /dev/ttyGS<n> device | ||
associated with obex function's instance "name". | ||
|
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,8 @@ | ||
What: /config/usb-gadget/gadget/functions/phonet.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
|
||
This item contains just one readonly attribute: ifname. | ||
It contains the network interface name assigned during | ||
network device registration. |
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: /config/usb-gadget/gadget/functions/rndis.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
ifname - network device interface name associated with | ||
this function instance | ||
qmult - queue length multiplier for high and | ||
super speed | ||
host_addr - MAC address of host's end of this | ||
Ethernet over USB link | ||
dev_addr - MAC address of device's end of this | ||
Ethernet over USB link |
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: /config/usb-gadget/gadget/functions/gser.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
|
||
This item contains just one readonly attribute: port_num. | ||
It contains the port number of the /dev/ttyGS<n> device | ||
associated with gser function's instance "name". | ||
|
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: /config/usb-gadget/gadget/functions/geth.name | ||
Date: Jun 2013 | ||
KenelVersion: 3.11 | ||
Description: | ||
The attributes: | ||
|
||
ifname - network device interface name associated with | ||
this function instance | ||
qmult - queue length multiplier for high and | ||
super speed | ||
host_addr - MAC address of host's end of this | ||
Ethernet over USB link | ||
dev_addr - MAC address of device's end of this | ||
Ethernet over USB link |
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,58 @@ | ||
What: /sys/bus/acpi/devices/.../path | ||
Date: December 2006 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute indicates the full path of ACPI namespace | ||
object associated with the device object. For example, | ||
\_SB_.PCI0. | ||
This file is not present for device objects representing | ||
fixed ACPI hardware features (like power and sleep | ||
buttons). | ||
|
||
What: /sys/bus/acpi/devices/.../modalias | ||
Date: July 2007 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute indicates the PNP IDs of the device object. | ||
That is acpi:HHHHHHHH:[CCCCCCC:]. Where each HHHHHHHH or | ||
CCCCCCCC contains device object's PNPID (_HID or _CID). | ||
|
||
What: /sys/bus/acpi/devices/.../hid | ||
Date: April 2005 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute indicates the hardware ID (_HID) of the | ||
device object. For example, PNP0103. | ||
This file is present for device objects having the _HID | ||
control method. | ||
|
||
What: /sys/bus/acpi/devices/.../description | ||
Date: October 2012 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute contains the output of the device object's | ||
_STR control method, if present. | ||
|
||
What: /sys/bus/acpi/devices/.../adr | ||
Date: October 2012 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute contains the output of the device object's | ||
_ADR control method, which is present for ACPI device | ||
objects representing devices having standard enumeration | ||
algorithms, such as PCI. | ||
|
||
What: /sys/bus/acpi/devices/.../uid | ||
Date: October 2012 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
This attribute contains the output of the device object's | ||
_UID control method, if present. | ||
|
||
What: /sys/bus/acpi/devices/.../eject | ||
Date: December 2006 | ||
Contact: Rafael J. Wysocki <rjw@rjwysocki.net> | ||
Description: | ||
Writing 1 to this attribute will trigger hot removal of | ||
this device object. This file exists for every device | ||
object that has _EJ0 method. |
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
Oops, something went wrong.