-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
We need to revert the temporary hack in 71ebc01, hence the merge.
- Loading branch information
Showing
8,528 changed files
with
536,342 additions
and
587,792 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 |
---|---|---|
@@ -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.
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
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,31 @@ | ||
What: /sys/bus/i2c/devices/<busnum>-<devaddr>/pressure0_input | ||
Date: June 2010 | ||
Contact: Christoph Mair <christoph.mair@gmail.com> | ||
Description: Start a pressure measurement and read the result. Values | ||
represent the ambient air pressure in pascal (0.01 millibar). | ||
|
||
Reading: returns the current air pressure. | ||
|
||
|
||
What: /sys/bus/i2c/devices/<busnum>-<devaddr>/temp0_input | ||
Date: June 2010 | ||
Contact: Christoph Mair <christoph.mair@gmail.com> | ||
Description: Measure the ambient temperature. The returned value represents | ||
the ambient temperature in units of 0.1 degree celsius. | ||
|
||
Reading: returns the current temperature. | ||
|
||
|
||
What: /sys/bus/i2c/devices/<busnum>-<devaddr>/oversampling | ||
Date: June 2010 | ||
Contact: Christoph Mair <christoph.mair@gmail.com> | ||
Description: Tell the bmp085 to use more samples to calculate a pressure | ||
value. When writing to this file the chip will use 2^x samples | ||
to calculate the next pressure value with x being the value | ||
written. Using this feature will decrease RMS noise and | ||
increase the measurement time. | ||
|
||
Reading: returns the current oversampling setting. | ||
|
||
Writing: sets a new oversampling setting. | ||
Accepted values: 0..3. |
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
Oops, something went wrong.