public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Re: WPC8769L (WEC1020) support in winbond-cir?
       [not found] <CAG-2HqX-TO7h8zJ6F01r2LfRVjQtb0pK_1wKGsYVKzB0zC7TQA@mail.gmail.com>
@ 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; 6+ 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] 6+ messages in thread

* Re: WPC8769L (WEC1020) support in winbond-cir?
  2013-10-14 14:07 ` WPC8769L (WEC1020) support in winbond-cir? Mauro Carvalho Chehab
@ 2013-10-14 14:39   ` Sean Young
  2013-10-14 14:42   ` Tom Gundersen
  1 sibling, 0 replies; 6+ 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] 6+ messages in thread

* Re: WPC8769L (WEC1020) support in winbond-cir?
  2013-10-14 14:07 ` WPC8769L (WEC1020) support in winbond-cir? Mauro Carvalho Chehab
  2013-10-14 14:39   ` Sean Young
@ 2013-10-14 14:42   ` Tom Gundersen
  1 sibling, 0 replies; 6+ 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] 6+ messages in thread

* Re: WPC8769L (WEC1020) support in winbond-cir?
       [not found] <CAG-2HqX-TO7h8zJ6F01r2LfRVjQtb0pK_1wKGsYVKzB0zC7TQA@mail.gmail.com>
  2013-10-14 14:07 ` WPC8769L (WEC1020) support in winbond-cir? Mauro Carvalho Chehab
@ 2013-10-15 21:59 ` David Härdeman
       [not found]   ` <CAB+yVgCtvRHRLxP2SRgCAqkCKdyThgr48fOvBFe9YHfz3xArmQ@mail.gmail.com>
  1 sibling, 1 reply; 6+ 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] 6+ messages in thread

* Re: WPC8769L (WEC1020) support in winbond-cir?
       [not found]   ` <CAB+yVgCtvRHRLxP2SRgCAqkCKdyThgr48fOvBFe9YHfz3xArmQ@mail.gmail.com>
@ 2013-10-16 14:47     ` Juan Jesús García de Soria Lucena
       [not found]     ` <CAG-2HqVh1hzC0rzft9gD+4zmJpnpH9OKj64vyO4teCrX5wuT+g@mail.gmail.com>
  1 sibling, 0 replies; 6+ messages in thread
From: Juan Jesús García de Soria Lucena @ 2013-10-16 14:47 UTC (permalink / raw)
  To: David Härdeman
  Cc: Tom Gundersen, Sean Young, linux-input@vger.kernel.org,
	linux-media

Resending, now making sure I use plain text for the email...

Hi there,

2013/10/15 David Härdeman <david@hardeman.nu>
>
> 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).

I did indeed look at this at the time. I still have the hardware,
should have the hardware docs somewhere, and can look at where I left
that hacked code at the time...

I really would have liked to merge in the support for it into
winbond-cir, but real life took over.

> 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...

As I said, I still have the hardware around. I might get some time
around this weekend to look at it and come back with at least an idea
of what is left to be done.

Best regards,

   Juan.

:wq

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: WPC8769L (WEC1020) support in winbond-cir?
       [not found]     ` <CAG-2HqVh1hzC0rzft9gD+4zmJpnpH9OKj64vyO4teCrX5wuT+g@mail.gmail.com>
@ 2013-10-22 10:57       ` Juan Jesús García de Soria Lucena
  0 siblings, 0 replies; 6+ messages in thread
From: Juan Jesús García de Soria Lucena @ 2013-10-22 10:57 UTC (permalink / raw)
  To: Tom Gundersen
  Cc: David Härdeman, Sean Young, linux-input@vger.kernel.org,
	linux-media@vger.kernel.org

I tried to find the hacked code, but it's not there anymore.

I have the docs, through, and a rough idea of what would have to be
done in order to support WEC1020 in winbond-cir.

I cannot tell when I will be able to put time into this, though :-(


Best regards,

    Juan.

2013/10/17 Tom Gundersen <teg@jklm.no>:
>
>
> On Wednesday, October 16, 2013, Juan Jesús García de Soria Lucena
> <skandalfo@gmail.com> wrote:
>> Hi there,
>>
>> 2013/10/15 David Härdeman <david@hardeman.nu>
>>>
>>> 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).
>>
>> I did indeed look at this at the time. I still have the hardware, should
>> have the hardware docs somewhere, and can look at where I left that hacked
>> code at the time...
>> I really would have liked to merge in the support for it into winbond-cir,
>> but real life took over.
>>>
>>> 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...
>>
>> As I said, I still have the hardware around. I might get some time around
>> this weekend to look at it and come back with at least an idea of what is
>> left to be done.
>
> Thanks for taking a look.
>
> Cheers,
>
> Tom



-- 
:wq

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-22 10:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAG-2HqX-TO7h8zJ6F01r2LfRVjQtb0pK_1wKGsYVKzB0zC7TQA@mail.gmail.com>
2013-10-14 14:07 ` WPC8769L (WEC1020) support in winbond-cir? 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
     [not found]     ` <CAG-2HqVh1hzC0rzft9gD+4zmJpnpH9OKj64vyO4teCrX5wuT+g@mail.gmail.com>
2013-10-22 10:57       ` Juan Jesús García de Soria Lucena

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox