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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9FDACC46467 for ; Wed, 11 Jan 2023 10:46:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MNFrR814C1pBlSV7iLyN/8sHuJKnf1id94gJvFYTHRY=; b=d5fa+tfyj8BVb8 1t+ybGGfyFJFtkEHGk3mJrQs8aiiQ0uMa7Dw95C1TfGR4shBdNac3b/sk0ISmMd21sEM6ZjL+WR8T QoeQ7gul2QQDaV0Yjit5HJP9SZ2YKEMNhT3R+nCjx34m0T98YrBFMS2f7VM7eYFejMJUWKZusEzL6 amoJCTOgVHkJsVg/s3BGLS45TPkaX0AzaAsSV3s+8xk5Rgw5GdSr5FY9r8KlmqnFxZH6jxqqjByYo /mIotwe8D0CBk/2zb36b9d+HjB90Ho8wv2/BXWlSyCTH5loWjVvRs/D/G/hy1HgSK3Uovw0xy3oYx aiUIFdZkUimwwG1X5HkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFYbl-00AsFg-Iw; Wed, 11 Jan 2023 10:45:25 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFYbh-00AsDG-DA; Wed, 11 Jan 2023 10:45:22 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pFYbb-0004VK-0N; Wed, 11 Jan 2023 11:45:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Jonas Karlman , "linus. walleij" , "jay.xu@rock-chips.com" Cc: linux-gpio , "open list:ARM/Rockchip SoC..." , linux-arm-kernel , Jonas Karlman Subject: Re: [PATCH] pinctrl: rockchip: fix reading pull type on rk3568 Date: Wed, 11 Jan 2023 11:45:14 +0100 Message-ID: <3490318.N7aMVyhfb1@diego> In-Reply-To: <2023011118261820881054@rock-chips.com> References: <20230110172955.1258840-1-jonas@kwiboo.se> <2023011118261820881054@rock-chips.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230111_024521_477231_8B0318F3 X-CRM114-Status: GOOD ( 19.56 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Jay, Am Mittwoch, 11. Januar 2023, 11:26:18 CET schrieb jay.xu@rock-chips.com: > Hi Jonas > > -------------- > jay.xu@rock-chips.com > >When reading pinconf-pins from debugfs it fails to get the configured pull > >type on RK3568, "unsupported pinctrl type" error messages is also reported. > > > >Fix this by adding support for RK3568 in rockchip_get_pull, including a > >reverse of the pull-up value swap applied in rockchip_set_pull so that > >pull-up is correctly reported in pinconf-pins. > >Also update the workaround comment to reflect affected pins, GPIO0_D3-D6. > > > >Fixes: c0dadc0e47a8 ("pinctrl: rockchip: add support for rk3568") > >Signed-off-by: Jonas Karlman > >--- > > Signed-off-by: Jianqun Xu Did you want one of - Reviewed-by: - Tested-by: - Acked-by: instead? Heiko > > drivers/pinctrl/pinctrl-rockchip.c | 11 ++++++++++- > > 1 file changed, 10 insertions(+), 1 deletion(-) > > > >diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c > >index 849d5fa2a362..5eeac92f610a 100644 > >--- a/drivers/pinctrl/pinctrl-rockchip.c > >+++ b/drivers/pinctrl/pinctrl-rockchip.c > >@@ -2436,10 +2436,19 @@ static int rockchip_get_pull(struct rockchip_pin_bank *bank, int pin_num) > > case RK3308: > > case RK3368: > > case RK3399: > >+ case RK3568: > > case RK3588: > > pull_type = bank->pull_type[pin_num / 8]; > > data >>= bit; > > data &= (1 << RK3188_PULL_BITS_PER_PIN) - 1; > >+ /* > >+ * In the TRM, pull-up being 1 for everything except the GPIO0_D3-D6, > >+ * where that pull up value becomes 3. > >+ */ > >+ if (ctrl->type == RK3568 && bank->bank_num == 0 && pin_num >= 27 && pin_num <= 30) { > >+ if (data == 3) > >+ data = 1; > >+ } > > > > return rockchip_pull_list[pull_type][data]; > > default: > >@@ -2497,7 +2506,7 @@ static int rockchip_set_pull(struct rockchip_pin_bank *bank, > > } > > } > > /* > >- * In the TRM, pull-up being 1 for everything except the GPIO0_D0-D6, > >+ * In the TRM, pull-up being 1 for everything except the GPIO0_D3-D6, > > * where that pull up value becomes 3. > > */ > > if (ctrl->type == RK3568 && bank->bank_num == 0 && pin_num >= 27 && pin_num <= 30) { > >-- > >2.39.0 > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel