From: tskd08@gmail.com
To: linux-media@vger.kernel.org
Cc: mchehab@s-opensource.com, Akihiro Tsukada <tskd08@gmail.com>,
hiranotaka@zng.info
Subject: [PATCH v3 0/5] dvb/pci/pt1: decompose earth-pt1 into sub drivers
Date: Mon, 9 Apr 2018 02:39:48 +0900 [thread overview]
Message-ID: <20180408173953.11076-1-tskd08@gmail.com> (raw)
From: Akihiro Tsukada <tskd08@gmail.com>
Changes since v2:
- dvb-pll,pt1: do not #define chip name constants and use string literals
Changes since v1:
- use new style of specifying pll_desc of the terrestrial tuner
Akihiro Tsukada (5):
dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc
tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tuner
dvb: earth-pt1: decompose pt1 driver into sub drivers
dvb: earth-pt1: add support for suspend/resume
dvb: earth-pt1: replace schedule_timeout with usleep_range
drivers/media/dvb-frontends/dvb-pll.c | 24 +
drivers/media/dvb-frontends/dvb-pll.h | 1 +
drivers/media/pci/pt1/Kconfig | 3 +
drivers/media/pci/pt1/Makefile | 3 +-
drivers/media/pci/pt1/pt1.c | 470 ++++++++++++-----
drivers/media/pci/pt1/va1j5jf8007s.c | 732 --------------------------
drivers/media/pci/pt1/va1j5jf8007s.h | 42 --
drivers/media/pci/pt1/va1j5jf8007t.c | 532 -------------------
drivers/media/pci/pt1/va1j5jf8007t.h | 42 --
drivers/media/tuners/Kconfig | 7 +
drivers/media/tuners/Makefile | 1 +
drivers/media/tuners/qm1d1b0004.c | 264 ++++++++++
drivers/media/tuners/qm1d1b0004.h | 24 +
13 files changed, 676 insertions(+), 1469 deletions(-)
delete mode 100644 drivers/media/pci/pt1/va1j5jf8007s.c
delete mode 100644 drivers/media/pci/pt1/va1j5jf8007s.h
delete mode 100644 drivers/media/pci/pt1/va1j5jf8007t.c
delete mode 100644 drivers/media/pci/pt1/va1j5jf8007t.h
create mode 100644 drivers/media/tuners/qm1d1b0004.c
create mode 100644 drivers/media/tuners/qm1d1b0004.h
--
2.17.0
next reply other threads:[~2018-04-08 17:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-08 17:39 tskd08 [this message]
2018-04-08 17:39 ` [PATCH v3 1/5] dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc tskd08
2018-04-08 17:39 ` [PATCH v3 2/5] tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tuner tskd08
2018-05-05 11:22 ` Mauro Carvalho Chehab
2018-04-08 17:39 ` [PATCH v3 3/5] dvb: earth-pt1: decompose pt1 driver into sub drivers tskd08
2018-04-08 17:39 ` [PATCH v3 4/5] dvb: earth-pt1: add support for suspend/resume tskd08
2018-04-08 17:39 ` [PATCH v3 5/5] dvb: earth-pt1: replace schedule_timeout with usleep_range tskd08
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=20180408173953.11076-1-tskd08@gmail.com \
--to=tskd08@gmail.com \
--cc=hiranotaka@zng.info \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@s-opensource.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox