Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753300AbaKZPLu (ORCPT ); Wed, 26 Nov 2014 10:11:50 -0500 Received: from mail-wg0-f41.google.com ([74.125.82.41]:42448 "EHLO mail-wg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753213AbaKZPLs (ORCPT ); Wed, 26 Nov 2014 10:11:48 -0500 MIME-Version: 1.0 In-Reply-To: <20141126130451.5789e7f9@recife.lan> References: <1416342155-26820-1-git-send-email-b.galvani@gmail.com> <1416342155-26820-3-git-send-email-b.galvani@gmail.com> <20141126130451.5789e7f9@recife.lan> Date: Wed, 26 Nov 2014 16:11:35 +0100 X-Google-Sender-Auth: XNgRN0iulqS9sR-ILpyWuxKXGqM Message-ID: Subject: Re: [PATCH v3 2/3] media: rc: add driver for Amlogic Meson IR remote receiver From: Carlo Caione To: Mauro Carvalho Chehab Cc: Beniamino Galvani , Carlo Caione , linux-media@vger.kernel.org, Sean Young , linux-kernel@vger.kernel.org, linux-arm-kernel , devicetree , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jerry Cao , Victor Wan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 26, 2014 at 4:04 PM, Mauro Carvalho Chehab wrote: > Em Tue, 18 Nov 2014 21:22:34 +0100 > Beniamino Galvani escreveu: > >> Amlogic Meson SoCs include a infrared remote control receiver that can >> operate in two modes: "NEC" mode in which the hardware decodes frames >> using the NEC IR protocol, and "general" mode in which the receiver >> simply reports the duration of pulses and spaces for software >> decoding. >> >> This is a driver for the IR receiver that implements software decoding >> of received frames. >> >> Signed-off-by: Beniamino Galvani >> --- >> MAINTAINERS | 1 + >> drivers/media/rc/Kconfig | 11 +++ >> drivers/media/rc/Makefile | 1 + >> drivers/media/rc/meson-ir.c | 216 ++++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 229 insertions(+) >> create mode 100644 drivers/media/rc/meson-ir.c >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 0662378..f1bc045 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -850,6 +850,7 @@ ARM/Amlogic MesonX SoC support >> M: Carlo Caione >> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> S: Maintained >> +F: drivers/media/rc/meson-ir.c >> N: meson[x68] > > Hmm... you're putting this driver at Carlo's maintenance shoulders. > > I need his ack in order to apply this patch. Acked-by: Carlo Caione -- Carlo Caione -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/