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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 63941C4332B for ; Tue, 12 Jan 2021 17:03:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43BBA2311F for ; Tue, 12 Jan 2021 17:03:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391730AbhALRCz (ORCPT ); Tue, 12 Jan 2021 12:02:55 -0500 Received: from mo4-p00-ob.smtp.rzone.de ([85.215.255.20]:27664 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391729AbhALRCz (ORCPT ); Tue, 12 Jan 2021 12:02:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1610470744; s=strato-dkim-0002; d=fpond.eu; h=Subject:References:In-Reply-To:Message-ID:Cc:To:From:Date:From: Subject:Sender; bh=m14IsCtAslBc9rv+b0TjI56mJvkvnWhVfFXBLhQziVc=; b=VAhQ6JytjMbdbfQm0CMJQHgn+z3Af/eopprHEVfXFRm511TZ6JhY80aZZQnI0JXjgu JyfGxQCuukqMNvs2Bn5Wd2teJMRkocAAR5HYxPmr9iIqDGPyCB8zwDC1MponTlb0kHIa Xn+K2sHGn6rJvHtuY/5YGGWuG11/FN2vPrOHVUUZl2hpIlEH8zqMyBWZ+/Q3xtvwUNZM oO9Nq5ipZrGT9L31tahjz8QXcXWdFGF6STLCYjIkAlzIj/wyhYf6V7z70jl71i6TpGWI DLZsJo7Uh0/igx9qBFv9lFKQFltCqEdUAmb+QsO5zSz9nobblEwWglmTkUJuI6REwSzC Sapw== X-RZG-AUTH: ":OWANVUa4dPFUgKR/3dpvnYP0Np73amq+g13rqGzvv3qxio1R8fGl/wuMlg==" X-RZG-CLASS-ID: mo00 Received: from oxapp01-01.back.ox.d0m.de by smtp-ox.front (RZmta 47.12.1 AUTH) with ESMTPSA id z08ea3x0CGwwNTy (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Tue, 12 Jan 2021 17:58:58 +0100 (CET) Date: Tue, 12 Jan 2021 17:58:58 +0100 (CET) From: Ulrich Hecht To: Geert Uytterhoeven Cc: Linux-Renesas , Wolfram Sang , hoai.luu.ub@renesas.com Message-ID: <466563365.401585.1610470738787@webmail.strato.com> In-Reply-To: References: <20201221165448.27312-1-uli+renesas@fpond.eu> <20201221165448.27312-5-uli+renesas@fpond.eu> Subject: Re: [PATCH v2 4/5] pinctrl: renesas: Initial R8A779A0 (V3U) PFC support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Mailer: Open-Xchange Mailer v7.10.3-Rev29 X-Originating-Client: open-xchange-appsuite Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org > On 12/22/2020 12:42 PM Geert Uytterhoeven wrote: > > --- /dev/null > > +++ b/drivers/pinctrl/renesas/pfc-r8a779a0.c > > @@ -0,0 +1,2527 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * R8A779A0 processor support - PFC hardware block. > > + * > > + * Copyright (C) 2020 Renesas Electronics Corp. > > + * > > + * This file is based on the drivers/pinctrl/renesas/pfc-r8a7795.c > > based on drivers/pinctrl/renesas/pfc-r8a77951.c? I'm inclined to leave that as it is because that's what the file was called when the original patch was created. CU Uli