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
- Loading branch information
Showing
201 changed files
with
1,364 additions
and
793 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 |
---|---|---|
|
@@ -59,6 +59,7 @@ James Bottomley <jejb@mulgrave.(none)> | |
James Bottomley <[email protected]> | ||
James E Wilson <[email protected]> | ||
James Ketrenos <jketreno@io.(none)> | ||
<[email protected]> <[email protected]> | ||
Jean Tourrilhes <[email protected]> | ||
Jeff Garzik <[email protected]> | ||
Jens Axboe <[email protected]> | ||
|
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,7 @@ | ||
This file contains documentation for running mainline | ||
kernel on omaps. | ||
|
||
KERNEL NEW DEPENDENCIES | ||
v4.3+ Update is needed for custom .config files to make sure | ||
CONFIG_REGULATOR_PBIAS is enabled for MMC1 to work | ||
properly. |
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 |
---|---|---|
|
@@ -894,11 +894,12 @@ M: Lennert Buytenhek <[email protected]> | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
||
ARM/Allwinner A1X SoC support | ||
ARM/Allwinner sunXi SoC support | ||
M: Maxime Ripard <[email protected]> | ||
M: Chen-Yu Tsai <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
N: sun[x4567]i | ||
N: sun[x456789]i | ||
|
||
ARM/Allwinner SoC Clock Support | ||
M: Emilio López <[email protected]> | ||
|
@@ -4427,6 +4428,14 @@ L: [email protected] | |
S: Maintained | ||
F: drivers/net/ethernet/freescale/ucc_geth* | ||
|
||
FREESCALE eTSEC ETHERNET DRIVER (GIANFAR) | ||
M: Claudiu Manoil <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ethernet/freescale/gianfar* | ||
X: drivers/net/ethernet/freescale/gianfar_ptp.c | ||
F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt | ||
|
||
FREESCALE QUICC ENGINE UCC UART DRIVER | ||
M: Timur Tabi <[email protected]> | ||
L: [email protected] | ||
|
@@ -11697,6 +11706,7 @@ F: drivers/tty/serial/zs.* | |
ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR | ||
M: Minchan Kim <[email protected]> | ||
M: Nitin Gupta <[email protected]> | ||
R: Sergey Senozhatsky <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: mm/zsmalloc.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
}; | ||
|
||
ðsc { | ||
interrupts = <0 50 4>; | ||
interrupts = <0 52 4>; | ||
}; | ||
|
||
&serial0 { | ||
|
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.