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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91532C31E40 for ; Fri, 9 Aug 2019 18:52:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 732082166E for ; Fri, 9 Aug 2019 18:52:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726550AbfHISwn (ORCPT ); Fri, 9 Aug 2019 14:52:43 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:36974 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726168AbfHISwn (ORCPT ); Fri, 9 Aug 2019 14:52:43 -0400 Received: from penelope.horms.nl (unknown [66.60.152.14]) by kirsty.vergenet.net (Postfix) with ESMTPA id 0465725B7E3; Sat, 10 Aug 2019 04:52:41 +1000 (AEST) Received: by penelope.horms.nl (Postfix, from userid 7100) id D92D6E21A9A; Fri, 9 Aug 2019 20:52:39 +0200 (CEST) Date: Fri, 9 Aug 2019 11:52:39 -0700 From: Simon Horman To: Yoshihiro Shimoda Cc: linus.walleij@linaro.org, geert+renesas@glider.be, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 3/3] pinctrl: sh-pfc: Rollback to mux if requires when the gpio is freed Message-ID: <20190809185239.2e6vfz7wkaqjygoo@verge.net.au> References: <1565245143-15018-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> <1565245143-15018-4-git-send-email-yoshihiro.shimoda.uh@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1565245143-15018-4-git-send-email-yoshihiro.shimoda.uh@renesas.com> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Thu, Aug 08, 2019 at 03:19:03PM +0900, Yoshihiro Shimoda wrote: > R-Car PWM controller requires the gpio to output zero duty, > this patch allows to roll it back from gpio to mux when the gpio > is freed. > > Signed-off-by: Yoshihiro Shimoda Reviewed-by: Simon Horman