From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754581AbbAUP10 (ORCPT ); Wed, 21 Jan 2015 10:27:26 -0500 Received: from mail-ie0-f180.google.com ([209.85.223.180]:49165 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754149AbbAUP0s (ORCPT ); Wed, 21 Jan 2015 10:26:48 -0500 Date: Wed, 21 Jan 2015 15:26:41 +0000 From: Lee Jones To: Maxime Coquelin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kernel@stlinux.com, wsa@the-dreams.de Subject: Re: [STLinux Kernel] [PATCH 1/1] i2c: i2c-st: Rename clock reference to something that exists Message-ID: <20150121152641.GE22024@x1> References: <1409234523-20240-1-git-send-email-lee.jones@linaro.org> <53FF3D55.40006@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53FF3D55.40006@st.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 28 Aug 2014, Maxime Coquelin wrote: > On 08/28/2014 04:02 PM, Lee Jones wrote: > >CLK_S_ICN_REG_0 hasn't existed for a while now. This was renamed > >over a few commits, then finally removed in commit 5aa02b9 (ARM: > >STi: DT: STiH415: Remove unused CLK_S_ICN_REG_0 fixed clock). > > > >Signed-off-by: Lee Jones > > Maybe it will be part of my next pull-requests, but in case it is > not, you can add my: > Acked-by: Maxime Coquelin Still nothing from the big man. Can you just take this please Maxime? > >--- > > Documentation/devicetree/bindings/i2c/i2c-st.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/Documentation/devicetree/bindings/i2c/i2c-st.txt b/Documentation/devicetree/bindings/i2c/i2c-st.txt > >index 437e0db..4c26fda 100644 > >--- a/Documentation/devicetree/bindings/i2c/i2c-st.txt > >+++ b/Documentation/devicetree/bindings/i2c/i2c-st.txt > >@@ -31,7 +31,7 @@ i2c0: i2c@fed40000 { > > compatible = "st,comms-ssc4-i2c"; > > reg = <0xfed40000 0x110>; > > interrupts = ; > >- clocks = <&CLK_S_ICN_REG_0>; > >+ clocks = <&clk_s_a0_ls CLK_ICN_REG>; > > clock-names = "ssc"; > > clock-frequency = <400000>; > > pinctrl-names = "default"; > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Wed, 21 Jan 2015 15:26:41 +0000 Subject: [STLinux Kernel] [PATCH 1/1] i2c: i2c-st: Rename clock reference to something that exists In-Reply-To: <53FF3D55.40006@st.com> References: <1409234523-20240-1-git-send-email-lee.jones@linaro.org> <53FF3D55.40006@st.com> Message-ID: <20150121152641.GE22024@x1> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 28 Aug 2014, Maxime Coquelin wrote: > On 08/28/2014 04:02 PM, Lee Jones wrote: > >CLK_S_ICN_REG_0 hasn't existed for a while now. This was renamed > >over a few commits, then finally removed in commit 5aa02b9 (ARM: > >STi: DT: STiH415: Remove unused CLK_S_ICN_REG_0 fixed clock). > > > >Signed-off-by: Lee Jones > > Maybe it will be part of my next pull-requests, but in case it is > not, you can add my: > Acked-by: Maxime Coquelin Still nothing from the big man. Can you just take this please Maxime? > >--- > > Documentation/devicetree/bindings/i2c/i2c-st.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/Documentation/devicetree/bindings/i2c/i2c-st.txt b/Documentation/devicetree/bindings/i2c/i2c-st.txt > >index 437e0db..4c26fda 100644 > >--- a/Documentation/devicetree/bindings/i2c/i2c-st.txt > >+++ b/Documentation/devicetree/bindings/i2c/i2c-st.txt > >@@ -31,7 +31,7 @@ i2c0: i2c at fed40000 { > > compatible = "st,comms-ssc4-i2c"; > > reg = <0xfed40000 0x110>; > > interrupts = ; > >- clocks = <&CLK_S_ICN_REG_0>; > >+ clocks = <&clk_s_a0_ls CLK_ICN_REG>; > > clock-names = "ssc"; > > clock-frequency = <400000>; > > pinctrl-names = "default"; > > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog