summaryrefslogtreecommitdiff
path: root/drivers/video/cg6.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-30video: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-09-26video: cg6: Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-01-04Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2011-03-22video: add missing framebuffer_release in error pathaxel lin1-0/+1
2011-02-28dt/video: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-19of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-06-16cg6: use standard fields for framebuffer physical address and lengthKrzysztof Helt1-14/+11
2008-10-10cg6: disable cursor when leaving graphics modeRobert Reif1-1/+35
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller1-1/+1
2008-05-09sparc video: remove open boot prom codeRobert Reif1-2/+2
2008-05-04sparc video: make blank use proper constantRobert Reif1-1/+1
2008-04-28sparc: video drivers: add facility levelRobert Reif1-1/+1
2007-10-14[CG6]: accelerated copyareaKrzysztof Helt1-3/+49
2007-10-14[CG6]: code cleanupKrzysztof Helt1-126/+118
2007-08-04[CG6]: fix memory size detectionKrzysztof Helt1-1/+4
2007-07-30[VIDEO]: Fix OOPS in all SBUS framebuffer drivers.David S. Miller1-88/+73
2007-01-01[SPARC64]: Fix of_iounmap() region release.David S. Miller1-14/+19
2006-06-30[SPARC]: Convert all FB SBUS drivers to of_driver framework.David S. Miller1-154/+183
2006-01-15[PATCH] fbdev: Sanitize ->fb_mmap prototypeChristoph Hellwig1-2/+2
2006-01-15[PATCH] fbdev: Sanitize ->fb_ioctl prototypeChristoph Hellwig1-4/+2
2005-12-13[SBUSFB]: Kill 'list' member from foo_par structs, totally unused.David S. Miller1-2/+1
2005-11-12[SBUSFB]: implement ->compat_ioctlChristoph Hellwig1-0/+3
2005-11-08[SPARC]: Remove bogus register programming in cg6 driver.David S. Miller1-6/+0
2005-11-07[PATCH] fbcon/fbdev: Move softcursor out of fbdev to fbconAntonino A. Daplas1-1/+0
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+801