[PATCH v2 3/3] rc: add zx-irdec remote control driver
From: sean@mess.org (Sean Young)
Date: 2017-08-09 14:42:44
Also in:
linux-devicetree, linux-media
From: sean@mess.org (Sean Young)
Date: 2017-08-09 14:42:44
Also in:
linux-devicetree, linux-media
Hi Shawn, On Wed, Aug 09, 2017 at 09:48:18PM +0800, Shawn Guo wrote:
On Wed, Aug 09, 2017 at 02:00:29PM +0100, Sean Young wrote:quoted
On Sun, Jul 30, 2017 at 09:23:13PM +0800, Shawn Guo wrote:quoted
From: Shawn Guo <redacted> It adds the remote control driver and corresponding keymap file for IRDEC block found on ZTE ZX family SoCs. Signed-off-by: Shawn Guo <redacted> --- drivers/media/rc/Kconfig | 11 ++ drivers/media/rc/Makefile | 1 + drivers/media/rc/keymaps/Makefile | 3 +- drivers/media/rc/keymaps/rc-zx-irdec.c | 79 ++++++++++++++ drivers/media/rc/zx-irdec.c | 183 +++++++++++++++++++++++++++++++++ include/media/rc-map.h | 1 + 6 files changed, 277 insertions(+), 1 deletion(-) create mode 100644 drivers/media/rc/keymaps/rc-zx-irdec.c create mode 100644 drivers/media/rc/zx-irdec.cWe're missing an MAINTAINERS entry for this driver. Could this be added please as a separate patch?We are using 'ARM/ZTE ARCHITECTURE' entry in MAINTAINERS for ZTE ZX drivers. I plan to send a separate patch going through arm-soc tree, updating MAINTAINERS for those new ZTE ZX drivers landed on mainline during 4.14 merge window. IRDEC will be covered by that patch. Is that okay?
Of course. Thanks, Sean