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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 57D24C0650F for ; Thu, 8 Aug 2019 08:29:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 321E1214C6 for ; Thu, 8 Aug 2019 08:29:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731839AbfHHI3g (ORCPT ); Thu, 8 Aug 2019 04:29:36 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:35460 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731677AbfHHI3g (ORCPT ); Thu, 8 Aug 2019 04:29:36 -0400 Received: by mail-ot1-f66.google.com with SMTP id j19so38718585otq.2; Thu, 08 Aug 2019 01:29:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+u/3qT61Q2/OcDjZCUn2YfBk48IfIziysA/L4R6VDgE=; b=Eb9cqxbGq1SXBCK1bVosRO2Tm/ExSHzvrhMlkkVWMXZXSXJKPgkNso6uEvQWHWXI+K eI2socyjIDJQDaGd8QpkhGTUk5zpPWwjhKKp+s7eox1Fl9DvNSMu5LVp3sK53nYUZdU1 nN93j9RyNdlG5uGRKGsdzPEc572JPJ/2MOpgAuhx1ahHk7YSa637vuLU3E4CktRliacM o+46y7aUcx24/Zg/+qoqfvaZA9AjlqQlwzsu1UUM2VFYRW82tbcaTDLJ+i13DeRHHj1D gHKT124+OPMjeRdUa4kjdBQIOqjE73FY68P8ZgHbVzSU/PKhY5NaFFnYSRjJaivGDJoT LuWg== X-Gm-Message-State: APjAAAVtCs6uHAMPOjwZBQHdxMsep0GRZ6xiNMkXmL6WT7up9/mQ4B/l AtPaKSHGmsn5hDPeesU83wW1ojxUtkVLZpsTbzE= X-Google-Smtp-Source: APXvYqzcUNVB4t/U9lHIue/3Y61jRYncB0pQRFcKk+KuQLUQ3wfKH9JQKE6/uCxXKIpRhsfc7L8P6yxiJ84IMpkla8k= X-Received: by 2002:a05:6830:210f:: with SMTP id i15mr12288585otc.250.1565252975601; Thu, 08 Aug 2019 01:29:35 -0700 (PDT) MIME-Version: 1.0 References: <1565245143-15018-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> <1565245143-15018-4-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1565245143-15018-4-git-send-email-yoshihiro.shimoda.uh@renesas.com> From: Geert Uytterhoeven Date: Thu, 8 Aug 2019 10:29:24 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] pinctrl: sh-pfc: Rollback to mux if requires when the gpio is freed To: Yoshihiro Shimoda Cc: Linus Walleij , Geert Uytterhoeven , "open list:GPIO SUBSYSTEM" , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Thu, Aug 8, 2019 at 8:20 AM 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: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds