From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Michael Krufky <mkrufky@kernellabs.com>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>,
linux-media <linux-media@vger.kernel.org>
Subject: Re: ATSC-MH driver support for the Hauppauge WinTV Aero-m
Date: Thu, 19 Apr 2012 10:36:13 -0300 [thread overview]
Message-ID: <4F9014CD.1040005@redhat.com> (raw)
In-Reply-To: <CAOcJUbxHCo7xfGHJZdeEgReJrpCriweSb9s9+-_NfSODLz_NPQ@mail.gmail.com>
Em 10-04-2012 00:49, Michael Krufky escreveu:
> These patches have been around and tested for quite some time. Every
> few weeks I have to regenerate them in order to stay in sync with the
> media tree. I think it's time for some review and possibly merge into
> the master development repository. This complies with what was
> discussed in at the media developer kernel summit in Prague, Oct 2011.
> Once merged, I'll have time to work on some userspace utilities. For
> now, I have created a very basic ATSC-MH scanning application that
> demonstrates the API additions. The app can be found here:
> http://linuxtv.org/hg/~mkrufky/mhscan
>
> Please review:
>
> The following changes since commit 296da3cd14db9eb5606924962b2956c9c656dbb0:
>
> [media] pwc: poll(): Check that the device has not beem claimed for
> streaming already (2012-03-27 11:42:04 -0300)
>
> are available in the git repository at:
> git://git.linuxtv.org/mkrufky/mxl111sf mh_for_v3.5
>
> Michael Krufky (8):
> linux-dvb v5 API support for ATSC-MH
This patch is incomplete:
- It doesn't increment the version number;
- Docbook is untouched.
Also, I didn't see any post of those patches at the ML. Please post the
patches at the ML for review before sending a pull request, especially
when API changes are there.
> mxl111sf-tuner: tune SYS_ATSCMH just like SYS_ATSC
> DVB: add support for the LG2160 ATSC-MH demodulator
> lg2160: update internal api interfaces and enable build
> dvb-demux: add functionality to send raw payload to the dvr device
> dvb-usb: add support for dvb-usb-adapters that deliver raw payload
> dvb-usb: increase MAX_NO_OF_FE_PER_ADAP from 2 to 3
> mxl111sf: add ATSC-MH support
>
> drivers/media/dvb/dvb-core/dvb_demux.c | 10 +
> drivers/media/dvb/dvb-core/dvb_demux.h | 2 +
> drivers/media/dvb/dvb-core/dvb_frontend.c | 92 ++-
> drivers/media/dvb/dvb-core/dvb_frontend.h | 22 +
> drivers/media/dvb/dvb-usb/Kconfig | 1 +
> drivers/media/dvb/dvb-usb/dvb-usb-urb.c | 12 +
> drivers/media/dvb/dvb-usb/dvb-usb.h | 3 +-
> drivers/media/dvb/dvb-usb/mxl111sf-tuner.c | 1 +
> drivers/media/dvb/dvb-usb/mxl111sf.c | 871 ++++++++++++++++-
> drivers/media/dvb/frontends/Kconfig | 8 +
> drivers/media/dvb/frontends/Makefile | 1 +
> drivers/media/dvb/frontends/lg2160.c | 1461 ++++++++++++++++++++++++++++
> drivers/media/dvb/frontends/lg2160.h | 84 ++
> include/linux/dvb/frontend.h | 54 +-
> 14 files changed, 2572 insertions(+), 50 deletions(-)
> create mode 100644 drivers/media/dvb/frontends/lg2160.c
> create mode 100644 drivers/media/dvb/frontends/lg2160.h
>
> Cheers,
>
> Mike
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2012-04-19 13:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-10 3:49 ATSC-MH driver support for the Hauppauge WinTV Aero-m Michael Krufky
2012-04-19 13:36 ` Mauro Carvalho Chehab [this message]
2012-04-19 14:40 ` Michael Krufky
2012-04-29 16:29 ` Michael Krufky
2012-04-29 16:31 ` Michael Krufky
2012-04-30 22:01 ` Michael Krufky
2012-04-30 22:04 ` Michael Krufky
2012-04-30 22:04 ` Michael Krufky
2012-04-30 22:04 ` Michael Krufky
2012-04-30 22:05 ` Michael Krufky
2012-04-30 22:05 ` Michael Krufky
2012-04-30 22:05 ` Michael Krufky
2012-04-30 22:05 ` Michael Krufky
2012-04-30 22:06 ` Michael Krufky
2012-04-30 22:06 ` Michael Krufky
2012-04-30 22:06 ` Michael Krufky
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=4F9014CD.1040005@redhat.com \
--to=mchehab@redhat.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=mkrufky@kernellabs.com \
/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;
as well as URLs for NNTP newsgroup(s).