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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 3F810C433DF for ; Fri, 7 Aug 2020 18:17:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 15F2722CF8 for ; Fri, 7 Aug 2020 18:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596824248; bh=Pjl2+k1yN4Msqxm/kEU+RloXdwLPGEg7+FJjvJdDReA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=Bbcq3RZ4fjQgJp0dK+PNCSdaPuSc5OZIrRftRkrtSNYhzTCJuVClAagy3RMiFEMDv 6/ZPOTbgh8oJEm/9NWvUxiIRcz0niHLBnZ/1FNOcC/460+QMRm0jxMYlOLROAskndK xGXpB9U/g971w6ZXvxdunpAcSp5nAyMyaahZ7T4E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726067AbgHGSRY (ORCPT ); Fri, 7 Aug 2020 14:17:24 -0400 Received: from mail-ot1-f66.google.com ([209.85.210.66]:37531 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725934AbgHGSRW (ORCPT ); Fri, 7 Aug 2020 14:17:22 -0400 Received: by mail-ot1-f66.google.com with SMTP id e11so2307191otk.4; Fri, 07 Aug 2020 11:17:22 -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=RFU9qSetmlHzp98q29/MxQ7l/3U0+Del5PqcymwLD98=; b=KlhK+MXJbzVi8NX0AH94C3TTHPdOG4pvEwxx0iX+K29hyuFTWmfrs2DBkl828sWetf ldPFcSGG6+bTYAn0wEPng0UywFO7P8Nv0BpI1FrUEvIt4029Chj52lYTdTz0flk9XeRD pIfpy6qpDNx+QQDVIWXJtDgI0pXBayxLOQ50NXyMrdyFEccpwTdIEZRsD+HqLRVjsmKL sD4pSOAOBdpH9YCrOSwAtQ4jrxOTHBXG8opj8c3PbHl6z+tDJ4AX7Gbrd43kEiQH+Yq6 ZgTxfbE+ZpIgAADkcROuMhwOFZbrLOO4ey8INm0mBy7GldWMFrWLhPfslWKohFDOBtx0 WKfg== X-Gm-Message-State: AOAM532VcXuuHG2njW5pdzp/Qg+sPjKYPSoXibNBuEKfLwbLuGM5ZRPW lk0fzUCYOI9eN/68AQnTQDBmQ8eGHMrJuKgHmi0= X-Google-Smtp-Source: ABdhPJxXOPvQ7Q9jlLfe9GWsFmyrbS1fgxV3RBJTgThMjB5uy4YXGTocdhpyzRH6f2m6zycLzsfJ9F9zicUysX9aYEk= X-Received: by 2002:a9d:590a:: with SMTP id t10mr12907809oth.262.1596824241773; Fri, 07 Aug 2020 11:17:21 -0700 (PDT) MIME-Version: 1.0 References: <20200731133604.12512-1-akshu.agrawal@amd.com> In-Reply-To: <20200731133604.12512-1-akshu.agrawal@amd.com> From: "Rafael J. Wysocki" Date: Fri, 7 Aug 2020 20:17:10 +0200 Message-ID: Subject: Re: [0/4] Extend AMD SoC general purpose clk for all versions To: Akshu Agrawal Cc: Stephen Boyd , "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown , Michael Turquette , ACPI Devel Maling List , Linux Kernel Mailing List , linux-clk , rahul.tanwar@linux.intel.com Content-Type: text/plain; charset="UTF-8" Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Fri, Jul 31, 2020 at 3:36 PM Akshu Agrawal wrote: > > Hi, > > This series of patch does the following: > 1. Changes the name of the AMD SoC general purpose clk > from ST(a version of SoC) to FCH (name of the IP). > 2. Then make the drivers support both older and newer versions of > SoC. > > Thanks, > Akshu > > Akshu Agrawal (4): > ACPI: APD: Change name from ST to FCH > clk: x86: Change name from ST to FCH > ACPI: APD: Add a fmw property is_raven > clk: x86: Support RV architecture > > drivers/acpi/acpi_apd.c | 18 ++-- > drivers/clk/x86/Makefile | 2 +- > drivers/clk/x86/clk-fch.c | 101 ++++++++++++++++++ > drivers/clk/x86/clk-st.c | 78 -------------- > .../platform_data/{clk-st.h => clk-fch.h} | 11 +- > 5 files changed, 119 insertions(+), 91 deletions(-) > create mode 100644 drivers/clk/x86/clk-fch.c > delete mode 100644 drivers/clk/x86/clk-st.c > rename include/linux/platform_data/{clk-st.h => clk-fch.h} (51%) > > -- Whole series applied as 5.9-rc1 material, thanks!