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 v2 0/4] modify earth-pt3 and its dependees to use i2c template
Date: Wed,  7 Jan 2015 22:20:40 +0900	[thread overview]
Message-ID: <1420636844-32553-1-git-send-email-tskd08@gmail.com> (raw)

From: Akihiro Tsukada <tskd08@gmail.com>

This patch series depends on the previous patch:
"[PATCH v2]dvb-core: add template code for i2c binding model"
<1420635900-32221-1-git-send-email-tskd08@gmail.com>

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

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 | 143 ++++++++++++++--------------------
 drivers/media/dvb-frontends/tc90522.h |   8 +-
 drivers/media/pci/pt3/pt3.c           |  89 +++++++--------------
 drivers/media/pci/pt3/pt3.h           |  12 +--
 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, 129 insertions(+), 237 deletions(-)

-- 
2.2.1


             reply	other threads:[~2015-01-07 13:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-07 13:20 tskd08 [this message]
2015-01-07 13:20 ` [PATCH v2 1/4] dvb: qm1d1c0042: use dvb-core i2c binding model template tskd08
2015-01-07 13:20 ` [PATCH v2 2/4] dvb: mxl301rf: " tskd08
2015-01-07 13:20 ` [PATCH v2 3/4] dvb: tc90522: " tskd08
2015-01-07 13:20 ` [PATCH v2 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=1420636844-32553-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.