* [GIT PULL 4.1] TS2020 / TS2022
@ 2015-03-27 23:50 Antti Palosaari
2015-03-29 22:42 ` Antti Palosaari
0 siblings, 1 reply; 2+ messages in thread
From: Antti Palosaari @ 2015-03-27 23:50 UTC (permalink / raw)
To: LMML
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
The following changes since commit 8a56b6b5fd6ff92b7e27d870b803b11b751660c2:
[media] v4l2-subdev: remove enum_framesizes/intervals (2015-03-23
12:02:41 -0700)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git ts2020_pull
for you to fetch changes up to 23e73a15c8056b6a2a923a8fe6b9a20141b6274d:
ts2020: do not use i2c_transfer() on sleep() (2015-03-27 02:17:23 +0200)
----------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL 4.1] TS2020 / TS2022
2015-03-27 23:50 [GIT PULL 4.1] TS2020 / TS2022 Antti Palosaari
@ 2015-03-29 22:42 ` Antti Palosaari
0 siblings, 0 replies; 2+ messages in thread
From: Antti Palosaari @ 2015-03-29 22:42 UTC (permalink / raw)
To: LMML
PULL request update. Added pending patches which causes conflict otherwise.
regards
Antti
On 03/28/2015 01:50 AM, Antti Palosaari wrote:
> 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.
The following changes since commit 8a56b6b5fd6ff92b7e27d870b803b11b751660c2:
[media] v4l2-subdev: remove enum_framesizes/intervals (2015-03-23
12:02:41 -0700)
are available in the git repository at:
git://linuxtv.org/anttip/media_tree.git ts2020_pull
for you to fetch changes up to e958e05617a8d5819608b3821a3263653852a761:
ts2020: do not use i2c_transfer() on sleep() (2015-03-30 01:37:24 +0300)
----------------------------------------------------------------
Antti Palosaari (9):
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
dw2102: switch ts2022 to ts2020 driver
m88ts2022: remove obsolete driver
ts2020: do not use i2c_transfer() on sleep()
David Howells (1):
m88ts2022: Nested loops shouldn't use the same index variable
Olli Salonen (3):
dw2102: combine su3000_state and s6x0_state into dw2102_state
dw2102: store i2c client for tuner into dw2102_state
dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tuner
MAINTAINERS | 10 ---
drivers/media/dvb-core/dvb-usb-ids.h | 1 +
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/dvb-usb/Kconfig | 5 +-
drivers/media/usb/dvb-usb/dw2102.c | 192
++++++++++++++++++++++++++++++++++++++++++----
drivers/media/usb/em28xx/Kconfig | 2 +-
drivers/media/usb/em28xx/em28xx-dvb.c | 13 ++--
18 files changed, 514 insertions(+), 785 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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-29 22:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 23:50 [GIT PULL 4.1] TS2020 / TS2022 Antti Palosaari
2015-03-29 22:42 ` Antti Palosaari
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox