Re: [PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-10-04 Thread Sean Young
On Wed, Oct 04, 2017 at 06:00:47PM +0200, Marc Gonzalez wrote: > On 26/09/2017 10:51, Marc Gonzalez wrote: > > > From: Mans Rullgard > > > > The tango HW IR decoder supports NEC, RC-5, RC-6 protocols. > > > > Signed-off-by: Marc Gonzalez > > ---

Re: [PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-10-04 Thread Marc Gonzalez
On 26/09/2017 10:51, Marc Gonzalez wrote: > From: Mans Rullgard > > The tango HW IR decoder supports NEC, RC-5, RC-6 protocols. > > Signed-off-by: Marc Gonzalez > --- > Changes between v5 and v6 > * Move "register fields" macros to top of file >

Re: [PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-09-26 Thread Måns Rullgård
Marc Gonzalez writes: > On 26/09/2017 15:02, Måns Rullgård wrote: > >> I could continue nit-picking, but I think this is good enough. >> Thanks for being patient. >> >> Signed-off-by: Mans Rullgard > > Smirk. > > If you feel like making a final

Re: [PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-09-26 Thread Marc Gonzalez
On 26/09/2017 15:02, Måns Rullgård wrote: > I could continue nit-picking, but I think this is good enough. > Thanks for being patient. > > Signed-off-by: Mans Rullgard Smirk. If you feel like making a final round of changes on top of this patch, then go for it. It's your code,

Re: [PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-09-26 Thread Måns Rullgård
Marc Gonzalez writes: > From: Mans Rullgard > > The tango HW IR decoder supports NEC, RC-5, RC-6 protocols. > > Signed-off-by: Marc Gonzalez I could continue nit-picking, but I think this is good enough. Thanks

[PATCH v6 2/2] media: rc: Add driver for tango HW IR decoder

2017-09-26 Thread Marc Gonzalez
From: Mans Rullgard The tango HW IR decoder supports NEC, RC-5, RC-6 protocols. Signed-off-by: Marc Gonzalez --- Changes between v5 and v6 * Move "register fields" macros to top of file * Restore IRQ pending writes --- drivers/media/rc/Kconfig