All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antti Palosaari <crope@iki.fi>
To: LMML <linux-media@vger.kernel.org>
Subject: [PULL STAGING] Mirics MSi3101 SDR Dongle driver
Date: Sun, 18 Aug 2013 02:23:23 +0300	[thread overview]
Message-ID: <521005EB.9090400@iki.fi> (raw)

Hello Linux Media!

I have send all these patches to the mailing list and I haven't make any 
changes but commit log messages. Whilst adding explanation does not make 
much sense in trivial patches I decided to do it as :)
http://lwn.net/Articles/560392/

I request that driver to the staging as there is unresolved issues, most 
notable is not less than API.

I wrote also small blog post about this device and driver:
http://blog.palosaari.fi/2013/08/mirics-msi3101-sdr-linux-driver.html


regards
Antti


The following changes since commit 1c26190a8d492adadac4711fe5762d46204b18b0:

   [media] exynos4-is: Correct colorspace handling at FIMC-LITE 
(2013-06-28 15:33:27 -0300)

are available in the git repository at:

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

for you to fetch changes up to 2aefec530bdde273efa8894386d9f6a0b1f3caf0:

   msi3101: few improvements for RF tuner (2013-08-18 02:04:20 +0300)

----------------------------------------------------------------
Antti Palosaari (19):
       Mirics MSi3101 SDR Dongle driver
       msi3101: sample is correct term for sample
       msi3101: fix sampling rate calculation
       msi3101: add sampling mode control
       msi3101: enhance sampling results
       msi3101: fix stream re-start halt
       msi3101: add 2040:d300 Hauppauge WinTV 133559 LF
       msi3101: add debug dump for unknown stream data
       msi3101: correct ADC sampling rate calc a little bit
       msi3101: improve tuner synth calc step size
       msi3101: add support for stream format "252" I+Q per frame
       msi3101: init bits 23:20 on PLL register
       msi3101: fix overflow in freq setting
       msi3101: add stream format 336 I+Q pairs per frame
       msi3101: changes for tuner PLL freq limits
       msi3101: a lot of small cleanups
       msi3101: implement stream format 504
       msi3101: change stream format 384
       msi3101: few improvements for RF tuner

  drivers/staging/media/Kconfig               |    2 +
  drivers/staging/media/Makefile              |    1 +
  drivers/staging/media/msi3101/Kconfig       |    3 +
  drivers/staging/media/msi3101/Makefile      |    1 +
  drivers/staging/media/msi3101/sdr-msi3101.c | 1928 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  5 files changed, 1935 insertions(+)
  create mode 100644 drivers/staging/media/msi3101/Kconfig
  create mode 100644 drivers/staging/media/msi3101/Makefile
  create mode 100644 drivers/staging/media/msi3101/sdr-msi3101.c

-- 
http://palosaari.fi/

                 reply	other threads:[~2013-08-17 23:24 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=521005EB.9090400@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.