aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/cyber2000fb.h
Commit message (Collapse)AuthorAgeFilesLines
* VIDEO: cyberpro: remove unused cyber2000fb_get_fb_var()Russell King2011-02-111-3/+0
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* VIDEO: cyberpro: remove useless function extreg pointersRussell King2011-02-111-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>
* VIDEO: cyberpro: update handling of device structuresRussell King2011-02-111-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>
* VIDEO: cyberpro: add support for video capture I2CRussell King2011-02-111-0/+1
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
| | | | | Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-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!