Prev: [PATCH] netfilter: xtables: stackptr should be percpu
Next: hibernation hangs with ATA errors (lockup_detector bug)
From: Jonathan Corbet on 31 May 2010 09:50 Hi, Linus, Might the following little pull request have gotten lost in the noise? If you saw something there you didn't like, please let me know; otherwise, hopefully, it can still find its way in? Thanks, jon Begin forwarded message: Date: Wed, 26 May 2010 10:03:07 -0600 From: Jonathan Corbet <corbet(a)lwn.net> To: Linus Torvalds <torvalds(a)linux-foundation.org> Cc: Mauro Carvalho Chehab <mchehab(a)infradead.org>, LKML <linux-kernel(a)vger.kernel.org> Subject: [PULL] viafb video capture engine driver Hi, Linus, Mauro has now given me an ack for the via-camera driver - used on OLPC XO 1.5 systems - so it's now ready for a pull: git://git.lwn.net/linux-2.6.git viafb-next Thanks, jon Jonathan Corbet (1): Add the viafb video capture driver drivers/media/video/Kconfig | 10 + drivers/media/video/Makefile | 2 + drivers/media/video/via-camera.c | 1369 ++++++++++++++++++++++++++++++++++++++ drivers/media/video/via-camera.h | 93 +++ drivers/video/via/accel.c | 2 +- drivers/video/via/via-core.c | 16 +- include/linux/via-core.h | 4 +- include/media/v4l2-chip-ident.h | 4 + 8 files changed, 1496 insertions(+), 4 deletions(-) create mode 100644 drivers/media/video/via-camera.c create mode 100644 drivers/media/video/via-camera.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |