-
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 ssh://master.kernel.org/pub/scm/linux/kernel…
…/git/kaber/nf-2.6
- Loading branch information
Showing
3,328 changed files
with
178,367 additions
and
70,027 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
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: /config/pcie-gadget | ||
Date: Feb 2011 | ||
KernelVersion: 2.6.37 | ||
Contact: Pratyush Anand <pratyush.anand@st.com> | ||
Description: | ||
|
||
Interface is used to configure selected dual mode PCIe controller | ||
as device and then program its various registers to configure it | ||
as a particular device type. | ||
This interfaces can be used to show spear's PCIe device capability. | ||
|
||
Nodes are only visible when configfs is mounted. To mount configfs | ||
in /config directory use: | ||
# mount -t configfs none /config/ | ||
|
||
For nth PCIe Device Controller | ||
/config/pcie-gadget.n/ | ||
link ... used to enable ltssm and read its status. | ||
int_type ...used to configure and read type of supported | ||
interrupt | ||
no_of_msi ... used to configure number of MSI vector needed and | ||
to read no of MSI granted. | ||
inta ... write 1 to assert INTA and 0 to de-assert. | ||
send_msi ... write MSI vector to be sent. | ||
vendor_id ... used to write and read vendor id (hex) | ||
device_id ... used to write and read device id (hex) | ||
bar0_size ... used to write and read bar0_size | ||
bar0_address ... used to write and read bar0 mapped area in hex. | ||
bar0_rw_offset ... used to write and read offset of bar0 where | ||
bar0_data will be written or read. | ||
bar0_data ... used to write and read data at bar0_rw_offset. |
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,6 @@ | ||
What: /sys/bus/media/devices/.../model | ||
Date: January 2011 | ||
Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
linux-media@vger.kernel.org | ||
Description: Contains the device model name in UTF-8. The device version is | ||
is not be appended to the model name. |
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/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_offset | ||
Date: January 2011 | ||
Contact: Chuanxiao Dong <chuanxiao.dong@intel.com> | ||
Description: | ||
Enhanced area is a new feature defined in eMMC4.4 standard. | ||
eMMC4.4 or later card can support such feature. This kind of | ||
area can help to improve the card performance. If the feature | ||
is enabled, this attribute will indicate the start address of | ||
enhanced data area. If not, this attribute will be -EINVAL. | ||
Unit Byte. Format decimal. | ||
|
||
What: /sys/devices/.../mmc_host/mmcX/mmcX:XXXX/enhanced_area_size | ||
Date: January 2011 | ||
Contact: Chuanxiao Dong <chuanxiao.dong@intel.com> | ||
Description: | ||
Enhanced area is a new feature defined in eMMC4.4 standard. | ||
eMMC4.4 or later card can support such feature. This kind of | ||
area can help to improve the card performance. If the feature | ||
is enabled, this attribute will indicate the size of enhanced | ||
data area. If not, this attribute will be -EINVAL. | ||
Unit KByte. Format decimal. |
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,19 @@ | ||
What: /sys/devices/platform/samsung/performance_level | ||
Date: January 1, 2010 | ||
KernelVersion: 2.6.33 | ||
Contact: Greg Kroah-Hartman <gregkh@suse.de> | ||
Description: Some Samsung laptops have different "performance levels" | ||
that are can be modified by a function key, and by this | ||
sysfs file. These values don't always make a whole lot | ||
of sense, but some users like to modify them to keep | ||
their fans quiet at all costs. Reading from this file | ||
will show the current performance level. Writing to the | ||
file can change this value. | ||
Valid options: | ||
"silent" | ||
"normal" | ||
"overclock" | ||
Note that not all laptops support all of these options. | ||
Specifically, not all support the "overclock" option, | ||
and it's still unknown if this value even changes | ||
anything, other than making the user feel a bit better. |
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 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,31 @@ | ||
What: /sys/devices/platform/<platform>/cpufv | ||
Date: Oct 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Change CPU clock configuration (write-only). | ||
There are three available clock configuration: | ||
* 0 -> Super Performance Mode | ||
* 1 -> High Performance Mode | ||
* 2 -> Power Saving Mode | ||
|
||
What: /sys/devices/platform/<platform>/camera | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the camera. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/<platform>/cardr | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the card reader. 1 means on, 0 means off. | ||
|
||
What: /sys/devices/platform/<platform>/touchpad | ||
Date: Jan 2010 | ||
KernelVersion: 2.6.39 | ||
Contact: "Corentin Chary" <corentincj@iksaif.net> | ||
Description: | ||
Control the card touchpad. 1 means on, 0 means off. |
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
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.