From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Devin Heitmueller <dheitmueller@kernellabs.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [GIT PULL] HVR-900 R2 and PCTV 330e DVB support
Date: Thu, 24 Mar 2011 14:34:24 -0300 [thread overview]
Message-ID: <4D8B80A0.5040600@redhat.com> (raw)
In-Reply-To: <AANLkTi=hppcpARY1DOOJwK7kyKPe+2Q415jt8dNh8Z=-@mail.gmail.com>
Em 24-03-2011 14:05, Devin Heitmueller escreveu:
> This patch series finally merges in Ralph Metzler's drx-d driver and
> brings up the PCTV 330e and
> HVR-900R2. The patches have been tested for quite some time by users
> on the Kernel Labs blog,
> and they have been quite happy with them.
>
> The firmware required can be found here:
>
> http://kernellabs.com/firmware/drxd/
>
> The following changes since commit 41f3becb7bef489f9e8c35284dd88a1ff59b190c:
>
> [media] V4L DocBook: update V4L2 version (2011-03-11 18:09:02 -0300)
>
> are available in the git repository at:
> git://sol.kernellabs.com/dheitmueller/drx.git drxd
The pull request went fine. I'll be handling the series right now.
One quick note for your next pull requests: Please don't add:
Priority: normal
Meta-tag on git patches. All patches are handled by default as normal patches.
If you want to send me fixes, please use a separate pull request. Also, if
a patch is meant to be sent also to stable kernels, just add:
Cc: stable@kernel.org
And upstream stable team will take care on it, when the patch arrives Linus tree.
>
> Devin Heitmueller (12):
> drx: add initial drx-d driver
> drxd: add driver to Makefile and Kconfig
> drxd: provide ability to control rs byte
> em28xx: enable support for the drx-d on the HVR-900 R2
> drxd: provide ability to disable the i2c gate control function
> em28xx: fix GPIO problem with HVR-900R2 getting out of sync with drx-d
> em28xx: include model number for PCTV 330e
> em28xx: add digital support for PCTV 330e
> drxd: move firmware to binary blob
> em28xx: remove "not validated" flag for PCTV 330e
> em28xx: add remote control support for PCTV 330e
> drxd: Run lindent across sources
>
> Documentation/video4linux/CARDLIST.em28xx | 2 +-
> drivers/media/dvb/frontends/Kconfig | 11 +
> drivers/media/dvb/frontends/Makefile | 2 +
> drivers/media/dvb/frontends/drxd.h | 61 +
> drivers/media/dvb/frontends/drxd_firm.c | 929 ++
> drivers/media/dvb/frontends/drxd_firm.h | 118 +
> drivers/media/dvb/frontends/drxd_hard.c | 2806 ++++++
> drivers/media/dvb/frontends/drxd_map_firm.h |12694 +++++++++++++++++++++++++++
> drivers/media/video/em28xx/em28xx-cards.c | 21 +-
> drivers/media/video/em28xx/em28xx-dvb.c | 22 +-
> drivers/media/video/em28xx/em28xx.h | 2 +-
> 11 files changed, 16649 insertions(+), 19 deletions(-)
> create mode 100644 drivers/media/dvb/frontends/drxd.h
> create mode 100644 drivers/media/dvb/frontends/drxd_firm.c
> create mode 100644 drivers/media/dvb/frontends/drxd_firm.h
> create mode 100644 drivers/media/dvb/frontends/drxd_hard.c
> create mode 100644 drivers/media/dvb/frontends/drxd_map_firm.h
>
>
next prev parent reply other threads:[~2011-03-24 17:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-24 17:05 [GIT PULL] HVR-900 R2 and PCTV 330e DVB support Devin Heitmueller
2011-03-24 17:34 ` Mauro Carvalho Chehab [this message]
2011-03-24 17:36 ` Devin Heitmueller
2011-03-25 15:50 ` Mauro Carvalho Chehab
[not found] ` <AANLkTimW+e8-YC=nFdiKYr=6TKYRozf8uAct21i5QHN0@mail.gmail.com>
2011-03-25 16:45 ` Mauro Carvalho Chehab
2011-04-02 10:43 ` Mauro Carvalho Chehab
2011-04-02 21:01 ` Devin Heitmueller
2011-04-02 22:47 ` Mauro Carvalho Chehab
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=4D8B80A0.5040600@redhat.com \
--to=mchehab@redhat.com \
--cc=dheitmueller@kernellabs.com \
--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.