This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree:
Subject: [media] solo6x10: sync to latest code from Bluecherry's git repo Author: Hans Verkuil <[email protected]> Date: Mon Mar 25 05:35:17 2013 -0300 Synced to commit e9815ac5503ae60cfbf6ff8037035de8f62e2846 from branch next in git repository https://github.com/bluecherrydvr/solo6x10.git Only removed some code under #if LINUX_VERSION_CODE < some-kernel-version, renamed the driver back to solo6x10 from solo6x10-edge, removed the unnecessary compat.h header and kept the slab.h includes. Otherwise the code is identical. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Ismael Luceno <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/staging/media/solo6x10/Makefile | 2 +- drivers/staging/media/solo6x10/TODO | 33 +- drivers/staging/media/solo6x10/core.c | 576 +++++++++-- drivers/staging/media/solo6x10/disp.c | 127 ++- drivers/staging/media/solo6x10/eeprom.c | 154 +++ drivers/staging/media/solo6x10/enc.c | 239 +++-- drivers/staging/media/solo6x10/g723.c | 92 +- drivers/staging/media/solo6x10/gpio.c | 13 +- drivers/staging/media/solo6x10/i2c.c | 26 +- drivers/staging/media/solo6x10/offsets.h | 79 +- drivers/staging/media/solo6x10/osd-font.h | 154 --- drivers/staging/media/solo6x10/p2m.c | 393 ++++---- drivers/staging/media/solo6x10/registers.h | 86 +- drivers/staging/media/solo6x10/solo6x10-jpeg.h | 94 ++- drivers/staging/media/solo6x10/solo6x10.h | 198 +++-- drivers/staging/media/solo6x10/tw28.c | 171 ++-- drivers/staging/media/solo6x10/tw28.h | 11 +- drivers/staging/media/solo6x10/v4l2-enc.c | 1370 ++++++++++++------------ drivers/staging/media/solo6x10/v4l2.c | 290 ++---- 19 files changed, 2376 insertions(+), 1732 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=dcae5dacbce518513abf7776cb450b7bd95d722b <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
