From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751681AbdJYL4Z (ORCPT ); Wed, 25 Oct 2017 07:56:25 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:55182 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750823AbdJYL4V (ORCPT ); Wed, 25 Oct 2017 07:56:21 -0400 X-Google-Smtp-Source: ABhQp+R1TNDN26KmVjbc2HncTdYVI6B6XP/E/SDvrxAk97nxMhsy6H98N2AOr/YqgjXisvVVDhcawQ== Subject: Re: [PATCH v9 0/7] Add support for Qualcomm A53 CPU clock To: sboyd@codeaurora.org, jassisinghbrar@gmail.com, bjorn.andersson@linaro.org, robh+dt@kernel.org Cc: mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org References: <20170921164940.20343-1-georgi.djakov@linaro.org> From: Georgi Djakov Message-ID: <49c12500-db97-0133-e43d-72b8116ed0a0@linaro.org> Date: Wed, 25 Oct 2017 14:56:20 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20170921164940.20343-1-georgi.djakov@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/21/2017 07:49 PM, Georgi Djakov wrote: > This patchset adds support for the A53 CPU clock on MSM8916 platforms > and allows scaling of the CPU frequency on msm8916 based platforms. > > Changes since v8 (https://lkml.org/lkml/2017/6/23/476) > * Converted APCS mailbox driver to use regmap and to populate child > platform devices that will handle the rest of the functionality > provided by APCS block. > * Picked Rob's Ack for the PLL binding. > * Changed the APCS binding and put it into a separate patch. > * Addressed review comments. > * Minor changes. Hi Stephen and Bjorn. A gentle ping on this..