[media] siano: break it into common, mmc and usb
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 14 Jun 2012 19:36:01 +0000 (16:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 14 Aug 2012 02:52:52 +0000 (23:52 -0300)
commit0013ca8c52ba7bb1030ed75d6df7e58af0314018
tree31672d38162cff3dee895d1d815a8dd85ba67d5d
parented0c8b5465d6cec5458d9a3041a5167d83f40fdb
[media] siano: break it into common, mmc and usb

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 <mchehab@redhat.com>
22 files changed:
drivers/media/Kconfig
drivers/media/Makefile
drivers/media/common/Kconfig
drivers/media/common/Makefile
drivers/media/common/siano/Kconfig [new file with mode: 0644]
drivers/media/common/siano/Makefile [new file with mode: 0644]
drivers/media/common/siano/sms-cards.c [moved from drivers/media/usb/siano/sms-cards.c with 100% similarity]
drivers/media/common/siano/sms-cards.h [moved from drivers/media/usb/siano/sms-cards.h with 100% similarity]
drivers/media/common/siano/smscoreapi.c [moved from drivers/media/usb/siano/smscoreapi.c with 100% similarity]
drivers/media/common/siano/smscoreapi.h [moved from drivers/media/usb/siano/smscoreapi.h with 100% similarity]
drivers/media/common/siano/smsdvb.c [moved from drivers/media/usb/siano/smsdvb.c with 100% similarity]
drivers/media/common/siano/smsendian.c [moved from drivers/media/usb/siano/smsendian.c with 100% similarity]
drivers/media/common/siano/smsendian.h [moved from drivers/media/usb/siano/smsendian.h with 100% similarity]
drivers/media/common/siano/smsir.c [moved from drivers/media/usb/siano/smsir.c with 100% similarity]
drivers/media/common/siano/smsir.h [moved from drivers/media/usb/siano/smsir.h with 100% similarity]
drivers/media/mmc/Kconfig [new file with mode: 0644]
drivers/media/mmc/Makefile [new file with mode: 0644]
drivers/media/mmc/siano/Kconfig [new file with mode: 0644]
drivers/media/mmc/siano/Makefile [new file with mode: 0644]
drivers/media/mmc/siano/smssdio.c [moved from drivers/media/usb/siano/smssdio.c with 100% similarity]
drivers/media/usb/siano/Kconfig
drivers/media/usb/siano/Makefile