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 C8D39C43334 for ; Fri, 24 Jun 2022 16:34:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230417AbiFXQeS (ORCPT ); Fri, 24 Jun 2022 12:34:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229755AbiFXQeR (ORCPT ); Fri, 24 Jun 2022 12:34:17 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 918343EF0B; Fri, 24 Jun 2022 09:34:14 -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 1o4mFx-00026t-Cq; Fri, 24 Jun 2022 18:34:05 +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, Jianqun Xu , kernel@collabora.com, Sebastian Reichel Subject: Re: [PATCH 2/2] gpio: rockchip: add support for rk3588 Date: Fri, 24 Jun 2022 18:34:04 +0200 Message-ID: <4283946.IobQ9Gjlxr@phil> In-Reply-To: <20220623160801.240779-3-sebastian.reichel@collabora.com> References: <20220623160801.240779-1-sebastian.reichel@collabora.com> <20220623160801.240779-3-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:01 CEST schrieb Sebastian Reichel: > From: Jianqun Xu > > Add V2.1 rockchip gpio controller type, which is part of the > RK3588 SoC. > > Signed-off-by: Jianqun Xu > Reviewed-by: Linus Walleij > Signed-off-by: Sebastian Reichel Reviewed-by: Heiko Stuebner