aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/solo6x10/solo6010.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-07-08Staging: solo: add delay.h headerRandy Dunlap1-0/+1
Several solo drivers need <linux/delay.h>, so add it to the private solo6010.h header file. drivers/staging/solo6x10/solo6010-core.c:191: error: implicit declaration of function 'mdelay' drivers/staging/solo6x10/solo6010-tw28.c:181: error: implicit declaration of function 'msleep_interruptible' drivers/staging/solo6x10/solo6010-gpio.c:78: error: implicit declaration of function 'udelay' drivers/staging/solo6x10/solo6010-v4l2-enc.c:254: error: implicit declaration of function 'mdelay' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
2010-06-23Staging: solo6x10: Support for tw2865 in cascade/full modesBen Collins1-1/+1
Finally got ahold of a card with a tw2865 video/audio multiplexer and the spec sheet to go along with it. Signed-off-by: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-06-22Staging: solo6x10: New driver (staging) for Softlogic 6x10Ben Collins1-0/+316
This driver supports Softlogic 6x10 based codec cards Signed-off-by: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>