aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/atmel_lcdfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-28/+92
2013-04-10drivers: video: use module_platform_driver_probe()Fabio Porcedda1-12/+1
2013-03-13ARM: at91/avr32/atmel_lcdfb: add platform device-id tableJohan Hovold1-10/+79
2013-03-13atmel_lcdfb: move lcdcon2 register access to compute_hozvalJohan Hovold1-3/+5
2013-03-13ARM: at91/avr32/atmel_lcdfb: add bus-clock entryJohan Hovold1-15/+8
2013-03-13atmel_lcdfb: fix 16-bpp modes on older SOCsJohan Hovold1-7/+15
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-09-22drivers/video/atmel_lcdfb.c: fix error return codePeter Senna Tschudin1-1/+4
2012-07-24video: Fix typo in drivers/videoMasanari Iida1-1/+1
2012-01-28atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modesPeter Korsgaard1-9/+3
2012-01-28atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resumeHubert Feurstein1-1/+1
2012-01-11Revert "atmel_lcdfb: Adjust HFP calculation so it matches the manual."Florian Tobias Schandinat1-2/+2
2011-11-21Merge commit 'v3.2-rc2' into fbdev-nextFlorian Tobias Schandinat1-1/+2
2011-11-11atmel_lcdfb: support new-style palette formatPeter Korsgaard1-8/+24
2011-11-11atmel_lcdfb: Use proper blanking on negative contrast polarityAlexander Stein1-1/+4
2011-11-11atmel_lcdfb: Adjust HFP calculation so it matches the manual.Alexander Stein1-2/+2
2011-10-31video: Add module.h to drivers/video files who really use it.Paul Gortmaker1-0/+1
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds1-6/+9
2011-08-19atmel_lcdfb: use display information in info not in var for panningLaurent Pinchart1-6/+9
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hRussell King1-1/+1
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