public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/3] Remove ir-common module
Date: Sat, 13 Nov 2010 17:33:19 -0200	[thread overview]
Message-ID: <20101113173319.088ea5c7@pedra> (raw)

I did some tests using the Encore FM 5.3. This were the last device using
the legacy IR support on saa7134. After it, only one device
(Nebula Electronics DigiTV) still uses it. It is an old device, so, it will
probably not be easy to find someone with such hardware.

As the conversion requires to test if raw decoding work with bttv (e. g.
if the hardware works properly generating IRQ's on both GPIO transitions),
we need someone with this hardware, or with another hardware that connects
an IRQ directly into a bttv GPIO pin capable of generating IRQ's.
While we don't have it, let's just move the legacy code to bttv driver.

Mauro Carvalho Chehab (3):
  [media] saa7134: use rc-core raw decoders for Encore FM 5.3
  [media] saa7134: Remove legacy IR decoding logic inside the module
  [media] rc: Remove ir-common module

 drivers/media/rc/Kconfig                    |    5 -
 drivers/media/rc/Makefile                   |    2 -
 drivers/media/rc/ir-functions.c             |  120 --------------
 drivers/media/video/bt8xx/Kconfig           |    2 +-
 drivers/media/video/bt8xx/bttv-input.c      |  103 ++++++++++++-
 drivers/media/video/saa7134/Kconfig         |    2 +-
 drivers/media/video/saa7134/saa7134-input.c |  226 +--------------------------
 drivers/media/video/saa7134/saa7134.h       |    2 +-
 8 files changed, 107 insertions(+), 355 deletions(-)
 delete mode 100644 drivers/media/rc/ir-functions.c


             reply	other threads:[~2010-11-13 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-13 19:33 Mauro Carvalho Chehab [this message]
2010-11-13 21:04 ` [PATCH 0/3] Remove ir-common module David Härdeman

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=20101113173319.088ea5c7@pedra \
    --to=mchehab@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox