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 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/…
…linux/kernel/git/lethal/fbdev-2.6 * 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6: sisfb: delete osdef.h sisfb: move the CONFIG warning to sis_main.c sisfb: replace SiS_SetMemory with memset_io sisfb: remove InPort/OutPort wrappers sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H sisfb: delete redudant #define SIS_LINUX_KERNEL sisfb: delete dead SIS_XORG_XF86 code sisfb: delete fallback code for pci_map_rom() sisfb: delete obsolete PCI ROM bug workaround fbdev: Update documentation index file. lxfb: Program panel v/h sync output polarity correctly fbcmap: integer overflow bug fbcmap: cleanup white space in fb_alloc_cmap() MAINTAINERS: Add fbdev patchwork entry, tidy up file patterns. fbdev: da8xx: punt duplicated FBIO_WAITFORVSYNC define fbdev: sh_mobile_lcdcfb: fix bug in reconfig()
- Loading branch information
Showing
17 changed files
with
285 additions
and
1,281 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 |
---|---|---|
|
@@ -4,33 +4,41 @@ please mail me. | |
Geert Uytterhoeven <[email protected]> | ||
|
||
00-INDEX | ||
- this file | ||
- this file. | ||
arkfb.txt | ||
- info on the fbdev driver for ARK Logic chips. | ||
aty128fb.txt | ||
- info on the ATI Rage128 frame buffer driver. | ||
cirrusfb.txt | ||
- info on the driver for Cirrus Logic chipsets. | ||
cmap_xfbdev.txt | ||
- an introduction to fbdev's cmap structures. | ||
deferred_io.txt | ||
- an introduction to deferred IO. | ||
efifb.txt | ||
- info on the EFI platform driver for Intel based Apple computers. | ||
ep93xx-fb.txt | ||
- info on the driver for EP93xx LCD controller. | ||
fbcon.txt | ||
- intro to and usage guide for the framebuffer console (fbcon). | ||
framebuffer.txt | ||
- introduction to frame buffer devices. | ||
imacfb.txt | ||
- info on the generic EFI platform driver for Intel based Macs. | ||
gxfb.txt | ||
- info on the framebuffer driver for AMD Geode GX2 based processors. | ||
intel810.txt | ||
- documentation for the Intel 810/815 framebuffer driver. | ||
intelfb.txt | ||
- docs for Intel 830M/845G/852GM/855GM/865G/915G/945G fb driver. | ||
internals.txt | ||
- quick overview of frame buffer device internals. | ||
lxfb.txt | ||
- info on the framebuffer driver for AMD Geode LX based processors. | ||
matroxfb.txt | ||
- info on the Matrox framebuffer driver for Alpha, Intel and PPC. | ||
metronomefb.txt | ||
- info on the driver for the Metronome display controller. | ||
modedb.txt | ||
- info on the video mode database. | ||
matroxfb.txt | ||
- info on the Matrox frame buffer driver. | ||
pvr2fb.txt | ||
- info on the PowerVR 2 frame buffer driver. | ||
pxafb.txt | ||
|
@@ -39,13 +47,23 @@ s3fb.txt | |
- info on the fbdev driver for S3 Trio/Virge chips. | ||
sa1100fb.txt | ||
- information about the driver for the SA-1100 LCD controller. | ||
sh7760fb.txt | ||
- info on the SH7760/SH7763 integrated LCDC Framebuffer driver. | ||
sisfb.txt | ||
- info on the framebuffer device driver for various SiS chips. | ||
sstfb.txt | ||
- info on the frame buffer driver for 3dfx' Voodoo Graphics boards. | ||
tgafb.txt | ||
- info on the TGA (DECChip 21030) frame buffer driver | ||
- info on the TGA (DECChip 21030) frame buffer driver. | ||
tridentfb.txt | ||
info on the framebuffer driver for some Trident chip based cards. | ||
uvesafb.txt | ||
- info on the userspace VESA (VBE2+ compliant) frame buffer device. | ||
vesafb.txt | ||
- info on the VESA frame buffer device | ||
- info on the VESA frame buffer device. | ||
viafb.modes | ||
- list of modes for VIA Integration Graphic Chip. | ||
viafb.txt | ||
- info on the VIA Integration Graphic Chip console framebuffer driver. | ||
vt8623fb.txt | ||
- info on the fb driver for the graphics core in VIA VT8623 chipsets. |
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 |
---|---|---|
|
@@ -2444,10 +2444,12 @@ F: drivers/net/wan/sdla.c | |
FRAMEBUFFER LAYER | ||
L: [email protected] | ||
W: http://linux-fbdev.sourceforge.net/ | ||
Q: http://patchwork.kernel.org/project/linux-fbdev/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git | ||
S: Orphan | ||
F: Documentation/fb/ | ||
F: drivers/video/fb* | ||
F: drivers/video/ | ||
F: include/video/ | ||
F: include/linux/fb.h | ||
|
||
FREESCALE DMA DRIVER | ||
|
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.