forked from torvalds/linux
-
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 branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-26…
…39/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2c
- Loading branch information
Showing
5,105 changed files
with
346,431 additions
and
337,648 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 |
---|---|---|
|
@@ -328,7 +328,7 @@ S: Haifa, Israel | |
N: Johannes Berg | ||
E: [email protected] | ||
W: http://johannes.sipsolutions.net/ | ||
P: 1024D/9AB78CA5 AD02 0176 4E29 C137 1DF6 08D2 FC44 CF86 9AB7 8CA5 | ||
P: 4096R/7BF9099A C0EB C440 F6DA 091C 884D 8532 E0F3 73F3 7BF9 099A | ||
D: powerpc & 802.11 hacker | ||
|
||
N: Stephen R. van den Berg (AKA BuGless) | ||
|
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
10 changes: 10 additions & 0 deletions
10
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 <[email protected]> | ||
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,31 @@ | ||
What: /sys/bus/bcma/devices/.../manuf | ||
Date: May 2011 | ||
KernelVersion: 2.6.40 | ||
Contact: Rafał Miłecki <[email protected]> | ||
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 <[email protected]> | ||
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 <[email protected]> | ||
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 <[email protected]> | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,15 @@ Description: | |
hot-remove the PCI device and any of its children. | ||
Depends on CONFIG_HOTPLUG. | ||
|
||
What: /sys/bus/pci/devices/.../pci_bus/.../rescan | ||
Date: May 2011 | ||
Contact: Linux PCI developers <[email protected]> | ||
Description: | ||
Writing a non-zero value to this attribute will | ||
force a rescan of the bus and all child buses, | ||
and re-discover devices removed earlier from this | ||
part of the device tree. Depends on CONFIG_HOTPLUG. | ||
|
||
What: /sys/bus/pci/devices/.../rescan | ||
Date: January 2009 | ||
Contact: Linux PCI developers <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -183,21 +183,21 @@ Description: Discover and change clock speed of CPUs | |
to learn how to control the knobs. | ||
|
||
|
||
What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X | ||
Date: August 2008 | ||
What: /sys/devices/system/cpu/cpu*/cache/index3/cache_disable_{0,1} | ||
Date: August 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: [email protected] | ||
Description: These files exist in every cpu's cache index directories. | ||
There are currently 2 cache_disable_# files in each | ||
directory. Reading from these files on a supported | ||
processor will return that cache disable index value | ||
for that processor and node. Writing to one of these | ||
files will cause the specificed cache index to be disabled. | ||
|
||
Currently, only AMD Family 10h Processors support cache index | ||
disable, and only for their L3 caches. See the BIOS and | ||
Kernel Developer's Guide at | ||
http://support.amd.com/us/Embedded_TechDocs/31116-Public-GH-BKDG_3-28_5-28-09.pdf | ||
for formatting information and other details on the | ||
cache index disable. | ||
Users: joachim.deguara@amd.com | ||
Contact: [email protected] | ||
Description: Disable L3 cache indices | ||
|
||
These files exist in every CPU's cache/index3 directory. Each | ||
cache_disable_{0,1} file corresponds to one disable slot which | ||
can be used to disable a cache index. Reading from these files | ||
on a processor with this functionality will return the currently | ||
disabled index for that node. There is one L3 structure per | ||
node, or per internal node on MCM machines. Writing a valid | ||
index to one of these files will cause the specificed cache | ||
index to be disabled. | ||
|
||
All AMD processors with L3 caches provide this functionality. | ||
For details, see BKDGs at | ||
http://developer.amd.com/documentation/guides/Pages/default.aspx |
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,9 +1,12 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/actual_profile | ||
Date: October 2010 | ||
Contact: Stefan Achatz <[email protected]> | ||
Description: When read, this file returns the number of the actual profile in | ||
range 0-4. | ||
This file is readonly. | ||
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. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/firmware_version | ||
|
@@ -89,16 +92,6 @@ Description: The mouse has a tracking- and a distance-control-unit. These | |
This file is writeonly. | ||
Users: http://roccat.sourceforge.net | ||
|
||
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 <[email protected]> | ||
Description: The integer value of this attribute ranges from 0-4. | ||
When read, this attribute returns the number of the profile | ||
that's active when the mouse is powered on. | ||
When written, this file sets the number of the startup profile | ||
and the mouse activates this profile immediately. | ||
Users: http://roccat.sourceforge.net | ||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/koneplus/roccatkoneplus<minor>/tcu | ||
Date: October 2010 | ||
Contact: Stefan Achatz <[email protected]> | ||
|
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 <[email protected]> | ||
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 <[email protected]> | ||
Description: | ||
The /sys/firmware/log is a binary file that represents a | ||
read-only copy of the firmware's log if one is | ||
available. |
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: /sys/kernel/fscaps | ||
Date: February 2011 | ||
KernelVersion: 2.6.38 | ||
Contact: Ludwig Nussel <[email protected]> | ||
Description | ||
Shows whether file system capabilities are honored | ||
when executing a binary | ||
|
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 |
---|---|---|
|
@@ -158,3 +158,17 @@ Description: | |
successful, will make the kernel abort a subsequent transition | ||
to a sleep state if any wakeup events are reported after the | ||
write has returned. | ||
|
||
What: /sys/power/reserved_size | ||
Date: May 2011 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/power/reserved_size file allows user space to control | ||
the amount of memory reserved for allocations made by device | ||
drivers during the "device freeze" stage of hibernation. It can | ||
be written a string representing a non-negative integer that | ||
will be used as the amount of memory to reserve for allocations | ||
made by device drivers' "freeze" callbacks, in bytes. | ||
|
||
Reading from this file will display the current value, which is | ||
set to 1 MB by default. |
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
*.dvi | ||
*.log | ||
*.out | ||
media/ |
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.