commit | 24d6e5cb191189531396870402bf276aacf01598 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Aug 01 10:18:29 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Feb 11 10:16:06 2011 +0000 |
tree | fc10e45c665963b080b3e770e52bbef412600d95 | |
parent | b7ca01a9b20e3fdd11745227905e9ad8a99e0123 [diff] |
VIDEO: cyberpro: update handling of device structures 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>