aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sm501fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-24sm501fb: fix section mismatch warningRandy Dunlap1-1/+1
2011-05-24drivers/video/sm501fb.c: Convert release_resource to release_mem_regionJulia Lawall1-12/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-22video, sm501: add OF binding to support SM501Heiko Schocher1-3/+39
2011-03-22video, sm501: add edid and commandline supportHeiko Schocher1-5/+60
2011-03-22video, sm501: add I/O functions for use on powerpcHeiko Schocher1-82/+90
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-16sm501: implement acceleration featuresVincent Sanders1-13/+224
2009-12-16sm501: fix use of old <asm/io.h> instead of <linux/io.h>Ben Dooks1-1/+1
2009-12-16sm501: fix missing uses of resource_size()Ben Dooks1-5/+5
2009-07-09sm501fb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-3/+0
2009-07-08Revert "fb: Initialize fb_info mutexes in framebuffer_alloc()"Linus Torvalds1-0/+2
2009-07-06fb: Initialize fb_info mutexes in framebuffer_alloc()Paul Mundt1-2/+0
2009-07-04video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt1-0/+2
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-8/+13
2009-04-01sm501fb: check fb_alloc_cmap return value and handle failure properlyAndres Salomon1-1/+4
2009-01-06sm501: unsigned ptr cannot be negativeroel kluin1-3/+3
2008-07-24sm501: fixup allocation code to be 64bit resource compliantBen Dooks1-11/+42
2008-07-24sm501: restructure init to allow only 1 fb on an SM501Ben Dooks1-115/+149
2008-07-24sm501: add inversion controls for VBIASEN and FPENBen Dooks1-4/+22
2008-05-24SM501: reverse FPEN/VBIASEN flags behaviourBen Dooks1-4/+4
2008-03-04sm501fb: fix timing limitsVille Syrjala1-2/+4
2008-03-04sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesVille Syrjala1-0/+2
2008-03-04sm501fb: RGB offsets are reversed in 16bpp modesVille Syrjala1-4/+4
2008-03-04sm501fb: direct color visual does not workVille Syrjala1-1/+3
2008-02-06FB/SM501: ensure console suspended before saving stateBen Dooks1-6/+9
2008-02-06sm501fb: clear framebuffer memory and paletteMagnus Damm1-0/+8
2008-02-06sm501fb: control panel pin usage with platform data flagsMagnus Damm1-16/+25
2008-02-03drivers/video/: Spelling fixesJoe Perches1-1/+1
2007-10-16sm501fb: Ensure panel interface is not tristated when setupBen Dooks1-0/+5
2007-10-16sm501fb: Call fb suspend function during suspend and resumeBen Dooks1-0/+9
2007-10-16sm501fb: update suspend and resume codeBen Dooks1-4/+31
2007-05-08sm501fb printk warning fixesAndrew Morton1-1/+1
2007-03-05[PATCH] fb: sm501fb off-by-1 sysfs storePaul Mundt1-3/+3
2007-03-01[PATCH] drivers/video/sm501fb.c: make 4 functions staticAdrian Bunk1-5/+5
2007-02-20[PATCH] fb: SM501 framebuffer driverBen Dooks1-0/+1786