* WPC8769L (WEC1020) support in winbond-cir?
@ 2013-10-14 13:16 Tom Gundersen
2013-10-14 14:07 ` Mauro Carvalho Chehab
2013-10-15 21:59 ` David Härdeman
0 siblings, 2 replies; 9+ messages in thread
From: Tom Gundersen @ 2013-10-14 13:16 UTC (permalink / raw)
To: Juan J. Garcia de Soria, David Härdeman
Cc: Sean Young, linux-input@vger.kernel.org
Hi David and Juan,
I'm going through the various out-of-tree LIRC drivers to see if we
can stop shipping them in Arch Linux [0]. So far it appears we can
drop all except for lirc_wpc8769l [1] (PnP id WEC1020).
I noticed the comment in windownd-cir [2]:
* Currently supports the Winbond WPCD376i chip (PNP id WEC1022), but
* could probably support others (Winbond WEC102X, NatSemi, etc)
* with minor modifications.
What are your thoughts on adding support for WEC1020 upstream? Is
anyone interested in doing this work (I sadly don't have the correct
device, so can't really do it myself)?
Cheers,
Tom
[0]: <https://mailman.archlinux.org/pipermail/arch-dev-public/2013-October/025541.html>
[1]: <http://sourceforge.net/p/lirc/git/ci/master/tree/drivers/lirc_wpc8769l/>
[2]: <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/media/rc/winbond-cir.c#n5>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: WPC8769L (WEC1020) support in winbond-cir?
2013-10-14 13:16 WPC8769L (WEC1020) support in winbond-cir? Tom Gundersen
@ 2013-10-14 14:07 ` Mauro Carvalho Chehab
2013-10-14 14:39 ` Sean Young
2013-10-14 14:42 ` Tom Gundersen
2013-10-15 21:59 ` David Härdeman
1 sibling, 2 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2013-10-14 14:07 UTC (permalink / raw)
To: Tom Gundersen
Cc: Juan J. Garcia de Soria, David Härdeman, Sean Young,
linux-input@vger.kernel.org, LMML
Hi Tom,
Em Mon, 14 Oct 2013 15:16:20 +0200
Tom Gundersen <teg@jklm.no> escreveu:
> Hi David and Juan,
>
> I'm going through the various out-of-tree LIRC drivers to see if we
> can stop shipping them in Arch Linux [0]. So far it appears we can
> drop all except for lirc_wpc8769l [1] (PnP id WEC1020).
Please copy the Linux Media ML to all Remote Controller drivers. There's
where we're discussing those drivers. No need to c/c linux-input.
Yeah, both lirc_atiusb and lirc_i2c were now obsoleted by upstream
non-staging drivers. I suggest to just drop it from Arch Linux.
Not sure about lirc_wpc8769l. David/Sean/Juan can have a better view.
Btw, there are also a number of lirc staging drivers under
drivers/staging/media/lirc/. We'd love some help trying to convert them
to use the rc core, moving them out of staging.
>
> I noticed the comment in windownd-cir [2]:
>
> * Currently supports the Winbond WPCD376i chip (PNP id WEC1022), but
> * could probably support others (Winbond WEC102X, NatSemi, etc)
> * with minor modifications.
>
> What are your thoughts on adding support for WEC1020 upstream? Is
> anyone interested in doing this work (I sadly don't have the correct
> device, so can't really do it myself)?
>
> Cheers,
>
> Tom
>
> [0]: <https://mailman.archlinux.org/pipermail/arch-dev-public/2013-October/025541.html>
> [1]: <http://sourceforge.net/p/lirc/git/ci/master/tree/drivers/lirc_wpc8769l/>
> [2]: <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/media/rc/winbond-cir.c#n5>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Regards,
Mauro
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: WPC8769L (WEC1020) support in winbond-cir?
2013-10-14 14:07 ` Mauro Carvalho Chehab
@ 2013-10-14 14:39 ` Sean Young
2013-10-14 14:42 ` Tom Gundersen
1 sibling, 0 replies; 9+ messages in thread
From: Sean Young @ 2013-10-14 14:39 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Tom Gundersen, Juan J. Garcia de Soria, David Härdeman, LMML
On Mon, Oct 14, 2013 at 11:07:48AM -0300, Mauro Carvalho Chehab wrote:
> Em Mon, 14 Oct 2013 15:16:20 +0200
> Tom Gundersen <teg@jklm.no> escreveu:
> Not sure about lirc_wpc8769l. David/Sean/Juan can have a better view.
I've just had a cursory look at lirc_wpc8769l. The device does look similar
to winbond-cir, but not exactly the same. I wouldn't mind doing the work but
I don't have the hardware.
> Btw, there are also a number of lirc staging drivers under
> drivers/staging/media/lirc/. We'd love some help trying to convert them
> to use the rc core, moving them out of staging.
Again I'd like to do some work here but I don't have the hardware. I ported
the ttusbir driver after getting the device on ebay for a small amount.
Sean
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: WPC8769L (WEC1020) support in winbond-cir?
2013-10-14 14:07 ` Mauro Carvalho Chehab
2013-10-14 14:39 ` Sean Young
@ 2013-10-14 14:42 ` Tom Gundersen
1 sibling, 0 replies; 9+ messages in thread
From: Tom Gundersen @ 2013-10-14 14:42 UTC (permalink / raw)
To: Mauro Carvalho Chehab
Cc: Juan J. Garcia de Soria, David Härdeman, Sean Young,
linux-input@vger.kernel.org, LMML
On Mon, Oct 14, 2013 at 4:07 PM, Mauro Carvalho Chehab
<m.chehab@samsung.com> wrote:
> Hi Tom,
>
> Em Mon, 14 Oct 2013 15:16:20 +0200
> Tom Gundersen <teg@jklm.no> escreveu:
>
>> Hi David and Juan,
>>
>> I'm going through the various out-of-tree LIRC drivers to see if we
>> can stop shipping them in Arch Linux [0]. So far it appears we can
>> drop all except for lirc_wpc8769l [1] (PnP id WEC1020).
>
> Please copy the Linux Media ML to all Remote Controller drivers. There's
> where we're discussing those drivers. No need to c/c linux-input.
>
> Yeah, both lirc_atiusb and lirc_i2c were now obsoleted by upstream
> non-staging drivers. I suggest to just drop it from Arch Linux.
Thanks for the info, we'll drop those drivers.
Cheers,
Tom
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: WPC8769L (WEC1020) support in winbond-cir?
2013-10-14 13:16 WPC8769L (WEC1020) support in winbond-cir? Tom Gundersen
2013-10-14 14:07 ` Mauro Carvalho Chehab
@ 2013-10-15 21:59 ` David Härdeman
[not found] ` <CAB+yVgCtvRHRLxP2SRgCAqkCKdyThgr48fOvBFe9YHfz3xArmQ@mail.gmail.com>
1 sibling, 1 reply; 9+ messages in thread
From: David Härdeman @ 2013-10-15 21:59 UTC (permalink / raw)
To: Tom Gundersen
Cc: Juan J. Garcia de Soria, Sean Young, linux-input@vger.kernel.org,
linux-media
On Mon, Oct 14, 2013 at 03:16:20PM +0200, Tom Gundersen wrote:
>Hi David and Juan,
>
>I'm going through the various out-of-tree LIRC drivers to see if we
>can stop shipping them in Arch Linux [0]. So far it appears we can
>drop all except for lirc_wpc8769l [1] (PnP id WEC1020).
>
>I noticed the comment in windownd-cir [2]:
>
> * Currently supports the Winbond WPCD376i chip (PNP id WEC1022), but
> * could probably support others (Winbond WEC102X, NatSemi, etc)
> * with minor modifications.
>
>What are your thoughts on adding support for WEC1020 upstream? Is
>anyone interested in doing this work (I sadly don't have the correct
>device, so can't really do it myself)?
IIRC, Juan had a hacked-up version of the winbond-cir driver working on
his hardware back in March (the hardware seems similar enough, basically
the WEC1022 adds some additional Wake-On-IR functionality...I seem to
recall).
But I think Juan is the one to talk to. I don't have the WEC1020
hardware and I don't have his experience of adding support for it...
--
David Härdeman
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-10-22 10:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 13:16 WPC8769L (WEC1020) support in winbond-cir? Tom Gundersen
2013-10-14 14:07 ` Mauro Carvalho Chehab
2013-10-14 14:39 ` Sean Young
2013-10-14 14:42 ` Tom Gundersen
2013-10-15 21:59 ` David Härdeman
[not found] ` <CAB+yVgCtvRHRLxP2SRgCAqkCKdyThgr48fOvBFe9YHfz3xArmQ@mail.gmail.com>
2013-10-16 14:47 ` Juan Jesús García de Soria Lucena
2013-10-16 14:47 ` Juan Jesús García de Soria Lucena
[not found] ` <CAG-2HqVh1hzC0rzft9gD+4zmJpnpH9OKj64vyO4teCrX5wuT+g@mail.gmail.com>
2013-10-22 10:57 ` Juan Jesús García de Soria Lucena
2013-10-22 10:57 ` Juan Jesús García de Soria Lucena
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.