aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cyber2000fb.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()Russell King1-3/+0
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-02-11VIDEO: cyberpro: remove useless function extreg pointersRussell King1-9/+0
Sub-drivers can call these functions directly, there's no need for this kind of indirection. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-02-11VIDEO: cyberpro: update handling of device structuresRussell King1-1/+2
Provide the framebuffer device with its correct parent (the PCI device for PCI connected cards.) Also, use this struct device to pass to sub-drivers rather than the pci_dev structure, which is really what they want. Also propagate the assigned IRQ, which they were getting direct from the PCI device structure. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-02-11VIDEO: cyberpro: add support for video capture I2CRussell King1-0/+1
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+508
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!