Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1875107pxj; Wed, 19 May 2021 16:24:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJws9+r/SfQNyFKBHLCD8sU3qa5PbmtctiO0DYaUEA9BUI3rFB4i3d7BHmt0Nb21N73Ht/C0 X-Received: by 2002:a05:6602:140c:: with SMTP id t12mr2014619iov.169.1621466682454; Wed, 19 May 2021 16:24:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621466682; cv=none; d=google.com; s=arc-20160816; b=or8Rz1J4ZFvmjnQzoQJgIn1Ixu7e+19PqCus6rSeM0QIll0+XxZsIHq/+BZKmgMwoA wABlStMAxdO8duT20i+LFcckt1eBJ/i/qjH/QXBlFGblrO/TD1qYFT+o6blTl9Udnz1V 0Z6H3YPfOU/Ht68QRRIsidp2M/Fg3r+32eeScnUAp5l9hkuylAiF981YcWok4vK6Cclk VDBSLzRh+3zZOfdA3WtEIHaIlssT4cO5iVJhvD2ntvjC1IDYz/BrMfoIt1dG78/bfZY+ +BdriQLAu6sDpz21kL4vZw2hGeuWcrt9XoS4MxYI89Z/HNLN67D9MpK6xeuV4QLrkpvQ ezTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=ddeVbOvULaMfiqcHZSYsc6qts9mccAdSJnysQC13dYA=; b=FNyhNerw48uU7oR+2914qHyalZGrOQzUWgmesUIEoBAakzPvCQtVC7MZvvBoNT6uoq MtIjswdjFIAdL25UNvL8TG3wS5BNymDlCPVx42MQqhRR0xz8Ye8lOkp9DRy4BzS3tLPE b4DpOh0cVzPegxMlTjUylOEF8rggvoOQqV9qO/y2+9DCFD/Jse8InNLp0tJX69+7JfR8 mebU3kPhHoGRP30FNujpz+T2xYnT5s5X3R8zdbldRC4MP+LITVThhcpIQ+bEzBQfX+yh k5/FBImwyUH20IfdLhG1RrptdpOOwn0jgBFz7rPLJrGzMSRczuHPcb9RtK00SF091pKL eatg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 125si702098iou.87.2021.05.19.16.24.27; Wed, 19 May 2021 16:24:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229976AbhESXZI (ORCPT + 99 others); Wed, 19 May 2021 19:25:08 -0400 Received: from gloria.sntech.de ([185.11.138.130]:40128 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229465AbhESXZI (ORCPT ); Wed, 19 May 2021 19:25:08 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljVXU-0003LC-Ri; Thu, 20 May 2021 01:23:44 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linus.walleij@linaro.org, robh+dt@kernel.org, Jianqun Xu Cc: linux-gpio@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Jianqun Xu Subject: Re: [PATCH 4/7] gpio/rockchip: use struct rockchip_gpio_regs for gpio controller Date: Thu, 20 May 2021 01:23:42 +0200 Message-ID: <20019893.0c2gjJ1VT2@diego> In-Reply-To: <20210510063602.505829-5-jay.xu@rock-chips.com> References: <20210510063602.505829-1-jay.xu@rock-chips.com> <20210510063602.505829-5-jay.xu@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 10. Mai 2021, 08:35:59 CEST schrieb Jianqun Xu: > Store register offsets in the struct rockchip_gpio_regs, this patch > prepare for the driver update for new gpio controller. > > Signed-off-by: Jianqun Xu Reviewed-by: Heiko Stuebner