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=-9.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 C9209C432BE for ; Wed, 4 Aug 2021 16:28:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF6DD6056B for ; Wed, 4 Aug 2021 16:28:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237473AbhHDQ2a (ORCPT ); Wed, 4 Aug 2021 12:28:30 -0400 Received: from mail-ot1-f51.google.com ([209.85.210.51]:44782 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229725AbhHDQ22 (ORCPT ); Wed, 4 Aug 2021 12:28:28 -0400 Received: by mail-ot1-f51.google.com with SMTP id o2-20020a9d22020000b0290462f0ab0800so2132092ota.11; Wed, 04 Aug 2021 09:28:14 -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=j3kzQ55GGFtb0Mnc40mJ/qjwvjBGrMWl/RUKJOzRSJ4=; b=V/uWiOX4GvD84Kx08E41CAuH525XmKyBaEXVGwNFTcMB4zptUeeJLHWaof7DT7YxkM eCROhGvYSMpugK/OctniIkKrtYWLvWAdbJnViofJjsQxODwLSTwn7YRIrhwW3CxK6ZbZ 5a6mE6Bgk4NOc1slWm9wOr4d5lFRIKjRLMmSYoxCxCHV+nvHAs42GVksPDdiB6T6ZTN/ j1PkuQ9St7nYwni/LY2CuzOmjqZObPIvM9Uytqn4En4H1AN1Y5EovG71DnI9ynwDDp+d 8gQELrh1AFaeJnKLe1O0tRbFzHhpZ//TVl4Au5Wrxl3HyqUOvAr8NuRUID0ChmCaNTtG i5zw== X-Gm-Message-State: AOAM5301yYliCatiPHX1wVgwUyiW3jSZTav3G09I4n9MXmqe+Y7H7LAN 67RHwJ3KWFp10EJDo6bMccLrRHfzsdNbkk/OAMo= X-Google-Smtp-Source: ABdhPJz3wrMIcjsODR4s1X5t9UxcGX3nbsnfrHYhJrS5pP8rhRT2xB1xfqzyfplseVLyyccz/6Wp2X6PeyiM1uJwaTo= X-Received: by 2002:a9d:5c8b:: with SMTP id a11mr461995oti.206.1628094494364; Wed, 04 Aug 2021 09:28:14 -0700 (PDT) MIME-Version: 1.0 References: <20210722193450.35321-1-andriy.shevchenko@linux.intel.com> <162809409848.19113.15878488082512415331@swboyd.mtv.corp.google.com> In-Reply-To: <162809409848.19113.15878488082512415331@swboyd.mtv.corp.google.com> From: "Rafael J. Wysocki" Date: Wed, 4 Aug 2021 18:28:03 +0200 Message-ID: Subject: Re: [PATCH v1 1/1] clk: x86: Rename clk-lpt to more specific clk-lpss-atom To: Stephen Boyd Cc: "Rafael J. Wysocki" , Andy Shevchenko , "Rafael J. Wysocki" , ACPI Devel Maling List , Linux Kernel Mailing List , linux-clk , "Rafael J. Wysocki" , Len Brown , Michael Turquette Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 4, 2021 at 6:21 PM Stephen Boyd wrote: > > Quoting Rafael J. Wysocki (2021-08-04 09:03:31) > > On Fri, Jul 23, 2021 at 3:40 PM Rafael J. Wysocki wrote: > > > > > > On Thu, Jul 22, 2021 at 9:34 PM Andy Shevchenko > > > wrote: > > > > > > > > The LPT stands for Lynxpoint PCH. However the driver is used on a few > > > > Intel Atom SoCs. Rename it to reflect this in a way how another clock > > > > driver, i.e. clk-pmc-atom, is called. > > > > > > > > Signed-off-by: Andy Shevchenko > > > > --- > > > > > > > > Good to go either via ACPI or CCF tree. > > > > > > In case you want the latter: > > > > > > Acked-by: Rafael J. Wysocki > > > > Assuming that this hasn't been picked up, I'm going to apply it as > > 5.15 material. > > > > I applied it already to clk tree. Maybe I forgot to send the email, > sorry. No prob, dropping it now.