summaryrefslogtreecommitdiffstats
path: root/drivers/video/imxfb.c
AgeCommit message (Expand)AuthorLines
2010-02-02imxfb: correct location of callbacks in suspend and resumeUwe Kleine-König-2/+4
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-08-07imxfb: Add support for multiple displaysSascha Hauer-71/+120
2009-08-07imxfb: use resource_size() macroSascha Hauer-4/+4
2009-08-07imxfb: calculate bpix value from bits_per_pixelSascha Hauer-1/+18
2009-03-27imxfb: Fix TFT modeSascha Hauer-1/+1
2009-03-27imxfb: add clock supportSascha Hauer-1/+39
2009-03-13imxfb: Fix margin settingsSascha Hauer-3/+3
2009-03-13imxfb: add mx27 supportSascha Hauer-4/+23
2009-03-13imxfb: add 18 bit supportSascha Hauer-4/+15
2009-03-13imxfb: add platform specific init/exit functionsSascha Hauer-0/+14
2008-12-16i.MX Framebuffer: add TFT supportSascha Hauer-19/+19
2008-12-16i.MX Framebuffer: rename imxfb_mach_info to imx_fb_platform_dataSascha Hauer-34/+34
2008-12-16i.MX Framebuffer: Cleanup Coding styleSascha Hauer-36/+34
2008-12-16i.MX Framebuffer: remove header fileSascha Hauer-2/+60
2008-12-16i.MX Framebuffer: fix marginsSascha Hauer-4/+4
2008-12-16i.MX Framebuffer: Use readl/writel instead of direct pointer derefJuergen Beisert-65/+128
2008-12-16i.MX Framebuffer: remove gpio setup functionSascha Hauer-53/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King-1/+1
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi-0/+1
2008-04-28video: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2007-10-16imxfb: fast read flag and nonstandard field configurablePavel Pisa-1/+2
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-1/+0
2007-05-23imxfb: fix memory holeSascha Hauer-1/+0
2007-05-23imxfb: remove ifdefsSascha Hauer-15/+8
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-01-07[ARM] 3232/1: i.MX Frame Buffer undeclared "dev" variable fixPavel Pisa-3/+3
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King-23/+22
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King-1/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King-6/+4
2005-09-29[ARM] Don't include mach-types.h unnecessarilyRussell King-1/+0
2005-09-17[PATCH] Fix up some pm_message_t typesRichard Purdie-1/+1
2005-07-17[PATCH] ARM: 2687/1: i.MX framebuffer: make dmacr register platform configurableSascha Hauer-7/+7
2005-05-01[PATCH] imxfb: Add Freescale i.MX framebuffer driverSascha Hauer-0/+695