From: Antti Palosaari <crope@iki.fi>
To: LMML <linux-media@vger.kernel.org>
Subject: Re: [GIT PULL 4.1] TS2020 / TS2022
Date: Mon, 30 Mar 2015 01:42:58 +0300 [thread overview]
Message-ID: <55187FF2.5020802@iki.fi> (raw)
In-Reply-To: <5515ECB7.3050702@iki.fi>
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/
prev parent reply other threads:[~2015-03-29 22:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 23:50 [GIT PULL 4.1] TS2020 / TS2022 Antti Palosaari
2015-03-29 22:42 ` Antti Palosaari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55187FF2.5020802@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.