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 5FDE4C433FE for ; Tue, 17 May 2022 00:04:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350516AbiEQAEr (ORCPT ); Mon, 16 May 2022 20:04:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350544AbiEQAEq (ORCPT ); Mon, 16 May 2022 20:04:46 -0400 Received: from mail-oa1-f51.google.com (mail-oa1-f51.google.com [209.85.160.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D3CD40A3A; Mon, 16 May 2022 17:04:44 -0700 (PDT) Received: by mail-oa1-f51.google.com with SMTP id 586e51a60fabf-f17f1acffeso9765005fac.4; Mon, 16 May 2022 17:04:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ktn+GEsr0zrnXe8qHlhiFLP6gFGk7mzfKtzVqt6Honk=; b=dBtL9+DyydL18LBre4CweksmGN9PLYX2ygPPVirzkeu9V8/CKseMhtH4d1EYTAKqxv 09vvs+nrDVW9SdL/4G5a5x4pTqph7LWV7TTc9K5TKRRbN06c8eNy3n4mj2SqMIEBvu0q DGlVwNk+AA+i/JJErpRMryqsKnF5+NuawczpgQG2+LaMHftAJe2Lt0NQQgl7HntEiCsJ Q2fh6iPi6pcKulUIxgK/QUdzGHCLibhuP8VVtnkQIHxTEiiUKFWqnoJd3g87X64DFg6g 2vilfRvRivnk7U/YLidIx/OSalyMehR/Dxt5/6Vz/oZFcptzvWtqP1tmddT+fsuPS/OT 8Bzw== X-Gm-Message-State: AOAM533ndxKxgahK5K5w00fFViPquHoova8vSCpA/o0tJFe/5SCMQFoM 02kiNZF+2SvY86VIRbgBPg== X-Google-Smtp-Source: ABdhPJw5Ykn7mqpJerlSm9oss4tkoO30Jq+bqyH2k5jfopC/R6Ike018MB1HEEeakCVeRnWBTSTLuw== X-Received: by 2002:a05:6870:a1a0:b0:e2:9331:cc30 with SMTP id a32-20020a056870a1a000b000e29331cc30mr10845418oaf.155.1652745883833; Mon, 16 May 2022 17:04:43 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z10-20020a056870738a00b000e686d13890sm6112082oam.42.2022.05.16.17.04.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 May 2022 17:04:43 -0700 (PDT) Received: (nullmailer pid 3608251 invoked by uid 1000); Tue, 17 May 2022 00:04:42 -0000 Date: Mon, 16 May 2022 19:04:42 -0500 From: Rob Herring To: Sebastian Reichel Cc: linux-rockchip@lists.infradead.org, linux-clk@vger.kernel.org, Bartosz Golaszewski , Stephen Boyd , Rob Herring , Philipp Zabel , linux-gpio@vger.kernel.org, kernel@collabora.com, linux-mmc@vger.kernel.org, Heiko Stuebner , Krzysztof Kozlowski , devicetree@vger.kernel.org, kernel@lists.collabora.co.uk, Adrian Hunter , linux-arm-kernel@lists.infradead.org, Linus Walleij , Michael Turquette , Ulf Hansson , linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 17/21] dt-bindings: gpio: rockchip: add gpio-ranges Message-ID: <20220517000442.GA3608183-robh@kernel.org> References: <20220504213251.264819-1-sebastian.reichel@collabora.com> <20220504213251.264819-18-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220504213251.264819-18-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 04 May 2022 23:32:47 +0200, Sebastian Reichel wrote: > 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. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring