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] af9035/it9135 changes
Date: Fri, 05 Sep 2014 00:53:01 +0300	[thread overview]
Message-ID: <5408DF3D.7070604@iki.fi> (raw)

The following changes since commit 89fffac802c18caebdf4e91c0785b522c9f6399a:

   [media] drxk_hard: fix bad alignments (2014-09-03 19:19:18 -0300)

are available in the git repository at:

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

for you to fetch changes up to 9507ed6ce19644d0078e0d68af8e4ee73c7eba4b:

   af9035: remove I2C client differently (2014-09-05 00:45:49 +0300)

----------------------------------------------------------------
Antti Palosaari (41):
       af9033: feed clock to RF tuner
       af9033: provide dyn0_clk clock source
       af9035: enable AF9033 demod clock source for IT9135
       it913x: fix tuner sleep power leak
       it913x: avoid division by zero on error case
       it913x: fix IT9135 AX sleep
       af9035: remove AVerMedia eeprom override
       af9035: make checkpatch.pl happy
       af9033: make checkpatch.pl happy
       it913x: make checkpatch.pl happy
       it913x: rename tuner_it913x => it913x
       af9035: do not attach IT9135 tuner
       it913x: convert to I2C driver
       af9035: use I2C it913x tuner driver
       it913x: change reg read/write routines more common
       it913x: rename 'state' to 'dev'
       it913x: convert to RegMap API
       it913x: re-implement sleep
       it913x: remove dead code
       it913x: get rid of script loader and and private header file
       it913x: refactor code largely
       it913x: replace udelay polling with jiffies
       af9033: fix firmware version logging
       af9033: rename 'state' to 'dev'
       af9033: convert to I2C client
       af9033: clean up logging
       af9035: few small I2C master xfer changes
       af9033: remove I2C addr from config
       af9035: replace PCTV device model numbers with name
       MAINTAINERS: IT913X driver filenames
       af9033: implement DVBv5 statistic for signal strength
       af9033: implement DVBv5 statistic for CNR
       af9033: wrap DVBv3 read SNR to DVBv5 CNR
       af9033: implement DVBv5 stat block counters
       af9033: implement DVBv5 post-Viterbi BER
       af9033: wrap DVBv3 UCB to DVBv5 UCB stats
       af9033: wrap DVBv3 BER to DVBv5 BER
       af9033: remove all DVBv3 stat calculation logic
       dvb-usb-v2: add frontend_detach callback
       dvb-usb-v2: add tuner_detach callback
       af9035: remove I2C client differently

Bimow Chen (3):
       af9033: update IT9135 tuner inittabs
       it913x: init tuner on attach
       get_dvb_firmware: Update firmware of ITEtech IT9135

Malcolm Priestley (1):
       af9035: new IDs: add support for PCTV 78e and PCTV 79e

  Documentation/dvb/get_dvb_firmware                |  24 +++--
  MAINTAINERS                                       |   2 +-
  drivers/media/dvb-core/dvb-usb-ids.h              |   2 +
  drivers/media/dvb-frontends/af9033.c              | 738 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
  drivers/media/dvb-frontends/af9033.h              |  58 ++++------
  drivers/media/dvb-frontends/af9033_priv.h         |  21 ++--
  drivers/media/tuners/Kconfig                      |   1 +
  drivers/media/tuners/Makefile                     |   2 +-
  drivers/media/tuners/it913x.c                     | 478 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  drivers/media/tuners/{tuner_it913x.h => it913x.h} |  41 +++++---
  drivers/media/tuners/tuner_it913x.c               | 447 
-----------------------------------------------------------------------------
  drivers/media/tuners/tuner_it913x_priv.h          |  78 --------------
  drivers/media/usb/dvb-usb-v2/af9035.c             | 322 
++++++++++++++++++++++++++++++++++++++++++++-----------
  drivers/media/usb/dvb-usb-v2/af9035.h             |   6 +-
  drivers/media/usb/dvb-usb-v2/dvb_usb.h            |   3 +
  drivers/media/usb/dvb-usb-v2/dvb_usb_core.c       |  24 ++++-
  16 files changed, 1252 insertions(+), 995 deletions(-)
  create mode 100644 drivers/media/tuners/it913x.c
  rename drivers/media/tuners/{tuner_it913x.h => it913x.h} (67%)
  delete mode 100644 drivers/media/tuners/tuner_it913x.c
  delete mode 100644 drivers/media/tuners/tuner_it913x_priv.h

-- 
http://palosaari.fi/

             reply	other threads:[~2014-09-04 21:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-04 21:53 Antti Palosaari [this message]
2014-09-04 23:25 ` [GIT PULL] af9035/it9135 changes Antti Palosaari

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=5408DF3D.7070604@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.