Hi Sean, On Wed, Aug 09, 2017 at 02:00:29PM +0100, Sean Young wrote: > On Sun, Jul 30, 2017 at 09:23:13PM +0800, Shawn Guo wrote: > > From: Shawn Guo <shawn.guo@xxxxxxxxxx> > > > > It adds the remote control driver and corresponding keymap file for > > IRDEC block found on ZTE ZX family SoCs. > > > > Signed-off-by: Shawn Guo <shawn.guo@xxxxxxxxxx> > > --- > > 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.c > > We'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? Shawn