All of lore.kernel.org
 help / color / mirror / Atom feed
From: tskd08@gmail.com
To: linux-media@vger.kernel.org
Cc: m.chehab@samsung.com, Akihiro Tsukada <tskd08@gmail.com>
Subject: [PATCH v3 0/4] modify earth-pt3 and its dependees to use i2c template
Date: Fri, 16 Jan 2015 20:24:36 +0900	[thread overview]
Message-ID: <1421407480-9122-1-git-send-email-tskd08@gmail.com> (raw)

From: Akihiro Tsukada <tskd08@gmail.com>

This patch series depends on the previous patch:
"[PATCH v3]dvb-core: add template code for i2c binding model"

The adapter(earth-pt3), its demod (tc90522) and tuners (mxl301rf, qm1d1c0042)
are ported to dvb-core i2c template.

Changes in v3:
- tc90522,earth-pt3: adapt to i2c template patch v3,
     moved fe_i2c_client from dvb_frontend* to state

Akihiro Tsukada (4):
  dvb: qm1d1c0042: use dvb-core i2c binding model template
  dvb: mxl301rf: use dvb-core i2c binding model template
  dvb: tc90522: use dvb-core i2c binding model template
  dvb: earth-pt3: use dvb-core i2c binding model template

 drivers/media/dvb-frontends/tc90522.c | 64 +++++++++++++-------------
 drivers/media/dvb-frontends/tc90522.h |  8 ++--
 drivers/media/pci/pt3/pt3.c           | 85 +++++++++++------------------------
 drivers/media/pci/pt3/pt3.h           | 11 ++---
 drivers/media/tuners/mxl301rf.c       | 50 ++++++---------------
 drivers/media/tuners/mxl301rf.h       |  2 +-
 drivers/media/tuners/qm1d1c0042.c     | 60 ++++++++-----------------
 drivers/media/tuners/qm1d1c0042.h     |  2 -
 8 files changed, 99 insertions(+), 183 deletions(-)

-- 
2.2.2


             reply	other threads:[~2015-01-16 11:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16 11:24 tskd08 [this message]
2015-01-16 11:24 ` [PATCH v3 1/4] dvb: qm1d1c0042: use dvb-core i2c binding model template tskd08
2015-01-16 11:24 ` [PATCH v3 2/4] dvb: mxl301rf: " tskd08
2015-01-16 11:24 ` [PATCH v3 3/4] dvb: tc90522: " tskd08
2015-01-16 11:24 ` [PATCH v3 4/4] dvb: earth-pt3: " 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=1421407480-9122-1-git-send-email-tskd08@gmail.com \
    --to=tskd08@gmail.com \
    --cc=linux-media@vger.kernel.org \
    --cc=m.chehab@samsung.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 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.