public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Antti Palosaari <crope@iki.fi>
Cc: linux-media@vger.kernel.org
Subject: Re: [REVIEW PATCH 00/16] SDR API - drivers
Date: Tue, 11 Feb 2014 08:57:22 +0100	[thread overview]
Message-ID: <52F9D7E2.9040607@xs4all.nl> (raw)
In-Reply-To: <1392084299-16549-1-git-send-email-crope@iki.fi>

Hi Antti,

Thanks for reorganizing the patch series. This looks much nicer!

I plan on reviewing these series on Friday or in the weekend.

Regards,

	Hans

On 02/11/2014 03:04 AM, Antti Palosaari wrote:
> *** BLURB HERE ***
> 
> Antti Palosaari (16):
>   e4000: convert DVB tuner to I2C driver model
>   e4000: implement controls via v4l2 control framework
>   e4000: fix PLL calc to allow higher frequencies
>   e4000: implement PLL lock v4l control
>   e4000: get rid of DVB i2c_gate_ctrl()
>   e4000: convert to Regmap API
>   e4000: rename some variables
>   rtl2832_sdr: Realtek RTL2832 SDR driver module
>   rtl28xxu: constify demod config structs
>   rtl28xxu: attach SDR extension module
>   rtl28xxu: fix switch-case style issue
>   rtl28xxu: use muxed RTL2832 I2C adapters for E4000 and RTL2832_SDR
>   rtl2832_sdr: expose e4000 controls to user
>   r820t: add manual gain controls
>   rtl2832_sdr: expose R820T controls to user
>   MAINTAINERS: add rtl2832_sdr driver
> 
>  MAINTAINERS                                      |   10 +
>  drivers/media/tuners/Kconfig                     |    1 +
>  drivers/media/tuners/e4000.c                     |  598 +++++----
>  drivers/media/tuners/e4000.h                     |   21 +-
>  drivers/media/tuners/e4000_priv.h                |   86 +-
>  drivers/media/tuners/r820t.c                     |  137 +-
>  drivers/media/tuners/r820t.h                     |   10 +
>  drivers/media/usb/dvb-usb-v2/Makefile            |    1 +
>  drivers/media/usb/dvb-usb-v2/rtl28xxu.c          |   90 +-
>  drivers/media/usb/dvb-usb-v2/rtl28xxu.h          |    2 +
>  drivers/staging/media/Kconfig                    |    2 +
>  drivers/staging/media/Makefile                   |    2 +
>  drivers/staging/media/rtl2832u_sdr/Kconfig       |    7 +
>  drivers/staging/media/rtl2832u_sdr/Makefile      |    6 +
>  drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c | 1476 ++++++++++++++++++++++
>  drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.h |   51 +
>  16 files changed, 2234 insertions(+), 266 deletions(-)
>  create mode 100644 drivers/staging/media/rtl2832u_sdr/Kconfig
>  create mode 100644 drivers/staging/media/rtl2832u_sdr/Makefile
>  create mode 100644 drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c
>  create mode 100644 drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.h
> 


      parent reply	other threads:[~2014-02-11  7:57 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-11  2:04 [REVIEW PATCH 00/16] SDR API - drivers Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 01/16] e4000: convert DVB tuner to I2C driver model Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 02/16] e4000: implement controls via v4l2 control framework Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 03/16] e4000: fix PLL calc to allow higher frequencies Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 04/16] e4000: implement PLL lock v4l control Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 05/16] e4000: get rid of DVB i2c_gate_ctrl() Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 06/16] e4000: convert to Regmap API Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 07/16] e4000: rename some variables Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 08/16] rtl2832_sdr: Realtek RTL2832 SDR driver module Antti Palosaari
2014-02-14 14:57   ` Hans Verkuil
2014-02-27  0:42     ` Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 09/16] rtl28xxu: constify demod config structs Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 10/16] rtl28xxu: attach SDR extension module Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 11/16] rtl28xxu: fix switch-case style issue Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 12/16] rtl28xxu: use muxed RTL2832 I2C adapters for E4000 and RTL2832_SDR Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 13/16] rtl2832_sdr: expose e4000 controls to user Antti Palosaari
2014-02-14 15:02   ` Hans Verkuil
2014-02-26 16:52     ` Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 14/16] r820t: add manual gain controls Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 15/16] rtl2832_sdr: expose R820T controls to user Antti Palosaari
2014-02-11  2:04 ` [REVIEW PATCH 16/16] MAINTAINERS: add rtl2832_sdr driver Antti Palosaari
2014-02-11  7:57 ` Hans Verkuil [this message]

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=52F9D7E2.9040607@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox