diff options
author | Andy Walls <awalls@radix.net> | 2008-12-14 21:26:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 09:39:09 -0200 |
commit | fd6b9c978dc3447b9b4677d8949ef3ea7f946abc (patch) | |
tree | d51f63f2f2b19b14e12d5e847b0357de39296cb1 /drivers/media/video/cx18/cx18-driver.c | |
parent | 50b86bac6ae6dda00faa14f7d73ae2412eacc240 (diff) | |
download | op-kernel-dev-fd6b9c978dc3447b9b4677d8949ef3ea7f946abc.zip op-kernel-dev-fd6b9c978dc3447b9b4677d8949ef3ea7f946abc.tar.gz |
V4L/DVB (9895): cx18: Refine the firmware load and firmware startup process
Refine the firmware load and firmware startup process. Significant changes
are to ensure the SCB and IPC area are correct before starting up the firmware,
and letting the CPU firmware start up the APU firmware for us.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.c b/drivers/media/video/cx18/cx18-driver.c index d7baf1b..f50cf21 100644 --- a/drivers/media/video/cx18/cx18-driver.c +++ b/drivers/media/video/cx18/cx18-driver.c @@ -878,6 +878,7 @@ static int __devinit cx18_probe(struct pci_dev *dev, goto free_i2c; } cx18_init_memory(cx); + cx18_init_scb(cx); /* Register IRQ */ retval = request_irq(cx->dev->irq, cx18_irq_handler, |