aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/atmel_lcdfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds1-1/+30
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-03-22atmel_lcdfb: add fb_blank functionAndreas Bießmann1-0/+24
2011-03-22atmel_lcdfb: implement inverted contrast pwmAndreas Bießmann1-1/+6
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-11-12atmel_lcdfb: new alternate pixel clock formulaNicolas Ferre1-3/+8
2009-11-09atmel_lcdfb.c: fix printk() type mismatchClaudio Scordino1-1/+1
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into develRussell King1-2/+7
2009-07-23[ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driverNicolas Ferre1-2/+4
2009-07-08atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutexKrzysztof Helt1-2/+3
2009-06-30fbdev: add mutex for fb_mmap lockingKrzysztof Helt1-0/+2
2009-06-16atmel-lcdc: fix pixclock upper bound detectionBen Nizette1-1/+1
2009-05-29atmel_lcdfb: correct fifo size for some productsNicolas Ferre1-8/+2
2008-11-19drivers/video: bad error test before a dereferenceJulien Brunel1-1/+1
2008-10-16atmel_lcdfb: disallow setting larger resolution than the framebuffer memory can handleStanislaw Gruszka1-0/+7
2008-10-09Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.gitRussell King1-35/+49
2008-09-18[ARM] 5228/1: Add the RGB555 wiring for the atmel LCDGuillaume GARDET1-0/+4
2008-09-13atmel_lcdfb: disable LCD and DMA engines when suspendingHaavard Skinnemoen1-35/+49
2008-09-05atmel_lcdfb: fix oops in rmmod when framebuffer fails to registerStanislaw Gruszka1-4/+6
2008-08-12atmel_lcdfb: add board parameter specify framebuffer memory sizeHaavard Skinnemoen1-2/+5
2008-08-12atmel_lcdfb: set ypanstep to 1 and enable y-panning on AT91Haavard Skinnemoen1-2/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-07-24atmel_lcdfb: avoid division by zeroNicolas Ferre1-0/+35
2008-07-24atmel_lcdfb: FIFO underflow managementNicolas Ferre1-1/+56
2008-05-13atmel_lcdfb: fix pixclock divider calculationNicolas Ferre1-5/+6
2008-04-28atmel_lcdfb: adjust fifo size for at91sam9rlNicolas Ferre1-1/+2
2008-04-28atmel_lcdfb: wiring BGR to RGB color modeNicolas Ferre1-5/+22
2008-04-28atmel_lcdfb: suspend/resume supportDavid Brownell1-2/+34
2008-04-28atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen1-1/+7
2008-02-06atmel_lcdfb: backlight controlDavid Brownell1-4/+111
2008-02-06atmel_lcdfb: validate display timingsHaavard Skinnemoen1-0/+20
2008-01-26[ARM] 4764/1: [AT91] AT91CAP9 core supportAndrew Victor1-1/+1
2008-01-14MAINTAINERS: email update and add missing entryNicolas Ferre1-1/+1
2007-11-29atmel_lcdfb: LCDC startup fixAnti Sullin1-0/+4
2007-07-21atmel_lcdfb: use spare bits in 32bpp mode as alpha channelHaavard Skinnemoen1-1/+4
2007-07-21atmel_lcdfb: Fix STN LCD supportNicolas Ferre1-8/+54
2007-05-11atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driverNicolas Ferre1-0/+752