aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/atmel_lcdfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen1-1453/+0
2014-03-19Video: atmel: avoid the id of fix screen info is overwrittenBo Shen1-1/+1
2014-03-12video: atmel_lcdfb: ensure the hardware is initialized with the correct modeAntoine Ténart1-0/+6
2013-12-04atmel_lcdfb: fix module autoloadJohan Hovold1-0/+1
2013-09-27video: atmel_lcdfb: add device tree suportJean-Christophe PLAGNIOL-VILLARD1-32/+214
2013-09-27video: atmel_lcdfb: pass the pdata as paramsJean-Christophe PLAGNIOL-VILLARD1-1/+1
2013-09-27video: atmel_lcdfb: introduce atmel_lcdfb_power_controlJean-Christophe PLAGNIOL-VILLARD1-11/+11
2013-09-27video: atmel_lcdfb: fix platform data structJean-Christophe PLAGNIOL-VILLARD1-38/+67
2013-09-26video: atmel_lcdfb: Remove redundant dev_set_drvdataSachin Kamat1-4/+1
2013-09-20video: atmel_lcdfb: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-30at91/avr32/atmel_lcdfb: prepare clk before calling enableBoris BREZILLON1-4/+4
2013-06-01atmel_lcdfb: blank the backlight on removeRichard Genoud1-2/+8
2013-06-01trivial: atmel_lcdfb: add missing error messageRichard Genoud1-1/+4
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