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
Merge 'net' bug fixes into 'net-next' as we have patches that will build on top of them. This merge commit includes a change from Emil Goode ([email protected]) that fixes a warning that would have been introduced by this merge. Specifically it fixes the pingv6_ops method ipv6_chk_addr() to add a "const" to the "struct net_device *dev" argument and likewise update the dummy_ipv6_chk_addr() declaration. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
499 changed files
with
7,631 additions
and
3,678 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
25 changes: 25 additions & 0 deletions
25
Documentation/devicetree/bindings/video/simple-framebuffer.txt
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,25 @@ | ||
Simple Framebuffer | ||
|
||
A simple frame-buffer describes a raw memory region that may be rendered to, | ||
with the assumption that the display hardware has already been set up to scan | ||
out from that buffer. | ||
|
||
Required properties: | ||
- compatible: "simple-framebuffer" | ||
- reg: Should contain the location and size of the framebuffer memory. | ||
- width: The width of the framebuffer in pixels. | ||
- height: The height of the framebuffer in pixels. | ||
- stride: The number of bytes in each line of the framebuffer. | ||
- format: The format of the framebuffer surface. Valid values are: | ||
- r5g6b5 (16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b). | ||
|
||
Example: | ||
|
||
framebuffer { | ||
compatible = "simple-framebuffer"; | ||
reg = <0x1d385000 (1600 * 1200 * 2)>; | ||
width = <1600>; | ||
height = <1200>; | ||
stride = <(1600 * 2)>; | ||
format = "r5g6b5"; | ||
}; |
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 |
---|---|---|
|
@@ -3322,11 +3322,12 @@ F: drivers/net/wan/dlci.c | |
F: drivers/net/wan/sdla.c | ||
|
||
FRAMEBUFFER LAYER | ||
M: Florian Tobias Schandinat <[email protected]> | ||
M: Jean-Christophe Plagniol-Villard <[email protected]> | ||
M: Tomi Valkeinen <[email protected]> | ||
L: [email protected] | ||
W: http://linux-fbdev.sourceforge.net/ | ||
Q: http://patchwork.kernel.org/project/linux-fbdev/list/ | ||
T: git git://github.com/schandinat/linux-2.6.git fbdev-next | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git | ||
S: Maintained | ||
F: Documentation/fb/ | ||
F: Documentation/devicetree/bindings/fb/ | ||
|
@@ -6084,9 +6085,18 @@ L: [email protected] | |
W: http://www.parisc-linux.org/ | ||
Q: http://patchwork.kernel.org/project/linux-parisc/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git | ||
S: Maintained | ||
F: arch/parisc/ | ||
F: Documentation/parisc/ | ||
F: drivers/parisc/ | ||
F: drivers/char/agp/parisc-agp.c | ||
F: drivers/input/serio/gscps2.c | ||
F: drivers/parport/parport_gsc.* | ||
F: drivers/tty/serial/8250/8250_gsc.c | ||
F: drivers/video/sti* | ||
F: drivers/video/console/sti* | ||
F: drivers/video/logo/logo_parisc* | ||
|
||
PC87360 HARDWARE MONITORING DRIVER | ||
M: Jim Cromie <[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
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.