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 7A9D1C43334 for ; Tue, 28 Jun 2022 13:58:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346262AbiF1N6x (ORCPT ); Tue, 28 Jun 2022 09:58:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36624 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344132AbiF1N6V (ORCPT ); Tue, 28 Jun 2022 09:58:21 -0400 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A40142BB1F for ; Tue, 28 Jun 2022 06:58:20 -0700 (PDT) Received: by mail-yb1-xb2c.google.com with SMTP id i7so22302492ybe.11 for ; Tue, 28 Jun 2022 06:58:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=2/l7W+OssRRYQModKHWxWKmgYil2AiQmmsO4Fs3j34E=; b=kzEgPie5pY0c0ahz2zTJxPOw01bu71JnTCUESsurSekWEfS5exSW/cJqaS2kOLFZW+ IYpmXp4AnNxegO/cntNbrVoKNLN1a9RzN0hByEGTIGZ0L50g7PRTv0/vJx0CM+PPblJe jK72CWBbaR5L/ROcbOoguxAUkN/Cnp8hmNqMKpGJQSZABtr43cdVlJ2RzFp5z1Ow1zws O7+oGnxVXiWrkzHlM9OKxdq3zauWv5/gmlhxe0S0K8d618YrhFt356dAhBKX2q9KzgVL zTfEDnUiI+5FpceqZCWDdH7on3X2Mw8lhq5R5Sb2Mdg4hlGbSrCtepCFMp5Ym+uwCDEk Q8rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2/l7W+OssRRYQModKHWxWKmgYil2AiQmmsO4Fs3j34E=; b=XFIL4fVuRFx+Uj0IGXyF0NDMiL3XjomJM9nwX7hc6taV+4P5tOjXX5PMyTRI3Yrdhn PsWmXLURYxXe1E7tSd2J2dIXofDUmdFPhK3RsRut6c1Wg13u0/eBJ3wMvSaL62N+dew7 bbHjwChl8rRbyy6AeBrgwy94W0uqD7mJ0cdWKO7YQHqZ7B9dQocjvpqFSMzRaLi3TcSO Dv0TW8kSr/KuAKmOX42krVrdziEqr9JIGz7zaKVttpMwyz87F81V/zTTFiFhbvB543+y ++ZS2CHzni9/X1nDEd8qU4+WOUAtw5CrsipqIqTZmHpecLXnos5ntBC4iOUMfxlIb8M4 heuw== X-Gm-Message-State: AJIora+Q64Pnp8kQWSg3nTlKjpYlGOEy+EW4hzKbaSEL7GDgzIxN7iXm oj9xCythLd07/5Jx7lmhyC5D+g/f4NrbbKEYh0p/6g== X-Google-Smtp-Source: AGRyM1s6T+OzQpi21xhADOxFCQu+HizTLSBGEeUHU6KCbRefmRdacgeQvdx2yDE1xwu1Y/sLnazE19sz7Mfsu8aAT08= X-Received: by 2002:a25:e7d4:0:b0:66c:899b:49c6 with SMTP id e203-20020a25e7d4000000b0066c899b49c6mr20150388ybh.291.1656424699840; Tue, 28 Jun 2022 06:58:19 -0700 (PDT) MIME-Version: 1.0 References: <20220623160801.240779-1-sebastian.reichel@collabora.com> <20220623160801.240779-2-sebastian.reichel@collabora.com> In-Reply-To: <20220623160801.240779-2-sebastian.reichel@collabora.com> From: Linus Walleij Date: Tue, 28 Jun 2022 15:58:08 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: gpio: rockchip: add gpio-ranges To: Sebastian Reichel Cc: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Bartosz Golaszewski , linux-gpio@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, kernel@collabora.com, Rob Herring Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jun 23, 2022 at 6:08 PM 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. > > Acked-by: Rob Herring > Signed-off-by: Sebastian Reichel Reviewed-by: Linus Walleij Yours, Linus Walleij