From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Agrawal, Akshu" Subject: Re: [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support Date: Fri, 4 May 2018 15:39:11 +0530 Message-ID: <0afd036f-9526-f5c8-4bd6-87d145319370@amd.com> References: <1525422930-27826-1-git-send-email-akshu.agrawal@amd.com> <1525422930-27826-2-git-send-email-akshu.agrawal@amd.com> <3734664.7VekyYX7C7@aspire.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3734664.7VekyYX7C7@aspire.rjw.lan> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: djkurtz@chromium.org, Alexander.Deucher@amd.com, Len Brown , "open list:ACPI" , open list List-Id: linux-acpi@vger.kernel.org On 5/4/2018 3:36 PM, Rafael J. Wysocki wrote: > On Friday, May 4, 2018 10:34:44 AM CEST Akshu Agrawal wrote: >> AMD SoC exposes clock for general purpose use. The clock registration >> is done in clk-st driver. The MMIO mapping are passed on to the >> clock driver for accessing the registers. >> The misc clock handler will create MMIO mappings to access the >> clock registers and enable the clock driver to expose the clock >> for use of drivers which will connect to it. >> >> Signed-off-by: Akshu Agrawal >> --- >> v2: Submitted with dependent patch, removed unneeded kfree for devm_kzalloc > > Well, where's patch [1/2]? > It's here: https://patchwork.kernel.org/patch/10380207/ Regards, Akshu > Thanks, > Rafael >