All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] dvb/pci/pt1: decompose earth-pt1 into sub drivers
@ 2018-03-28 17:14 tskd08
  2018-03-28 17:14 ` [PATCH v2 1/5] dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc tskd08
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tskd08 @ 2018-03-28 17:14 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, Akihiro Tsukada

From: Akihiro Tsukada <tskd08@gmail.com>

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 |   2 +
 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, 677 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.16.3

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-28 17:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 17:14 [PATCH v2 0/5] dvb/pci/pt1: decompose earth-pt1 into sub drivers tskd08
2018-03-28 17:14 ` [PATCH v2 1/5] dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc tskd08
2018-03-28 17:15 ` [PATCH v2 2/5] tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tuner tskd08
2018-03-28 17:15 ` [PATCH v2 3/5] dvb: earth-pt1: decompose pt1 driver into sub drivers tskd08
2018-03-28 17:15 ` [PATCH v2 4/5] dvb: earth-pt1: add support for suspend/resume tskd08
2018-03-28 17:15 ` [PATCH v2 5/5] dvb: earth-pt1: replace schedule_timeout with usleep_range tskd08

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.