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] siano: break it into common, mmc and usb Author: Mauro Carvalho Chehab <[email protected]> Date: Thu Jun 14 16:36:01 2012 -0300 siano is, in fact, 2 drivers: one for MMC and one for USB, plus a common bus-independent code. Break it accordingly. Signed-off-by: Mauro Carvalho Chehab <[email protected]> drivers/media/Kconfig | 1 + drivers/media/Makefile | 2 +- drivers/media/common/Kconfig | 1 + drivers/media/common/Makefile | 2 +- drivers/media/common/siano/Kconfig | 17 + drivers/media/common/siano/Makefile | 7 + drivers/media/common/siano/sms-cards.c | 311 ++++++ drivers/media/common/siano/sms-cards.h | 123 +++ drivers/media/common/siano/smscoreapi.c | 1637 +++++++++++++++++++++++++++++++ drivers/media/common/siano/smscoreapi.h | 775 +++++++++++++++ drivers/media/common/siano/smsdvb.c | 1078 ++++++++++++++++++++ drivers/media/common/siano/smsendian.c | 103 ++ drivers/media/common/siano/smsendian.h | 32 + drivers/media/common/siano/smsir.c | 114 +++ drivers/media/common/siano/smsir.h | 55 + drivers/media/mmc/Kconfig | 1 + drivers/media/mmc/Makefile | 1 + drivers/media/mmc/siano/Kconfig | 10 + drivers/media/mmc/siano/Makefile | 6 + drivers/media/mmc/siano/smssdio.c | 365 +++++++ drivers/media/usb/siano/Kconfig | 26 +- drivers/media/usb/siano/Makefile | 7 +- drivers/media/usb/siano/sms-cards.c | 311 ------ drivers/media/usb/siano/sms-cards.h | 123 --- drivers/media/usb/siano/smscoreapi.c | 1637 ------------------------------- drivers/media/usb/siano/smscoreapi.h | 775 --------------- drivers/media/usb/siano/smsdvb.c | 1078 -------------------- drivers/media/usb/siano/smsendian.c | 103 -- drivers/media/usb/siano/smsendian.h | 32 - drivers/media/usb/siano/smsir.c | 114 --- drivers/media/usb/siano/smsir.h | 55 - drivers/media/usb/siano/smssdio.c | 365 ------- 32 files changed, 4641 insertions(+), 4626 deletions(-) --- http://git.linuxtv.org/media_tree.git?a=commitdiff;h=0013ca8c52ba7bb1030ed75d6df7e58af0314018 <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
