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 5D86FC433F5 for ; Thu, 28 Apr 2022 22:55:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353068AbiD1W6R (ORCPT ); Thu, 28 Apr 2022 18:58:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350157AbiD1W6Q (ORCPT ); Thu, 28 Apr 2022 18:58:16 -0400 Received: from mail-yb1-xb31.google.com (mail-yb1-xb31.google.com [IPv6:2607:f8b0:4864:20::b31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC564C1CA9 for ; Thu, 28 Apr 2022 15:55:00 -0700 (PDT) Received: by mail-yb1-xb31.google.com with SMTP id i38so11558583ybj.13 for ; Thu, 28 Apr 2022 15:55:00 -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=cgTFMUsq9gVZz59+3kDOySK+OVbeH8W2pPDccjzuXKE=; b=ov2q5f2yE12o/uS00CPcFLtntiChTcYemtbGaDmhDAusLUIMEjB4VaNqGcC3WNcCPd L7yYE9xuB/7zZyKq9VQCxp2jIFB8CR7OFU5ZyhIOoVX3kFdYNID85+1a7J1f7sxAjjtG W7h8rWHl0hDVgXzxH0vvYzqteazALEC74JXOYii/DLzplO/NYZ0Lc0/ot+q4NvVAqt/I YIiJgCRu8Bb3hGo76YEBHfVL64mDFlBZKDBoB33icT3OC/SkBRmpCz6Nglkboa6ia0jE dDwfvH+RJVmQAqLIK8xM+VJl3XthUy4h6wSYEuLNngxFj+VdGOtvJcl1oBXwOwCsjeKl KreQ== 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=cgTFMUsq9gVZz59+3kDOySK+OVbeH8W2pPDccjzuXKE=; b=ChfIzHbX/26Aoqw5t3lXqdBJYkeKMo06Rfp8eU1el/+UupYsZbmjYB30Nr4rDDijQj t5UbNBvFURa2mIpWabn1GiAF9Y3bIBb24iSvLVWyzodO/V5Gi+8DGH6MCYEQ1vbVpSyZ c9c9upyMiwt8bwve6z77vkdSsxW83meFDIAnJH6e0O/MdjdFu1OmvOw6mmEMd6vsUBod c6ymhvU9wwVWBJiD0Mbqbute3fv7Bn0DlGUmwRo13TOOZ6H+VVDMoXZ919XV42H+N1Sr C1znGwK3BjTTbCSK36mUs8xxCnh/J8pqwHBABxYEjGEVrX7lBF4La/DeLIp949vCKfTU r1HA== X-Gm-Message-State: AOAM530e7UivH3P6ZITPPLsTYUhv3DcEJbZSAPDELIMCTbt9L3TqoRxl VmHQ10W+wwcq2phTiSHWyKIfyjiazh3XWm+vF/7qoQ== X-Google-Smtp-Source: ABdhPJzzpmlI/Pkjo7HQbAq5Q2zszomNzPfs/JPPXY6KHrXgc/mt8oB2lus+Oi/UtX2SN9COoG/Tm2fMjSmMEsomV1M= X-Received: by 2002:a25:bcc3:0:b0:648:7360:8e75 with SMTP id l3-20020a25bcc3000000b0064873608e75mr20334083ybm.533.1651186500208; Thu, 28 Apr 2022 15:55:00 -0700 (PDT) MIME-Version: 1.0 References: <20220422170920.401914-1-sebastian.reichel@collabora.com> <20220422170920.401914-13-sebastian.reichel@collabora.com> In-Reply-To: <20220422170920.401914-13-sebastian.reichel@collabora.com> From: Linus Walleij Date: Fri, 29 Apr 2022 00:54:49 +0200 Message-ID: Subject: Re: [PATCHv1 12/19] pinctrl/rockchip: add error handling for pull/drive register getters To: Sebastian Reichel Cc: Heiko Stuebner , Rob Herring , Krzysztof Kozlowski , Bartosz Golaszewski , Adrian Hunter , Ulf Hansson , Philipp Zabel , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@lists.collabora.co.uk, kernel@collabora.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 22, 2022 at 7:09 PM Sebastian Reichel wrote: > Add error handling for the pull and driver register getters in preparation > for RK3588 support. > > Signed-off-by: Sebastian Reichel Patch applied. Yours, Linus Walleij