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 CC8E3C433FE for ; Fri, 26 Nov 2021 17:41:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235937AbhKZRoy (ORCPT ); Fri, 26 Nov 2021 12:44:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231638AbhKZRmx (ORCPT ); Fri, 26 Nov 2021 12:42:53 -0500 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D3F5C0619D3; Fri, 26 Nov 2021 09:19:23 -0800 (PST) Received: from [2a04:4540:1400:cf00:853a:6162:5f49:5bef] by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1mqesV-0007LY-4v; Fri, 26 Nov 2021 18:19:15 +0100 Message-ID: Date: Fri, 26 Nov 2021 18:19:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 Subject: Re: [PATCH v4 12/12] gpio: Add support for Airoha EN7523 GPIO controller Content-Language: en-GB To: Felix Fietkau , linux-arm-kernel@lists.infradead.org, Rob Herring , Linus Walleij , Bartosz Golaszewski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org References: <20211125110738.41028-1-nbd@nbd.name> <20211125110738.41028-13-nbd@nbd.name> From: John Crispin In-Reply-To: <20211125110738.41028-13-nbd@nbd.name> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25.11.21 12:07, Felix Fietkau wrote: > + * @dir1: The direction register for the lower 16 pins. s/lower/higher/ just spotted that one aswell John