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 master.kernel.org:/pub/scm/linux/kernel/git/…
…davem/net-2.6 Conflicts: drivers/net/bnx2x/bnx2x.h
- Loading branch information
Showing
358 changed files
with
3,306 additions
and
1,967 deletions.
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 |
---|---|---|
|
@@ -28,6 +28,7 @@ modules.builtin | |
*.gz | ||
*.bz2 | ||
*.lzma | ||
*.xz | ||
*.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
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 |
---|---|---|
|
@@ -51,7 +51,8 @@ Supported chips: | |
* JEDEC JC 42.4 compliant temperature sensor chips | ||
Prefix: 'jc42' | ||
Addresses scanned: I2C 0x18 - 0x1f | ||
Datasheet: - | ||
Datasheet: | ||
http://www.jedec.org/sites/default/files/docs/4_01_04R19.pdf | ||
|
||
Author: | ||
Guenter Roeck <[email protected]> | ||
|
@@ -60,7 +61,11 @@ Author: | |
Description | ||
----------- | ||
|
||
This driver implements support for JEDEC JC 42.4 compliant temperature sensors. | ||
This driver implements support for JEDEC JC 42.4 compliant temperature sensors, | ||
which are used on many DDR3 memory modules for mobile devices and servers. Some | ||
systems use the sensor to prevent memory overheating by automatically throttling | ||
the memory controller. | ||
|
||
The driver auto-detects the chips listed above, but can be manually instantiated | ||
to support other JC 42.4 compliant chips. | ||
|
||
|
@@ -81,15 +86,19 @@ limits. The chip supports only a single register to configure the hysteresis, | |
which applies to all limits. This register can be written by writing into | ||
temp1_crit_hyst. Other hysteresis attributes are read-only. | ||
|
||
If the BIOS has configured the sensor for automatic temperature management, it | ||
is likely that it has locked the registers, i.e., that the temperature limits | ||
cannot be changed. | ||
|
||
Sysfs entries | ||
------------- | ||
|
||
temp1_input Temperature (RO) | ||
temp1_min Minimum temperature (RW) | ||
temp1_max Maximum temperature (RW) | ||
temp1_crit Critical high temperature (RW) | ||
temp1_min Minimum temperature (RO or RW) | ||
temp1_max Maximum temperature (RO or RW) | ||
temp1_crit Critical high temperature (RO or RW) | ||
|
||
temp1_crit_hyst Critical hysteresis temperature (RW) | ||
temp1_crit_hyst Critical hysteresis temperature (RO or RW) | ||
temp1_max_hyst Maximum hysteresis temperature (RO) | ||
|
||
temp1_min_alarm Temperature low alarm | ||
|
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 |
---|---|---|
|
@@ -885,7 +885,7 @@ S: Supported | |
|
||
ARM/QUALCOMM MSM MACHINE SUPPORT | ||
M: David Brown <[email protected]> | ||
M: Daniel Walker <dwalker@codeaurora.org> | ||
M: Daniel Walker <dwalker@fifo99.com> | ||
M: Bryan Huntsman <[email protected]> | ||
L: [email protected] | ||
F: arch/arm/mach-msm/ | ||
|
@@ -1467,6 +1467,7 @@ F: include/net/bluetooth/ | |
|
||
BONDING DRIVER | ||
M: Jay Vosburgh <[email protected]> | ||
M: Andy Gospodarek <[email protected]> | ||
L: [email protected] | ||
W: http://sourceforge.net/projects/bonding/ | ||
S: Supported | ||
|
@@ -1692,6 +1693,13 @@ M: Andy Whitcroft <[email protected]> | |
S: Supported | ||
F: scripts/checkpatch.pl | ||
|
||
CHINESE DOCUMENTATION | ||
M: Harry Wei <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/zh_CN/ | ||
|
||
CISCO VIC ETHERNET NIC DRIVER | ||
M: Christian Benvenuti <[email protected]> | ||
M: Vasanthy Kolluri <[email protected]> | ||
|
@@ -2027,7 +2035,7 @@ F: Documentation/scsi/dc395x.txt | |
F: drivers/scsi/dc395x.* | ||
|
||
DCCP PROTOCOL | ||
M: Arnaldo Carvalho de Melo <[email protected]> | ||
M: Gerrit Renker <[email protected]> | ||
L: [email protected] | ||
W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp | ||
S: Maintained | ||
|
@@ -2874,7 +2882,6 @@ M: Guenter Roeck <[email protected]> | |
L: [email protected] | ||
W: http://www.lm-sensors.org/ | ||
T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/ | ||
T: quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | ||
S: Maintained | ||
F: Documentation/hwmon/ | ||
|
@@ -5269,7 +5276,7 @@ S: Maintained | |
F: drivers/net/wireless/rtl818x/rtl8180/ | ||
|
||
RTL8187 WIRELESS DRIVER | ||
M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> | ||
M: Herton Ronaldo Krzesinski <herton@canonical.com> | ||
M: Hin-Tak Leung <[email protected]> | ||
M: Larry Finger <[email protected]> | ||
L: [email protected] | ||
|
@@ -6107,7 +6114,7 @@ S: Maintained | |
F: security/tomoyo/ | ||
|
||
TOPSTAR LAPTOP EXTRAS DRIVER | ||
M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> | ||
M: Herton Ronaldo Krzesinski <herton@canonical.com> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/platform/x86/topstar-laptop.c | ||
|
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
Oops, something went wrong.