From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v4 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder Date: Fri, 19 Aug 2016 15:28:22 -0700 Message-ID: <7hy43s5r7d.fsf@baylibre.com> References: <20160628191802.21227-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-5-martin.blumenstingl@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:35684 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754290AbcHSW22 (ORCPT ); Fri, 19 Aug 2016 18:28:28 -0400 Received: by mail-pa0-f50.google.com with SMTP id hb8so1219106pac.2 for ; Fri, 19 Aug 2016 15:28:27 -0700 (PDT) In-Reply-To: <20160819215547.20063-5-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Fri, 19 Aug 2016 23:55:45 +0200") Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Martin Blumenstingl Cc: linux-media@vger.kernel.org, linux-gpio@vger.kernel.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, narmstrong@baylibre.com, carlo@caione.org, linux-arm-kernel@lists.infradead.org, linus.walleij@linaro.org, mchehab@kernel.org, will.deacon@arm.com, catalin.marinas@arm.com, mark.rutland@arm.com, robh+dt@kernel.org Martin Blumenstingl writes: > From: Neil Armstrong > > Newer SoCs (Meson 8b and GXBB) are using REG2 (offset 0x20) instead of > REG1 to configure the decoder mode. This makes it necessary to > introduce new bindings so the driver knows which register has to be > used. > > Signed-off-by: Neil Armstrong > Signed-off-by: Martin Blumenstingl Acked-by: Kevin Hilman Mauro, are you the one to pick up new media/rc drivers? Or if you prefer, with your ack, I'll take this along with the DT and submit via arm-soc. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pa0-f50.google.com ([209.85.220.50]:34491 "EHLO mail-pa0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754127AbcHSW22 (ORCPT ); Fri, 19 Aug 2016 18:28:28 -0400 Received: by mail-pa0-f50.google.com with SMTP id fi15so19727658pac.1 for ; Fri, 19 Aug 2016 15:28:27 -0700 (PDT) From: Kevin Hilman To: Martin Blumenstingl , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, linux-gpio@vger.kernel.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, narmstrong@baylibre.com, carlo@caione.org, linux-arm-kernel@lists.infradead.org, linus.walleij@linaro.org, mchehab@kernel.org, will.deacon@arm.com, catalin.marinas@arm.com, mark.rutland@arm.com, robh+dt@kernel.org Subject: Re: [PATCH v4 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder References: <20160628191802.21227-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-5-martin.blumenstingl@googlemail.com> Date: Fri, 19 Aug 2016 15:28:22 -0700 In-Reply-To: <20160819215547.20063-5-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Fri, 19 Aug 2016 23:55:45 +0200") Message-ID: <7hy43s5r7d.fsf@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org List-ID: Martin Blumenstingl writes: > From: Neil Armstrong > > Newer SoCs (Meson 8b and GXBB) are using REG2 (offset 0x20) instead of > REG1 to configure the decoder mode. This makes it necessary to > introduce new bindings so the driver knows which register has to be > used. > > Signed-off-by: Neil Armstrong > Signed-off-by: Martin Blumenstingl Acked-by: Kevin Hilman Mauro, are you the one to pick up new media/rc drivers? Or if you prefer, with your ack, I'll take this along with the DT and submit via arm-soc. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 19 Aug 2016 15:28:22 -0700 Subject: [PATCH v4 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder In-Reply-To: <20160819215547.20063-5-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Fri, 19 Aug 2016 23:55:45 +0200") References: <20160628191802.21227-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-5-martin.blumenstingl@googlemail.com> Message-ID: <7hy43s5r7d.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Martin Blumenstingl writes: > From: Neil Armstrong > > Newer SoCs (Meson 8b and GXBB) are using REG2 (offset 0x20) instead of > REG1 to configure the decoder mode. This makes it necessary to > introduce new bindings so the driver knows which register has to be > used. > > Signed-off-by: Neil Armstrong > Signed-off-by: Martin Blumenstingl Acked-by: Kevin Hilman Mauro, are you the one to pick up new media/rc drivers? Or if you prefer, with your ack, I'll take this along with the DT and submit via arm-soc. Thanks, Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 19 Aug 2016 15:28:22 -0700 Subject: [PATCH v4 4/6] media: rc: meson-ir: Add support for newer versions of the IR decoder In-Reply-To: <20160819215547.20063-5-martin.blumenstingl@googlemail.com> (Martin Blumenstingl's message of "Fri, 19 Aug 2016 23:55:45 +0200") References: <20160628191802.21227-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-1-martin.blumenstingl@googlemail.com> <20160819215547.20063-5-martin.blumenstingl@googlemail.com> Message-ID: <7hy43s5r7d.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Martin Blumenstingl writes: > From: Neil Armstrong > > Newer SoCs (Meson 8b and GXBB) are using REG2 (offset 0x20) instead of > REG1 to configure the decoder mode. This makes it necessary to > introduce new bindings so the driver knows which register has to be > used. > > Signed-off-by: Neil Armstrong > Signed-off-by: Martin Blumenstingl Acked-by: Kevin Hilman Mauro, are you the one to pick up new media/rc drivers? Or if you prefer, with your ack, I'll take this along with the DT and submit via arm-soc. Thanks, Kevin