diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-24 16:58:56 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-24 16:58:56 -0500 |
commit | e5fa506173a6ed1ca8d78ba1e390cfdebc2fd49a (patch) | |
tree | 3dfa1f28f26f3b89ee13715284c15d8b0e80afa0 /MAINTAINERS | |
parent | 3070fb888be52c5488976828ffc9f950872ffadc (diff) | |
parent | c07a1c6b0fc6408efda7b7f5d12f24a3eda6a5e8 (diff) |
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()
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b49ba9a43bf8..98fc0450d7e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2444,10 +2444,12 @@ F: drivers/net/wan/sdla.c | |||
2444 | FRAMEBUFFER LAYER | 2444 | FRAMEBUFFER LAYER |
2445 | L: linux-fbdev@vger.kernel.org | 2445 | L: linux-fbdev@vger.kernel.org |
2446 | W: http://linux-fbdev.sourceforge.net/ | 2446 | W: http://linux-fbdev.sourceforge.net/ |
2447 | Q: http://patchwork.kernel.org/project/linux-fbdev/list/ | ||
2447 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git | 2448 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git |
2448 | S: Orphan | 2449 | S: Orphan |
2449 | F: Documentation/fb/ | 2450 | F: Documentation/fb/ |
2450 | F: drivers/video/fb* | 2451 | F: drivers/video/ |
2452 | F: include/video/ | ||
2451 | F: include/linux/fb.h | 2453 | F: include/linux/fb.h |
2452 | 2454 | ||
2453 | FREESCALE DMA DRIVER | 2455 | FREESCALE DMA DRIVER |