aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/imxfb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-02drivers/video/imxfb.c: add missing clk_putJulia Lawall1-2/+2
2011-05-19video i.MX: remove mx1 compile time dependenciesSascha Hauer1-22/+6
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-12video: imx: Update the manufacturer's nameFabio Estevam1-1/+1
2010-12-27video: imxfb: Fix the maximum value for yresFabio Estevam1-6/+3
2010-08-10ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICEEric Bénard1-2/+17
2010-07-26imxfb: add pwmr controlled backlight supportEric Bénard1-1/+71
2010-02-02imxfb: correct location of callbacks in suspend and resumeUwe Kleine-König1-2/+4
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-07imxfb: Add support for multiple displaysSascha Hauer1-71/+120
2009-08-07imxfb: use resource_size() macroSascha Hauer1-4/+4
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer1-1/+18
2009-03-27imxfb: Fix TFT modeSascha Hauer1-1/+1
2009-03-27imxfb: add clock supportSascha Hauer1-1/+39
2009-03-13imxfb: Fix margin settingsSascha Hauer1-3/+3
2009-03-13imxfb: add mx27 supportSascha Hauer1-4/+23
2009-03-13imxfb: add 18 bit supportSascha Hauer1-4/+15
2009-03-13imxfb: add platform specific init/exit functionsSascha Hauer1-0/+14
2008-12-16i.MX Framebuffer: add TFT supportSascha Hauer1-19/+19
2008-12-16i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_dataSascha Hauer1-34/+34
2008-12-16i.MX Framebuffer: Cleanup Coding styleSascha Hauer1-36/+34
2008-12-16i.MX Framebuffer: remove header fileSascha Hauer1-2/+60
2008-12-16i.MX Framebuffer: fix marginsSascha Hauer1-4/+4
2008-12-16i.MX Framebuffer: Use readl/writel instead of direct pointer derefJuergen Beisert1-65/+128
2008-12-16i.MX Framebuffer: remove gpio setup functionSascha Hauer1-53/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2007-10-16imxfb: fast read flag and nonstandard field configurablePavel Pisa1-1/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2007-05-23imxfb: fix memory holeSascha Hauer1-1/+0
2007-05-23imxfb: remove ifdefsSascha Hauer1-15/+8
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-07[ARM] 3232/1: i.MX Frame Buffer undeclared "dev" variable fixPavel Pisa1-3/+3
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-23/+22
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-6/+4
2005-09-29[ARM] Don't include mach-types.h unnecessarilyRussell King1-1/+0
2005-09-17[PATCH] Fix up some pm_message_t typesRichard Purdie1-1/+1
2005-07-17[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurableSascha Hauer1-7/+7
2005-05-01[PATCH] imxfb: Add Freescale i.MX framebuffer driverSascha Hauer1-0/+695