Add TS2022 support to TS2020 driver. Relative small changes were needed. Add I2C binding to TS2020. Switch TS2022 users to TS2020 and finally drop obsolete TS2022. Antti Palosaari (8): ts2020: add support for TS2022 ts2020: implement I2C client bindings em28xx: switch PCTV 461e to ts2020 driver cx23885: switch ts2022 to ts2020 driver smipcie: switch ts2022 to ts2020 driver dvbsky: switch ts2022 to ts2020 driver m88ts2022: remove obsolete driver ts2020: do not use i2c_transfer() on sleep() MAINTAINERS | 10 - drivers/media/dvb-frontends/ts2020.c | 302 +++++++++++++++-- drivers/media/dvb-frontends/ts2020.h | 25 +- drivers/media/pci/cx23885/Kconfig | 1 - drivers/media/pci/cx23885/cx23885-dvb.c | 30 +- drivers/media/pci/smipcie/Kconfig | 2 +- drivers/media/pci/smipcie/smipcie.c | 12 +- drivers/media/tuners/Kconfig | 8 - drivers/media/tuners/m88ts2022.c | 579 -------------------------------- drivers/media/tuners/m88ts2022.h | 54 --- drivers/media/tuners/m88ts2022_priv.h | 35 -- drivers/media/usb/dvb-usb-v2/Kconfig | 2 +- drivers/media/usb/dvb-usb-v2/dvbsky.c | 26 +- drivers/media/usb/em28xx/Kconfig | 2 +- drivers/media/usb/em28xx/em28xx-dvb.c | 13 +- 15 files changed, 331 insertions(+), 770 deletions(-) delete mode 100644 drivers/media/tuners/m88ts2022.c delete mode 100644 drivers/media/tuners/m88ts2022.h delete mode 100644 drivers/media/tuners/m88ts2022_priv.h -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html