* [PATCH 0/3] Remove ir-common module
@ 2010-11-13 19:33 Mauro Carvalho Chehab
2010-11-13 21:04 ` David Härdeman
0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2010-11-13 19:33 UTC (permalink / raw)
Cc: Linux Media Mailing List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/3] Remove ir-common module
2010-11-13 19:33 [PATCH 0/3] Remove ir-common module Mauro Carvalho Chehab
@ 2010-11-13 21:04 ` David Härdeman
0 siblings, 0 replies; 2+ messages in thread
From: David Härdeman @ 2010-11-13 21:04 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List
On Sat, Nov 13, 2010 at 05:33:19PM -0200, Mauro Carvalho Chehab wrote:
>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.
Excellent, this was exactly what I was hoping for :)
--
David Härdeman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-13 21:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-13 19:33 [PATCH 0/3] Remove ir-common module Mauro Carvalho Chehab
2010-11-13 21:04 ` David Härdeman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox