-
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.
yaml --- r: 251883 b: refs/heads/master c: 20e0ec1 h: refs/heads/master i: 251881: d41ab8a 251879: 245225e v: v3
- Loading branch information
Linus Torvalds
committed
May 26, 2011
1 parent
c8c1cae
commit f9290d5
Showing
6,193 changed files
with
420,966 additions
and
365,217 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 43c640157d4366a3ea9ba01f903ea892f46376ee | ||
refs/heads/master: 20e0ec119b2c6cc412addefbe169f4f5e38701e8 |
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 was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
trunk/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-koneplus
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,10 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/startup_profile | ||
Date: October 2010 | ||
Contact: Stefan Achatz <erazor_de@users.sourceforge.net> | ||
Description: The integer value of this attribute ranges from 0-4. | ||
When read, this attribute returns the number of the actual | ||
profile. This value is persistent, so its equivalent to the | ||
profile that's active when the mouse is powered on next time. | ||
When written, this file sets the number of the startup profile | ||
and the mouse activates this profile immediately. | ||
Please use actual_profile, it does the same thing. |
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,10 @@ | ||
What: /sys/o2cb symlink | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: ocfs2-devel@oss.oracle.com | ||
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is | ||
removed when new versions of ocfs2-tools which know to look | ||
in /sys/fs/o2cb are sufficiently prevalent. Don't code new | ||
software to look here, it should try /sys/fs/o2cb instead. | ||
Users: ocfs2-tools. It's sufficient to mail proposed changes to | ||
ocfs2-devel@oss.oracle.com. |
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,31 @@ | ||
What: /sys/bus/bcma/devices/.../manuf | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
Each BCMA core has it's manufacturer id. See | ||
include/linux/bcma/bcma.h for possible values. | ||
|
||
What: /sys/bus/bcma/devices/.../id | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
There are a few types of BCMA cores, they can be identified by | ||
id field. | ||
|
||
What: /sys/bus/bcma/devices/.../rev | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
BCMA cores of the same type can still slightly differ depending | ||
on their revision. Use it for detailed programming. | ||
|
||
What: /sys/bus/bcma/devices/.../class | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <zajec5@gmail.com> | ||
Description: | ||
Each BCMA core is identified by few fields, including class it | ||
belongs to. See include/linux/bcma/bcma.h for possible values. |
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,58 @@ | ||
What: /sys/firmware/gsmi | ||
Date: March 2011 | ||
Contact: Mike Waychison <mikew@google.com> | ||
Description: | ||
Some servers used internally at Google have firmware | ||
that provides callback functionality via explicit SMI | ||
triggers. Some of the callbacks are similar to those | ||
provided by the EFI runtime services page, but due to | ||
historical reasons this different entry-point has been | ||
used. | ||
|
||
The gsmi driver implements the kernel's abstraction for | ||
these firmware callbacks. Currently, this functionality | ||
is limited to handling the system event log and getting | ||
access to EFI-style variables stored in nvram. | ||
|
||
Layout: | ||
|
||
/sys/firmware/gsmi/vars: | ||
|
||
This directory has the same layout (and | ||
underlying implementation as /sys/firmware/efi/vars. | ||
See Documentation/ABI/*/sysfs-firmware-efi-vars | ||
for more information on how to interact with | ||
this structure. | ||
|
||
/sys/firmware/gsmi/append_to_eventlog - write-only: | ||
|
||
This file takes a binary blob and passes it onto | ||
the firmware to be timestamped and appended to | ||
the system eventlog. The binary format is | ||
interpreted by the firmware and may change from | ||
platform to platform. The only kernel-enforced | ||
requirement is that the blob be prefixed with a | ||
32bit host-endian type used as part of the | ||
firmware call. | ||
|
||
/sys/firmware/gsmi/clear_config - write-only: | ||
|
||
Writing any value to this file will cause the | ||
entire firmware configuration to be reset to | ||
"factory defaults". Callers should assume that | ||
a reboot is required for the configuration to be | ||
cleared. | ||
|
||
/sys/firmware/gsmi/clear_eventlog - write-only: | ||
|
||
This file is used to clear out a portion/the | ||
whole of the system event log. Values written | ||
should be values between 1 and 100 inclusive (in | ||
ASCII) representing the fraction of the log to | ||
clear. Not all platforms support fractional | ||
clearing though, and this writes to this file | ||
will error out if the firmware doesn't like your | ||
submitted fraction. | ||
|
||
Callers should assume that a reboot is needed | ||
for this operation to complete. |
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/firmware/log | ||
Date: February 2011 | ||
Contact: Mike Waychison <mikew@google.com> | ||
Description: | ||
The /sys/firmware/log is a binary file that represents a | ||
read-only copy of the firmware's log if one is | ||
available. |
Oops, something went wrong.