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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
- Loading branch information
Showing
346 changed files
with
3,378 additions
and
2,223 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 |
---|---|---|
|
@@ -142,13 +142,14 @@ KernelVersion: 3.4 | |
Contact: [email protected] | ||
Description: | ||
This allows the user to examine and adjust the criteria by which | ||
mtd returns -EUCLEAN from mtd_read(). If the maximum number of | ||
bit errors that were corrected on any single region comprising | ||
an ecc step (as reported by the driver) equals or exceeds this | ||
value, -EUCLEAN is returned. Otherwise, absent an error, 0 is | ||
returned. Higher layers (e.g., UBI) use this return code as an | ||
indication that an erase block may be degrading and should be | ||
scrutinized as a candidate for being marked as bad. | ||
mtd returns -EUCLEAN from mtd_read() and mtd_read_oob(). If the | ||
maximum number of bit errors that were corrected on any single | ||
region comprising an ecc step (as reported by the driver) equals | ||
or exceeds this value, -EUCLEAN is returned. Otherwise, absent | ||
an error, 0 is returned. Higher layers (e.g., UBI) use this | ||
return code as an indication that an erase block may be | ||
degrading and should be scrutinized as a candidate for being | ||
marked as bad. | ||
|
||
The initial value may be specified by the flash device driver. | ||
If not, then the default value is ecc_strength. | ||
|
@@ -167,7 +168,7 @@ Description: | |
block degradation, but high enough to avoid the consequences of | ||
a persistent return value of -EUCLEAN on devices where sticky | ||
bitflips occur. Note that if bitflip_threshold exceeds | ||
ecc_strength, -EUCLEAN is never returned by mtd_read(). | ||
ecc_strength, -EUCLEAN is never returned by the read operations. | ||
Conversely, if bitflip_threshold is zero, -EUCLEAN is always | ||
returned, absent a hard error. | ||
|
||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
Required properties: | ||
- compatible : "fsl,mma8450". | ||
- reg: the I2C address of MMA8450 | ||
|
||
Example: | ||
|
||
|
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
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 |
---|---|---|
|
@@ -3434,13 +3434,14 @@ S: Supported | |
F: drivers/idle/i7300_idle.c | ||
|
||
IEEE 802.15.4 SUBSYSTEM | ||
M: Alexander Smirnov <[email protected]> | ||
M: Dmitry Eremin-Solenikov <[email protected]> | ||
M: Sergey Lapin <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
W: http://apps.sourceforge.net/trac/linux-zigbee | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git | ||
S: Maintained | ||
F: net/ieee802154/ | ||
F: net/mac802154/ | ||
F: drivers/ieee802154/ | ||
|
||
IIO SUBSYSTEM AND DRIVERS | ||
|
@@ -4848,6 +4849,7 @@ M: Kevin Hilman <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
F: arch/arm/*omap*/*pm* | ||
F: drivers/cpufreq/omap-cpufreq.c | ||
|
||
OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT | ||
M: Rajendra Nayak <[email protected]> | ||
|
@@ -5554,15 +5556,14 @@ F: Documentation/networking/LICENSE.qla3xxx | |
F: drivers/net/ethernet/qlogic/qla3xxx.* | ||
|
||
QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER | ||
M: Anirban Chakraborty <anirban.chakraborty@qlogic.com> | ||
M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> | ||
M: Sony Chacko <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/net/ethernet/qlogic/qlcnic/ | ||
|
||
QLOGIC QLGE 10Gb ETHERNET DRIVER | ||
M: Anirban Chakraborty <[email protected]> | ||
M: Jitendra Kalsaria <[email protected]> | ||
M: Ron Mercer <[email protected]> | ||
M: [email protected] | ||
|
@@ -5900,7 +5901,7 @@ M: Ingo Molnar <[email protected]> | |
M: Peter Zijlstra <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core | ||
S: Maintained | ||
F: kernel/sched* | ||
F: kernel/sched/ | ||
F: include/linux/sched.h | ||
|
||
SCORE ARCHITECTURE | ||
|
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
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.