aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/nuc900fb.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29framebuffer: Use fb_<level>Gravatar Joe Perches 1-2/+1
2013-09-20video: nuc900fb: use dev_get_platdata()Gravatar Jingoo Han 1-3/+3
2013-07-26video: nuc900fb: fix to pass correct device identity to request_irq()Gravatar Wei Yongjun 1-2/+1
2013-06-26video: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-01-03Drivers: video: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2012-10-12Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6Gravatar Linus Torvalds 1-1/+1
2012-10-10video: mark nuc900fb_map_video_memory as __devinitGravatar Arnd Bergmann 1-1/+1
2012-09-14ARM: w90x900: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2011-12-03video: convert drivers/video/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-10-03video: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-09-01video: nuc900fb: remove include of mach/clkdev.hGravatar Axel Lin 1-1/+0
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-01-18video: nuc900fb: properly free resources in nuc900fb_removeGravatar Axel Lin 1-0/+2
2011-01-18video: nuc900fb: fix compile errorGravatar Axel Lin 1-2/+2
2011-01-12nuc900fb: don't treat NULL clk as an errorGravatar Jamie Iles 1-2/+3
2010-06-29drivers/video/nuc900fb.c: fix lcd build errorGravatar Wan ZongShun 1-2/+0
2010-05-25nuc900fb: release correct mem regionGravatar Dan Carpenter 1-1/+1
2010-03-12NUC900 LCD Controller DriverGravatar Wang Qiang 1-0/+779