ATSC-MH driver support for the Hauppauge WinTV Aero-m
Message ID | CAOcJUbxHCo7xfGHJZdeEgReJrpCriweSb9s9+-_NfSODLz_NPQ@mail.gmail.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from <linux-media-owner@vger.kernel.org>) id 1SHS53-0003wP-PD for patchwork@linuxtv.org; Tue, 10 Apr 2012 05:49:21 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtp for <patchwork@linuxtv.org> id 1SHS52-00066g-Cd; Tue, 10 Apr 2012 05:49:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755196Ab2DJDtS (ORCPT <rfc822;patchwork@linuxtv.org>); Mon, 9 Apr 2012 23:49:18 -0400 Received: from mail-vb0-f46.google.com ([209.85.212.46]:37749 "EHLO mail-vb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755143Ab2DJDtS (ORCPT <rfc822; linux-media@vger.kernel.org>); Mon, 9 Apr 2012 23:49:18 -0400 Received: by vbbff1 with SMTP id ff1so2743134vbb.19 for <linux-media@vger.kernel.org>; Mon, 09 Apr 2012 20:49:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=8dfJyD6bi7Zv0HqpvuNiLVrsi31WfCXlheH8Gozd0P0=; b=BwlnX2c+Wiw+IPrI0RMJ1dQ4qIaMddrE5tDz/N9/FTqoco7KP9pQ0xtsEpVXmrUYeb 8WtEMGmuz2Mju37bk93CtpuYPoQ3gxawihJkSg2SCY/UgrX7L7OVRn05BIzkpdU5FYmd cFEpge7+Ih6rt+Xf+4fUaKSkygOnGrOrwMsA1SNZHsXc+Gh/PfOrRnyE62N8XoAqVlaO L8Yz4xTe1331S3x9P4od8FfaUpkwnbsiBVXaeNT8ZhnDNEIi+WliaAx+3VLqTfqWl1Ap BDkVU7IlBCDk1y+3k51kAT/mhkCi4bbQG+BgstX0nX7x1TvcadhqkPKsnd/J4HxYtYpo EbvA== MIME-Version: 1.0 Received: by 10.220.227.70 with SMTP id iz6mr4872172vcb.29.1334029757322; Mon, 09 Apr 2012 20:49:17 -0700 (PDT) Received: by 10.52.72.8 with HTTP; Mon, 9 Apr 2012 20:49:17 -0700 (PDT) Date: Mon, 9 Apr 2012 23:49:17 -0400 X-Google-Sender-Auth: xuo_FJhA-YfEfM3HSJnQQJdO658 Message-ID: <CAOcJUbxHCo7xfGHJZdeEgReJrpCriweSb9s9+-_NfSODLz_NPQ@mail.gmail.com> Subject: ATSC-MH driver support for the Hauppauge WinTV Aero-m From: Michael Krufky <mkrufky@kernellabs.com> To: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: linux-media <linux-media@vger.kernel.org> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.4.10.33916 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, DATE_TZ_NA 0, URI_ENDS_IN_HTML 0, WEBMAIL_SOURCE 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __PHISH_SPEAR_HTTP_RECEIVED 0, __PHISH_SPEAR_STRUCTURE_1 0, __PHISH_SPEAR_STRUCTURE_2 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS ' |
Pull-request
git://git.linuxtv.org/mkrufky/mxl111sf mh_for_v3.5Message
Michael Krufky
April 10, 2012, 3:49 a.m. UTC
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 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
Comments
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 -- 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
On Thu, Apr 19, 2012 at 9:36 AM, Mauro Carvalho Chehab <mchehab@redhat.com> wrote: > 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. Mauro, Thanks for the feedback. I'll make the Docbook changes, then I'll patchbomb the mailing list (it's just a handful of patches for the API change) and follow it up with another pull request. 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