summaryrefslogtreecommitdiffstats
path: root/drivers/video/au1100fb.c
Commit message (Expand)AuthorAgeFilesLines
* video: move fbdev to drivers/video/fbdevTomi Valkeinen2014-04-171-642/+0
* Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2013-11-141-14/+2
|\
| * Video / au1100fb: Use module_platform_driver() to simplify codeHanjun Guo2013-09-301-13/+1
| * video: au1100fb: Remove casting the return value which is a void pointerJingoo Han2013-09-191-1/+1
* | Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds2013-10-291-25/+1
|/
* Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-07-091-1/+0
|\
| * video: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-261-1/+0
* | au1100fb: VM_IO is set by io_remap_pfn_range()Al Viro2013-06-291-2/+0
|/
* MIPS: remove obsolete Kconfig macrosPaul Bolle2013-05-081-18/+4
* Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2012-04-081-20/+12
| |\
| * | fbdev: s/#if CONFIG/#ifdef CONFIG/Geert Uytterhoeven2012-04-051-1/+1
* | | fbdev: fix au1*fb buildsManuel Lauss2012-04-081-2/+3
| |/ |/|
* | drivers/video/au*fb.c: use devm_ functionsJulia Lawall2012-01-281-20/+12
|/
* MIPS: Alchemy: one kernel for DB1000/DB1500/DB1100Manuel Lauss2011-12-071-12/+0
* fb: fix au1100fb bitrot.Manuel Lauss2011-10-031-121/+60
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* VIDEO: Au1100fb: Fix section mismatchRalf Baechle2010-07-261-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/video: add kmalloc NULL testsJulia Lawall2009-09-231-2/+5
* platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2009-03-241-15/+16
* au1100fb: fix modpost warningsRalf Baechle2007-10-181-1/+1
* au1100fb: move au1100fb_fb_blank() beforce au1100fb_setmode()Yoichi Yuasa2007-08-221-46/+46
* [PATCH] Video: fb, kzalloc changesJiri Slaby2007-02-121-4/+2
* [PATCH] au1100fb: Add option to enable/disable the cursorRodolfo Giometti2006-10-031-4/+26
* [PATCH] au1100fb: Fix startup sequenceRodolfo Giometti2006-08-061-8/+5
* [PATCH] au1100fb: info->var.rotate fixRodolfo Giometti2006-08-061-2/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl2006-06-271-2/+1
* [PATCH] au1100fb: add power management supportRodolfo Giometti2006-06-261-2/+39
* [PATCH] au1100fb: Fix compilationRodolfo Giometti2006-05-311-7/+14
* [PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()Freddy Spierenburg2006-02-241-1/+2
* [PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig2006-01-141-1/+1
* Au1100 FB driver uplift for 2.6.Pete Popov2005-10-291-469/+502
* [PATCH] au1100fb: convert to C99 inits.randy_dunlap2005-06-251-9/+9
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+676