From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752952AbbIRHcj (ORCPT ); Fri, 18 Sep 2015 03:32:39 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:51333 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752799AbbIRHcg (ORCPT ); Fri, 18 Sep 2015 03:32:36 -0400 Subject: Re: [PATCH 2/2] drivers: clk: st: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x To: Stephen Boyd , Gabriel Fernandez References: <1442389379-9298-1-git-send-email-gabriel.fernandez@linaro.org> <1442389379-9298-3-git-send-email-gabriel.fernandez@linaro.org> <20150917185151.GT23081@codeaurora.org> CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Srinivas Kandagatla , Patrice Chotard , Russell King , Michael Turquette , Peter Griffin , Pankaj Dev , Olivier Bideau , Geert Uytterhoeven , Fabian Frederick , , , , , From: Maxime Coquelin Message-ID: <55FBBDE8.5070305@st.com> Date: Fri, 18 Sep 2015 09:31:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150917185151.GT23081@codeaurora.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.241] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-09-18_03:2015-09-17,2015-09-18,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/17/2015 08:51 PM, Stephen Boyd wrote: > On 09/16, Gabriel Fernandez wrote: >> Use a generic name for this kind of PLL >> >> Correction in dts files are already done here: >> commit 5eb26c605909 ("ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x") >> >> Signed-off-by: Gabriel Fernandez >> --- > Applied to clk-fixes > Thanks Stephen