aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sa1100fb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-26video: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-04-24fbdev/sa1100fb: use vm_iomap_memory()Tomi Valkeinen1-13/+3
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-02-24FB: sa11x0: convert to use platform resource and ioremap()Russell King1-25/+43
2012-02-21FB: sa11x0: convert shannon display enable accesses to use GPIO subsystemRussell King1-8/+16
2012-02-21FB: sa11x0: fix shannon GPSR/GPCR accessesRussell King1-2/+2
2012-02-21FB: sa1100: make GPIO configuration setting safeRussell King1-0/+11
2012-02-21FB: sa1100: use inf members directlyRussell King1-19/+12
2012-02-21FB: sa1100: remove assabet specific initializationRussell King1-8/+0
2012-02-21FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King1-23/+9
2012-02-21FB: sa1100: move platform data to platform filesRussell King1-233/+6
2012-02-21FB: sa1100: move machine inf structures to <video/sa1100fb.h>Russell King1-1/+5
2012-02-21FB: sa1100: combine RGB bitfield overrides into sa1100fb_mach_infoRussell King1-7/+14
2012-02-21FB: sa1100: convert printks to dev_xxx()Russell King1-38/+34
2012-02-21FB: sa1100: constify rgb structuresRussell King1-4/+4
2012-02-21FB: sa1100: add .owner initializer to driver structureRussell King1-0/+1
2012-02-21FB: sa1100: avoid section mismatch warningsRussell King1-14/+14
2011-10-03video: irq: Remove IRQF_DISABLEDYong Zhang1-2/+1
2010-03-07platform-drivers: move probe to .devinit.text in drivers/videoUwe Kleine-König1-1/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-04-13sa1100fb: fix color component length for pseudocolor modesMichal Januszewski1-5/+10
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King1-1/+1
2009-02-21[ARM] 5407/1: SA1100: drop broken for ages iPAQ h3800 supportDmitry Artamonow1-21/+0
2008-11-27[ARM] remove memzero()Russell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-24sa1100fb: convert ctrlr_sem in a mutexMatthias Kaehlcke1-3/+4
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt1-1/+0
2006-12-17[ARM] 4035/1: fix collie compilationPavel Machek1-3/+3
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: video: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-1/+1
2006-01-14[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig1-1/+1
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King1-5/+10
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-12/+13
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-10-14[PATCH] zaurus: fix compilation with cpufreq disabledPavel Machek1-0/+2
2005-08-07[PATCH] ARM: Make sa1100fb_display_dma_period() an inline functionRussell King1-1/+1
2005-04-16[PATCH] fix u32 vs. pm_message_t in driver/videoPavel Machek1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1574