All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: LMML <linux-media@vger.kernel.org>
Subject: [GIT PULL] PCTV 461e / M88DS3103 / M88TS2022
Date: Tue, 17 Dec 2013 01:47:20 +0200	[thread overview]
Message-ID: <52AF9108.1060101@iki.fi> (raw)

The following changes since commit 675722b0e3917c6c917f1aa5f6d005cd3a0479f5:

   Merge branch 'upstream-fixes' into patchwork (2013-12-13 05:04:00 -0200)

are available in the git repository at:


   git://linuxtv.org/anttip/media_tree.git pctv_461e

for you to fetch changes up to b7b5e9e0faf925a0405e61451d3f5d1331fe3e53:

   m88ds3103: fix possible i2c deadlock (2013-12-17 01:39:34 +0200)

----------------------------------------------------------------
Antti Palosaari (18):
       em28xx: add support for Empia EM28178
       a8293: add small sleep in order to settle LNB voltage
       Montage M88DS3103 DVB-S/S2 demodulator driver
       Montage M88TS2022 silicon tuner driver
       em28xx: add support for PCTV DVB-S2 Stick (461e) [2013:0258]
       MAINTAINERS: add M88DS3103
       MAINTAINERS: add M88TS2022
       m88ts2022: do not use dynamic stack allocation
       m88ds3103: do not use dynamic stack allocation
       m88ds3103: use I2C mux for tuner I2C adapter
       m88ds3103: use kernel macro to round division
       m88ds3103: fix TS mode config
       m88ts2022: reimplement synthesizer calculations
       m88ds3103: remove unneeded AGC from inittab
       m88ds3103: add default value for reg 56
       m88ds3103: I/O optimize inittab write
       m88ts2022: convert to Kernel I2C driver model
       m88ds3103: fix possible i2c deadlock

  MAINTAINERS                                  |   20 ++
  drivers/media/dvb-frontends/Kconfig          |    7 +
  drivers/media/dvb-frontends/Makefile         |    1 +
  drivers/media/dvb-frontends/a8293.c          |    2 +
  drivers/media/dvb-frontends/m88ds3103.c      | 1314 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/dvb-frontends/m88ds3103.h      |  118 ++++++++++++
  drivers/media/dvb-frontends/m88ds3103_priv.h |  219 ++++++++++++++++++++++
  drivers/media/tuners/Kconfig                 |    7 +
  drivers/media/tuners/Makefile                |    1 +
  drivers/media/tuners/m88ts2022.c             |  678 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/tuners/m88ts2022.h             |   58 ++++++
  drivers/media/tuners/m88ts2022_priv.h        |   38 ++++
  drivers/media/usb/em28xx/Kconfig             |    2 +
  drivers/media/usb/em28xx/em28xx-cards.c      |   40 ++++
  drivers/media/usb/em28xx/em28xx-core.c       |    9 +-
  drivers/media/usb/em28xx/em28xx-dvb.c        |   54 ++++++
  drivers/media/usb/em28xx/em28xx-input.c      |    2 +
  drivers/media/usb/em28xx/em28xx-reg.h        |    1 +
  drivers/media/usb/em28xx/em28xx.h            |    1 +
  19 files changed, 2569 insertions(+), 3 deletions(-)
  create mode 100644 drivers/media/dvb-frontends/m88ds3103.c
  create mode 100644 drivers/media/dvb-frontends/m88ds3103.h
  create mode 100644 drivers/media/dvb-frontends/m88ds3103_priv.h
  create mode 100644 drivers/media/tuners/m88ts2022.c
  create mode 100644 drivers/media/tuners/m88ts2022.h
  create mode 100644 drivers/media/tuners/m88ts2022_priv.h

-- 
http://palosaari.fi/

                 reply	other threads:[~2013-12-16 23:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=52AF9108.1060101@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.