From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D579EC433EF for ; Fri, 24 Jun 2022 16:34:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229755AbiFXQe6 (ORCPT ); Fri, 24 Jun 2022 12:34:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229651AbiFXQe5 (ORCPT ); Fri, 24 Jun 2022 12:34:57 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C19B47545; Fri, 24 Jun 2022 09:34:56 -0700 (PDT) Received: from p508fdadf.dip0.t-ipconnect.de ([80.143.218.223] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o4mGk-00027S-7X; Fri, 24 Jun 2022 18:34:54 +0200 From: Heiko Stuebner To: Sebastian Reichel Cc: Rob Herring , Krzysztof Kozlowski , Linus Walleij , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Sebastian Reichel , kernel@collabora.com, Rob Herring Subject: Re: [PATCH 1/2] dt-bindings: gpio: rockchip: add gpio-ranges Date: Fri, 24 Jun 2022 18:34:53 +0200 Message-ID: <9957098.lvqk35OSZv@phil> In-Reply-To: <20220623160801.240779-2-sebastian.reichel@collabora.com> References: <20220623160801.240779-1-sebastian.reichel@collabora.com> <20220623160801.240779-2-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Donnerstag, 23. Juni 2022, 18:08:00 CEST schrieb Sebastian Reichel: > Allow usage of gpio-ranges with the rockchip gpio controller. The driver > already had support for this since it has been added to the mainline kernel > in the first place. > > Acked-by: Rob Herring > Signed-off-by: Sebastian Reichel Reviewed-by: Heiko Stuebner