-
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.
- Loading branch information
Linus Torvalds
committed
Aug 10, 2010
1 parent
cc8cc27
commit 56dba66
Showing
9,922 changed files
with
801,508 additions
and
669,846 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: 6ae0185fe201eae0548dace2a84acb5050fc8606 | ||
refs/heads/master: e8a89cebdbaab14caaa26debdb4ffd493b8831af |
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ modules.builtin | |
*.gz | ||
*.bz2 | ||
*.lzma | ||
*.lzo | ||
*.patch | ||
*.gcno | ||
|
||
|
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 @@ | ||
filesystems/dnotify_test | ||
laptops/dslm | ||
timers/hpet_example | ||
vm/hugepage-mmap | ||
vm/hugepage-shm | ||
vm/map_hugetlb | ||
|
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,20 @@ | ||
What: /sys/kernel/debug/ec/*/{gpe,use_global_lock,io} | ||
Date: July 2010 | ||
Contact: Thomas Renninger <trenn@suse.de> | ||
Description: | ||
|
||
General information like which GPE is assigned to the EC and whether | ||
the global lock should get used. | ||
Knowing the EC GPE one can watch the amount of HW events related to | ||
the EC here (XY -> GPE number from /sys/kernel/debug/ec/*/gpe): | ||
/sys/firmware/acpi/interrupts/gpeXY | ||
|
||
The io file is binary and a userspace tool located here: | ||
ftp://ftp.suse.com/pub/people/trenn/sources/ec/ | ||
should get used to read out the 256 Embedded Controller registers | ||
or writing to them. | ||
|
||
CAUTION: Do not write to the Embedded Controller if you don't know | ||
what you are doing! Rebooting afterwards also is a good idea. | ||
This can influence the way your machine is cooled and fans may | ||
not get switched on again after you did a wrong write. |
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/ABI/testing/sysfs-bus-i2c-devices-hm6352
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 @@ | ||
Where: /sys/bus/i2c/devices/.../heading0_input | ||
Date: April 2010 | ||
Kernel Version: 2.6.36? | ||
Contact: alan.cox@intel.com | ||
Description: Reports the current heading from the compass as a floating | ||
point value in degrees. | ||
|
||
Where: /sys/bus/i2c/devices/.../power_state | ||
Date: April 2010 | ||
Kernel Version: 2.6.36? | ||
Contact: alan.cox@intel.com | ||
Description: Sets the power state of the device. 0 sets the device into | ||
sleep mode, 1 wakes it up. | ||
|
||
Where: /sys/bus/i2c/devices/.../calibration | ||
Date: April 2010 | ||
Kernel Version: 2.6.36? | ||
Contact: alan.cox@intel.com | ||
Description: Sets the calibration on or off (1 = on, 0 = off). See the | ||
chip data sheet. | ||
|
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,20 @@ | ||
What: /sys/class/power/ds2760-battery.*/charge_now | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Daniel Mack <daniel@caiaq.de> | ||
Description: | ||
This file is writeable and can be used to set the current | ||
coloumb counter value inside the battery monitor chip. This | ||
is needed for unavoidable corrections of aging batteries. | ||
A userspace daemon can monitor the battery charging logic | ||
and once the counter drops out of considerable bounds, take | ||
appropriate action. | ||
|
||
What: /sys/class/power/ds2760-battery.*/charge_full | ||
Date: May 2010 | ||
KernelVersion: 2.6.35 | ||
Contact: Daniel Mack <daniel@caiaq.de> | ||
Description: | ||
This file is writeable and can be used to set the assumed | ||
battery 'full level'. As batteries age, this value has to be | ||
amended over time. |
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/devices/system/node/nodeX/compact | ||
Date: February 2010 | ||
Contact: Mel Gorman <mel@csn.ul.ie> | ||
Description: | ||
When this file is written to, all memory within that node | ||
will be compacted. When it completes, memory will be freed | ||
into blocks which have as many contiguous pages as possible |
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,43 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode | ||
Date: March 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Make it possible to switch the PicoLCD device between LCD | ||
(firmware) and bootloader (flasher) operation modes. | ||
|
||
Reading: returns list of available modes, the active mode being | ||
enclosed in brackets ('[' and ']') | ||
|
||
Writing: causes operation mode switch. Permitted values are | ||
the non-active mode names listed when read. | ||
|
||
Note: when switching mode the current PicoLCD HID device gets | ||
disconnected and reconnects after above delay (see attribute | ||
operation_mode_delay for its value). | ||
|
||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/operation_mode_delay | ||
Date: April 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Delay PicoLCD waits before restarting in new mode when | ||
operation_mode has changed. | ||
|
||
Reading/Writing: It is expressed in ms and permitted range is | ||
0..30000ms. | ||
|
||
|
||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/fb_update_rate | ||
Date: March 2010 | ||
Contact: Bruno Prémont <bonbons@linux-vserver.org> | ||
Description: Make it possible to adjust defio refresh rate. | ||
|
||
Reading: returns list of available refresh rates (expressed in Hz), | ||
the active refresh rate being enclosed in brackets ('[' and ']') | ||
|
||
Writing: accepts new refresh rate expressed in integer Hz | ||
within permitted rates. | ||
|
||
Note: As device can barely do 2 complete refreshes a second | ||
it only makes sense to adjust this value if only one or two | ||
tiles get changed and it's not appropriate to expect the application | ||
to flush it's tiny changes explicitely at higher than default rate. | ||
|
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/ABI/testing/sysfs-driver-hid-prodikeys
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,29 @@ | ||
What: /sys/bus/hid/drivers/prodikeys/.../channel | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Allows control (via software) the midi channel to which | ||
that the pc-midi keyboard will output.midi data. | ||
Range: 0..15 | ||
Type: Read/write | ||
What: /sys/bus/hid/drivers/prodikeys/.../sustain | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Allows control (via software) the sustain duration of a | ||
note held by the pc-midi driver. | ||
0 means sustain mode is disabled. | ||
Range: 0..5000 (milliseconds) | ||
Type: Read/write | ||
What: /sys/bus/hid/drivers/prodikeys/.../octave | ||
Date: April 2010 | ||
KernelVersion: 2.6.34 | ||
Contact: Don Prince <dhprince.devel@yahoo.co.uk> | ||
Description: | ||
Controls the octave shift modifier in the pc-midi driver. | ||
The octave can be shifted via software up/down 2 octaves. | ||
0 means the no ocatve shift. | ||
Range: -2..2 (minus 2 to plus 2) | ||
Type: Read/Write |
Oops, something went wrong.