aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/atmel_lcdfb.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30at91/avr32/atmel_lcdfb: prepare clk before calling enableGravatar Boris BREZILLON 1-4/+4
2013-06-01atmel_lcdfb: blank the backlight on removeGravatar Richard Genoud 1-2/+8
2013-06-01trivial: atmel_lcdfb: add missing error messageGravatar Richard Genoud 1-1/+4
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-28/+92
2013-04-10drivers: video: use module_platform_driver_probe()Gravatar Fabio Porcedda 1-12/+1
2013-03-13ARM: at91/avr32/atmel_lcdfb: add platform device-id tableGravatar Johan Hovold 1-10/+79
2013-03-13atmel_lcdfb: move lcdcon2 register access to compute_hozvalGravatar Johan Hovold 1-3/+5
2013-03-13ARM: at91/avr32/atmel_lcdfb: add bus-clock entryGravatar Johan Hovold 1-15/+8
2013-03-13atmel_lcdfb: fix 16-bpp modes on older SOCsGravatar Johan Hovold 1-7/+15
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hGravatar Jean-Christophe PLAGNIOL-VILLARD 1-1/+1
2012-09-22drivers/video/atmel_lcdfb.c: fix error return codeGravatar Peter Senna Tschudin 1-1/+4
2012-07-24video: Fix typo in drivers/videoGravatar Masanari Iida 1-1/+1
2012-01-28atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modesGravatar Peter Korsgaard 1-9/+3
2012-01-28atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resumeGravatar Hubert Feurstein 1-1/+1
2012-01-11Revert "atmel_lcdfb: Adjust HFP calculation so it matches the manual."Gravatar Florian Tobias Schandinat 1-2/+2
2011-11-21Merge commit 'v3.2-rc2' into fbdev-nextGravatar Florian Tobias Schandinat 1-1/+2
2011-11-11atmel_lcdfb: support new-style palette formatGravatar Peter Korsgaard 1-8/+24
2011-11-11atmel_lcdfb: Use proper blanking on negative contrast polarityGravatar Alexander Stein 1-1/+4
2011-11-11atmel_lcdfb: Adjust HFP calculation so it matches the manual.Gravatar Alexander Stein 1-2/+2
2011-10-31video: Add module.h to drivers/video files who really use it.Gravatar Paul Gortmaker 1-0/+1
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 1-6/+9
2011-08-19atmel_lcdfb: use display information in info not in var for panningGravatar Laurent Pinchart 1-6/+9
2011-08-08ARM: gpio: at91: convert drivers to use asm/gpio.h rather than mach/gpio.hGravatar Russell King 1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Gravatar Linus Torvalds 1-1/+30
2011-03-22backlight: add backlight typeGravatar Matthew Garrett 1-0/+1
2011-03-22atmel_lcdfb: add fb_blank functionGravatar Andreas Bießmann 1-0/+24
2011-03-22atmel_lcdfb: implement inverted contrast pwmGravatar Andreas Bießmann 1-1/+6
2010-11-16backlight: constify backlight_opsGravatar Lionel Debroux 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationGravatar Matthew Garrett 1-3/+5
2009-12-07Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2009-11-12atmel_lcdfb: new alternate pixel clock formulaGravatar Nicolas Ferre 1-3/+8
2009-11-09atmel_lcdfb.c: fix printk() type mismatchGravatar Claudio Scordino 1-1/+1
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Gravatar Russell King 1-2/+7
2009-07-23[ARM] 5614/1: at91: atmel_lcdfb: add at91sam9g10 support to atmel LCD driverGravatar Nicolas Ferre 1-2/+4
2009-07-08atmel_lcdfb: fix regression with uninitalized fb_info->mm_lock mutexGravatar Krzysztof Helt 1-2/+3
2009-06-30fbdev: add mutex for fb_mmap lockingGravatar Krzysztof Helt 1-0/+2
2009-06-16atmel-lcdc: fix pixclock upper bound detectionGravatar Ben Nizette 1-1/+1
2009-05-29atmel_lcdfb: correct fifo size for some productsGravatar Nicolas Ferre 1-8/+2
2008-11-19drivers/video: bad error test before a dereferenceGravatar Julien Brunel 1-1/+1
2008-10-16atmel_lcdfb: disallow setting larger resolution than the framebuffer memory c...Gravatar Stanislaw Gruszka 1-0/+7
2008-10-09Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.gitGravatar Russell King 1-35/+49
2008-09-18[ARM] 5228/1: Add the RGB555 wiring for the atmel LCDGravatar Guillaume GARDET 1-0/+4
2008-09-13atmel_lcdfb: disable LCD and DMA engines when suspendingGravatar Haavard Skinnemoen 1-35/+49
2008-09-05atmel_lcdfb: fix oops in rmmod when framebuffer fails to registerGravatar Stanislaw Gruszka 1-4/+6
2008-08-12atmel_lcdfb: add board parameter specify framebuffer memory sizeGravatar Haavard Skinnemoen 1-2/+5
2008-08-12atmel_lcdfb: set ypanstep to 1 and enable y-panning on AT91Gravatar Haavard Skinnemoen 1-2/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machGravatar Russell King 1-3/+3