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-2.6
- Loading branch information
Showing
3,413 changed files
with
162,402 additions
and
388,470 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,21 @@ | ||
Where: /sys/bus/i2c/devices/.../heading0_input | ||
Date: April 2010 | ||
Kernel Version: 2.6.36? | ||
Contact: [email protected] | ||
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: [email protected] | ||
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: [email protected] | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,15 @@ Description: | |
0 -> resumed | ||
|
||
(_UDC_ is the name of the USB Device Controller driver) | ||
|
||
What: /sys/devices/platform/_UDC_/gadget/gadget-lunX/nofua | ||
Date: July 2010 | ||
Contact: Andy Shevchenko <[email protected]> | ||
Description: | ||
Show or set the reaction on the FUA (Force Unit Access) bit in | ||
the SCSI WRITE(10,12) commands when a gadget in USB Mass | ||
Storage mode. | ||
|
||
Possible values are: | ||
1 -> ignore the FUA flag | ||
0 -> obey the FUA flag |
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 <[email protected]> | ||
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 <[email protected]> | ||
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 <[email protected]> | ||
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
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
00-INDEX | ||
- This file | ||
|
||
cachefeatures.txt | ||
- Supported cache features. | ||
|
||
Filesystems | ||
- Requirements for mounting the root file system. | ||
|
||
bfin-gpio-note.txt | ||
bfin-gpio-notes.txt | ||
- Notes in developing/using bfin-gpio driver. | ||
|
||
bfin-spi-notes.txt | ||
- Notes for using bfin spi bus driver. |
Oops, something went wrong.