Re: [PATCH v2 0/3] Add ZTE zx-irdec remote control driver

2017-08-20 Thread Sean Young
On Fri, Aug 18, 2017 at 08:54:20PM +0800, Shawn Guo wrote: > On Sun, Jul 30, 2017 at 09:23:10PM +0800, Shawn Guo wrote: > > From: Shawn Guo > > > > The series adds dt-bindings and remote control driver for IRDEC block > > found on ZTE ZX family SoCs. > > > > Changes for v2: > > - Add one patch

Re: [PATCH v2 0/3] Add ZTE zx-irdec remote control driver

2017-08-18 Thread Shawn Guo
On Sun, Jul 30, 2017 at 09:23:10PM +0800, Shawn Guo wrote: > From: Shawn Guo > > The series adds dt-bindings and remote control driver for IRDEC block > found on ZTE ZX family SoCs. > > Changes for v2: > - Add one patch to move generic NEC scancode composing and protocol >type detection cod

[PATCH v2 0/3] Add ZTE zx-irdec remote control driver

2017-07-30 Thread Shawn Guo
From: Shawn Guo The series adds dt-bindings and remote control driver for IRDEC block found on ZTE ZX family SoCs. Changes for v2: - Add one patch to move generic NEC scancode composing and protocol type detection code from ir_nec_decode() into an inline shared function, which can be reus