public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] convert drivers to SDR API
@ 2013-12-29  4:51 Antti Palosaari
  2013-12-29  4:51 ` [PATCH 1/6] rtl2832_sdr: convert " Antti Palosaari
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Antti Palosaari @ 2013-12-29  4:51 UTC (permalink / raw)
  To: linux-media; +Cc: Hans Verkuil, Antti Palosaari

Here is two drivers converted to API.

There is still a tons of things	to do, like expose tuner AGC control to
userspace. Also one very big task is to design how these DVB tuners should
be shared properly with DVB and V4L2 SDR API. Move used V4L2 FourCC codes
to API and many many other easy things!

[1] Kernel tree having latest SDR drivers (msi3101 and rtl2832)
[2] GNU Radio plugin to use these devices via Kernel API
[3] FM radio schematics for GNU	Radio to listen radio (by OZ9AEC)


[1] http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/sdr
[2] http://git.linuxtv.org/anttip/gr-kernel.git
[3] http://palosaari.fi/linux/v4l-dvb/wfm_rx.py

regards
Antti

Antti Palosaari (6):
  rtl2832_sdr: convert to SDR API
  msi3101: convert to SDR API
  msi3101: add u8 sample format
  msi3101: add u16 LE sample format
  msi3101: tons of small changes
  v4l: disable lockdep on vb2_fop_mmap()

 drivers/media/v4l2-core/videobuf2-core.c         |  14 +-
 drivers/staging/media/msi3101/sdr-msi3101.c      | 526 ++++++++++++++---------
 drivers/staging/media/rtl2832u_sdr/rtl2832_sdr.c | 387 ++++++++++-------
 3 files changed, 565 insertions(+), 362 deletions(-)

-- 
1.8.4.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-01-17 15:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-29  4:51 [PATCH 0/6] convert drivers to SDR API Antti Palosaari
2013-12-29  4:51 ` [PATCH 1/6] rtl2832_sdr: convert " Antti Palosaari
2013-12-29  4:51 ` [PATCH 2/6] msi3101: " Antti Palosaari
2013-12-29  4:51 ` [PATCH 3/6] msi3101: add u8 sample format Antti Palosaari
2014-01-05 12:14   ` Hans Verkuil
2014-01-14  1:46     ` Antti Palosaari
2013-12-29  4:51 ` [PATCH 4/6] msi3101: add u16 LE " Antti Palosaari
2013-12-29  4:51 ` [PATCH 5/6] msi3101: tons of small changes Antti Palosaari
2013-12-29  4:51 ` [PATCH 6/6] v4l: disable lockdep on vb2_fop_mmap() Antti Palosaari
2014-01-17 10:04   ` Hans Verkuil
2014-01-17 15:14     ` Antti Palosaari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox