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 branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/torvalds/linux into rmobile-latest
- Loading branch information
Showing
5,532 changed files
with
360,630 additions
and
355,800 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,8 +73,7 @@ Linas Vepstas <[email protected]> | |
Mark Brown <[email protected]> | ||
Matthieu CASTET <[email protected]> | ||
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Mitesh shah <[email protected]> | ||
Morten Welinder <[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 |
---|---|---|
|
@@ -504,7 +504,7 @@ N: Dominik Brodowski | |
E: [email protected] | ||
W: http://www.brodo.de/ | ||
P: 1024D/725B37C6 190F 3E77 9C89 3B6D BECD 46EE 67C3 0308 725B 37C6 | ||
D: parts of CPUFreq code, ACPI bugfixes | ||
D: parts of CPUFreq code, ACPI bugfixes, PCMCIA rewrite, cpufrequtils | ||
S: Tuebingen, Germany | ||
|
||
N: Andries Brouwer | ||
|
@@ -857,6 +857,10 @@ S: One Dell Way | |
S: Round Rock, TX 78682 | ||
S: USA | ||
|
||
N: Mattia Dongili | ||
E: [email protected] | ||
D: cpufrequtils (precursor to cpupowerutils) | ||
|
||
N: Ben Dooks | ||
E: [email protected] | ||
E: [email protected] | ||
|
@@ -1883,6 +1887,11 @@ S: Kruislaan 419 | |
S: 1098 VA Amsterdam | ||
S: The Netherlands | ||
|
||
N: Goran Koruga | ||
E: [email protected] | ||
D: cpufrequtils (precursor to cpupowerutils) | ||
S: Slovenia | ||
|
||
N: Jiri Kosina | ||
E: [email protected] | ||
E: [email protected] | ||
|
@@ -2916,6 +2925,12 @@ S: Schlossbergring 9 | |
S: 79098 Freiburg | ||
S: Germany | ||
|
||
N: Thomas Renninger | ||
E: [email protected] | ||
D: cpupowerutils | ||
S: SUSE Linux GmbH | ||
S: Germany | ||
|
||
N: Joerg Reuter | ||
E: [email protected] | ||
W: http://yaina.de/jreuter/ | ||
|
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,21 @@ | ||
What: /sys/bus/i2c/devices/.../device | ||
Date: February 2011 | ||
Contact: Minkyu Kang <[email protected]> | ||
Description: | ||
show what device is attached | ||
NONE - no device | ||
USB - USB device is attached | ||
UART - UART is attached | ||
CHARGER - Charger is attaced | ||
JIG - JIG is attached | ||
|
||
What: /sys/bus/i2c/devices/.../switch | ||
Date: February 2011 | ||
Contact: Minkyu Kang <[email protected]> | ||
Description: | ||
show or set the state of manual switch | ||
VAUDIO - switch to VAUDIO path | ||
UART - switch to UART path | ||
AUDIO - switch to AUDIO path | ||
DHOST - switch to DHOST path | ||
AUTO - switch automatically by device |
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 |
---|---|---|
|
@@ -10,3 +10,26 @@ KernelVersion: 2.6.35 | |
Contact: [email protected] | ||
Description: Write/read Option ROM data. | ||
|
||
|
||
What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max | ||
Date: July 2011 | ||
KernelVersion: 3.1 | ||
Contact: Kirill Smelkov <[email protected]> | ||
Description: Maximum time allowed for periodic transfers per microframe (μs) | ||
|
||
[ USB 2.0 sets maximum allowed time for periodic transfers per | ||
microframe to be 80%, that is 100 microseconds out of 125 | ||
microseconds (full microframe). | ||
|
||
However there are cases, when 80% max isochronous bandwidth is | ||
too limiting. For example two video streams could require 110 | ||
microseconds of isochronous bandwidth per microframe to work | ||
together. ] | ||
|
||
Through this setting it is possible to raise the limit so that | ||
the host controller would allow allocating more than 100 | ||
microseconds of periodic bandwidth per microframe. | ||
|
||
Beware, non-standard modes are usually not thoroughly tested by | ||
hardware designers, and the hardware can malfunction when this | ||
setting differ from default 100. |
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 |
---|---|---|
|
@@ -4,3 +4,20 @@ KernelVersion: 2.6.37 | |
Contact: "Ike Panhc <[email protected]>" | ||
Description: | ||
Control the power of camera module. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/ideapad/cfg | ||
Date: Jun 2011 | ||
KernelVersion: 3.1 | ||
Contact: "Ike Panhc <[email protected]>" | ||
Description: | ||
Ideapad capability bits. | ||
Bit 8-10: 1 - Intel graphic only | ||
2 - ATI graphic only | ||
3 - Nvidia graphic only | ||
4 - Intel and ATI graphic | ||
5 - Intel and Nvidia graphic | ||
Bit 16: Bluetooth exist (1 for exist) | ||
Bit 17: 3G exist (1 for exist) | ||
Bit 18: Wifi exist (1 for exist) | ||
Bit 19: Camera exist (1 for exist) | ||
|
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 |
---|---|---|
|
@@ -8,4 +8,7 @@ | |
*.dvi | ||
*.log | ||
*.out | ||
media/ | ||
*.png | ||
*.gif | ||
media-indices.tmpl | ||
media-entities.tmpl |
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.