The patch number 8913 was added via Andy Walls <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Andy Walls <[EMAIL PROTECTED]> cx18: Create cx18_ specific wrappers for all pci mmio accessesors. cx18: Create cx18_ specific wrappers for all pci mmio accessesors. This is a first step in instrumenting all CX23418 PCI bus IO, to debug problems with accessing the CX23418's PCI memory mapped IO. Priority: normal Signed-off-by: Andy Walls <[EMAIL PROTECTED]> --- linux/drivers/media/video/cx18/Makefile | 2 linux/drivers/media/video/cx18/cx18-audio.c | 5 linux/drivers/media/video/cx18/cx18-av-core.c | 12 - linux/drivers/media/video/cx18/cx18-av-firmware.c | 7 linux/drivers/media/video/cx18/cx18-driver.c | 7 linux/drivers/media/video/cx18/cx18-driver.h | 43 --- linux/drivers/media/video/cx18/cx18-dvb.c | 5 linux/drivers/media/video/cx18/cx18-fileops.c | 13 - linux/drivers/media/video/cx18/cx18-firmware.c | 164 +++++++------- linux/drivers/media/video/cx18/cx18-gpio.c | 15 - linux/drivers/media/video/cx18/cx18-i2c.c | 47 ++-- linux/drivers/media/video/cx18/cx18-io.c | 142 ++++++++++++ linux/drivers/media/video/cx18/cx18-io.h | 69 +++++ linux/drivers/media/video/cx18/cx18-ioctl.c | 5 linux/drivers/media/video/cx18/cx18-irq.c | 43 +-- linux/drivers/media/video/cx18/cx18-mailbox.c | 46 ++- linux/drivers/media/video/cx18/cx18-queue.c | 2 linux/drivers/media/video/cx18/cx18-queue.h | 2 linux/drivers/media/video/cx18/cx18-scb.c | 131 +++++------ linux/drivers/media/video/cx18/cx18-streams.c | 10 20 files changed, 489 insertions(+), 281 deletions(-) <diff discarded since it is too big> --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/4fae9c7d0fef7723affc16d41559111663a3b97c _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits