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 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 7EF9EC2D0C0 for ; Fri, 20 Dec 2019 14:38:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5EA432469A for ; Fri, 20 Dec 2019 14:38:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728432AbfLTOiZ (ORCPT ); Fri, 20 Dec 2019 09:38:25 -0500 Received: from mail-oi1-f193.google.com ([209.85.167.193]:33701 "EHLO mail-oi1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728286AbfLTOiZ (ORCPT ); Fri, 20 Dec 2019 09:38:25 -0500 Received: by mail-oi1-f193.google.com with SMTP id v140so4614220oie.0; Fri, 20 Dec 2019 06:38:24 -0800 (PST) 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=7ttOWcmj1xoIu275zl0kZn2gLI4fJmkDgKWXrWJiQl8=; b=i2ElvCn3SqrD7e+ALAtSBzqkw/Ti3EmtD2WE0JkEiT/IdmISDXMH3+AveHkW7GdqLd 6f4dy7zvseCFbSdyXyf9gZGgMnynbLzaSHon+aVoHrwLTTQoqLU0WCeqGN2f09mhNlUo D63ipRCxb548aoVBflXvUVBnBmIffr3AC37e1pza3glWJfz2zrDJjTvLjU31TMJAlqoA 5UOgVNrN53jmb1kD1nrBomQhshCrbNMbqLFDVoEThzZwJANkNC+sT9XUFANpxBevkJ6F LPpbHRoxhzOKvxSHQskeo4N1pdbDb9pW7zhENLMGmQ5zapYXjQLnLal3dpkUJKEY/LLR zq4g== X-Gm-Message-State: APjAAAWqBk1J1sG4V9iAiCCN1AjuWtLtHRSmBj+w0lcDwzW6ffwzuksU kd0XhmHvS2xhUysZGmU0H6EFjCMXo1PiWA+Qx7c= X-Google-Smtp-Source: APXvYqyy/YUzj2gLVNdMx8YO/LZpvp2FfzblpXExj0vowxcnvIkAl2fQdWgAxqnw29CcjomthYTP6pZKrNQnpuT3gFc= X-Received: by 2002:aca:eb83:: with SMTP id j125mr2033393oih.153.1576852704277; Fri, 20 Dec 2019 06:38:24 -0800 (PST) MIME-Version: 1.0 References: <20191206134202.18784-1-chris.brandt@renesas.com> <20191206134202.18784-4-chris.brandt@renesas.com> <5644c687-7692-53f2-f01e-0e7bf62464ea@cogentembedded.com> In-Reply-To: From: Geert Uytterhoeven Date: Fri, 20 Dec 2019 15:38:13 +0100 Message-ID: Subject: Re: [PATCH v2 3/6] clk: renesas: r7s9210: Add SPIBSC clock To: Chris Brandt Cc: Sergei Shtylyov , Mark Brown , Rob Herring , Mark Rutland , Geert Uytterhoeven , Michael Turquette , Stephen Boyd , "linux-spi@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-renesas-soc@vger.kernel.org" , "linux-clk@vger.kernel.org" , Mason Yang Content-Type: text/plain; charset="UTF-8" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Dec 6, 2019 at 8:49 PM Chris Brandt wrote: > On Fri, Dec 6, 2019, Sergei Shtylyov wrote: > > On 12/06/2019 04:41 PM, Chris Brandt wrote: > > > > > The SPIBSC clocks are marked as critical because for XIP systems, the > > > kernel will be running from QSPI flash and cannot be turned off. > > > > > > Signed-off-by: Chris Brandt > > > --- > > > v2: > > > * Removed spibsc from critical clock section > > > > So you've removed it from the critical table but left the patch > > description intact? > > Damn! > Thank you for pointing that out. > I remembered to take the comment out of one patch, but I missed this one. Reviewed-by: Geert Uytterhoeven i.e. will queue in clk-renesas-for-v5.6, with the description changed to "Add SPIBSC clock for RZ/A2.". 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