From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752525AbbLHTZK (ORCPT ); Tue, 8 Dec 2015 14:25:10 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:60014 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752107AbbLHTZH (ORCPT ); Tue, 8 Dec 2015 14:25:07 -0500 Subject: Re: [PATCH 02/10] clk: ti: Add few dm814x clock aliases To: Tony Lindgren , References: <1449013103-23238-1-git-send-email-tony@atomide.com> <1449013103-23238-3-git-send-email-tony@atomide.com> <20151208165732.GY23396@atomide.com> CC: , , Brian Hutchinson , Delio Brignoli , Neil Armstrong , Matthijs van Duin , Philipp Rosenberger , Michael Turquette , Stephen Boyd From: Tero Kristo Message-ID: <56672ED0.4050405@ti.com> Date: Tue, 8 Dec 2015 21:26:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151208165732.GY23396@atomide.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/08/2015 06:57 PM, Tony Lindgren wrote: > * Tony Lindgren [151201 15:43]: >> The timer clock aliases are needed early on dm814x. Let's also >> add the aliases for the interconnects and MMC. >> >> Cc: Michael Turquette >> Cc: Stephen Boyd >> Cc: Tero Kristo >> Signed-off-by: Tony Lindgren > > Anybody from the clock department care to ack this one? Sorry been rather busy lately... > I'd like to > get this series into Linux next as it fixes some some issues. Yeah looks good to me, don't have access to dm814x so can't test. Acked-by: Tero Kristo Are you planning to push this via omap tree if this is critical for you? -Tero > > Regards, > > Tony > > >> drivers/clk/ti/clk-814x.c | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/drivers/clk/ti/clk-814x.c b/drivers/clk/ti/clk-814x.c >> index e172920..9e85fcc 100644 >> --- a/drivers/clk/ti/clk-814x.c >> +++ b/drivers/clk/ti/clk-814x.c >> @@ -14,10 +14,14 @@ static struct ti_dt_clk dm814_clks[] = { >> DT_CLK(NULL, "devosc_ck", "devosc_ck"), >> DT_CLK(NULL, "mpu_ck", "mpu_ck"), >> DT_CLK(NULL, "sysclk4_ck", "sysclk4_ck"), >> + DT_CLK(NULL, "sysclk5_ck", "sysclk5_ck"), >> DT_CLK(NULL, "sysclk6_ck", "sysclk6_ck"), >> + DT_CLK(NULL, "sysclk8_ck", "sysclk8_ck"), >> DT_CLK(NULL, "sysclk10_ck", "sysclk10_ck"), >> DT_CLK(NULL, "sysclk18_ck", "sysclk18_ck"), >> DT_CLK(NULL, "timer_sys_ck", "devosc_ck"), >> + DT_CLK(NULL, "timer1_fck", "timer1_fck"), >> + DT_CLK(NULL, "timer2_fck", "timer2_fck"), >> DT_CLK(NULL, "cpsw_125mhz_gclk", "cpsw_125mhz_gclk"), >> DT_CLK(NULL, "cpsw_cpts_rft_clk", "cpsw_cpts_rft_clk"), >> { .node_name = NULL }, >> -- >> 2.6.2 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tero Kristo Subject: Re: [PATCH 02/10] clk: ti: Add few dm814x clock aliases Date: Tue, 8 Dec 2015 21:26:08 +0200 Message-ID: <56672ED0.4050405@ti.com> References: <1449013103-23238-1-git-send-email-tony@atomide.com> <1449013103-23238-3-git-send-email-tony@atomide.com> <20151208165732.GY23396@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151208165732.GY23396@atomide.com> Sender: linux-kernel-owner@vger.kernel.org To: Tony Lindgren , linux-kernel@vger.kernel.org Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Brian Hutchinson , Delio Brignoli , Neil Armstrong , Matthijs van Duin , Philipp Rosenberger , Michael Turquette , Stephen Boyd List-Id: linux-omap@vger.kernel.org On 12/08/2015 06:57 PM, Tony Lindgren wrote: > * Tony Lindgren [151201 15:43]: >> The timer clock aliases are needed early on dm814x. Let's also >> add the aliases for the interconnects and MMC. >> >> Cc: Michael Turquette >> Cc: Stephen Boyd >> Cc: Tero Kristo >> Signed-off-by: Tony Lindgren > > Anybody from the clock department care to ack this one? Sorry been rather busy lately... > I'd like to > get this series into Linux next as it fixes some some issues. Yeah looks good to me, don't have access to dm814x so can't test. Acked-by: Tero Kristo Are you planning to push this via omap tree if this is critical for you? -Tero > > Regards, > > Tony > > >> drivers/clk/ti/clk-814x.c | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/drivers/clk/ti/clk-814x.c b/drivers/clk/ti/clk-814x.c >> index e172920..9e85fcc 100644 >> --- a/drivers/clk/ti/clk-814x.c >> +++ b/drivers/clk/ti/clk-814x.c >> @@ -14,10 +14,14 @@ static struct ti_dt_clk dm814_clks[] = { >> DT_CLK(NULL, "devosc_ck", "devosc_ck"), >> DT_CLK(NULL, "mpu_ck", "mpu_ck"), >> DT_CLK(NULL, "sysclk4_ck", "sysclk4_ck"), >> + DT_CLK(NULL, "sysclk5_ck", "sysclk5_ck"), >> DT_CLK(NULL, "sysclk6_ck", "sysclk6_ck"), >> + DT_CLK(NULL, "sysclk8_ck", "sysclk8_ck"), >> DT_CLK(NULL, "sysclk10_ck", "sysclk10_ck"), >> DT_CLK(NULL, "sysclk18_ck", "sysclk18_ck"), >> DT_CLK(NULL, "timer_sys_ck", "devosc_ck"), >> + DT_CLK(NULL, "timer1_fck", "timer1_fck"), >> + DT_CLK(NULL, "timer2_fck", "timer2_fck"), >> DT_CLK(NULL, "cpsw_125mhz_gclk", "cpsw_125mhz_gclk"), >> DT_CLK(NULL, "cpsw_cpts_rft_clk", "cpsw_cpts_rft_clk"), >> { .node_name = NULL }, >> -- >> 2.6.2 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Tue, 8 Dec 2015 21:26:08 +0200 Subject: [PATCH 02/10] clk: ti: Add few dm814x clock aliases In-Reply-To: <20151208165732.GY23396@atomide.com> References: <1449013103-23238-1-git-send-email-tony@atomide.com> <1449013103-23238-3-git-send-email-tony@atomide.com> <20151208165732.GY23396@atomide.com> Message-ID: <56672ED0.4050405@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/08/2015 06:57 PM, Tony Lindgren wrote: > * Tony Lindgren [151201 15:43]: >> The timer clock aliases are needed early on dm814x. Let's also >> add the aliases for the interconnects and MMC. >> >> Cc: Michael Turquette >> Cc: Stephen Boyd >> Cc: Tero Kristo >> Signed-off-by: Tony Lindgren > > Anybody from the clock department care to ack this one? Sorry been rather busy lately... > I'd like to > get this series into Linux next as it fixes some some issues. Yeah looks good to me, don't have access to dm814x so can't test. Acked-by: Tero Kristo Are you planning to push this via omap tree if this is critical for you? -Tero > > Regards, > > Tony > > >> drivers/clk/ti/clk-814x.c | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/drivers/clk/ti/clk-814x.c b/drivers/clk/ti/clk-814x.c >> index e172920..9e85fcc 100644 >> --- a/drivers/clk/ti/clk-814x.c >> +++ b/drivers/clk/ti/clk-814x.c >> @@ -14,10 +14,14 @@ static struct ti_dt_clk dm814_clks[] = { >> DT_CLK(NULL, "devosc_ck", "devosc_ck"), >> DT_CLK(NULL, "mpu_ck", "mpu_ck"), >> DT_CLK(NULL, "sysclk4_ck", "sysclk4_ck"), >> + DT_CLK(NULL, "sysclk5_ck", "sysclk5_ck"), >> DT_CLK(NULL, "sysclk6_ck", "sysclk6_ck"), >> + DT_CLK(NULL, "sysclk8_ck", "sysclk8_ck"), >> DT_CLK(NULL, "sysclk10_ck", "sysclk10_ck"), >> DT_CLK(NULL, "sysclk18_ck", "sysclk18_ck"), >> DT_CLK(NULL, "timer_sys_ck", "devosc_ck"), >> + DT_CLK(NULL, "timer1_fck", "timer1_fck"), >> + DT_CLK(NULL, "timer2_fck", "timer2_fck"), >> DT_CLK(NULL, "cpsw_125mhz_gclk", "cpsw_125mhz_gclk"), >> DT_CLK(NULL, "cpsw_cpts_rft_clk", "cpsw_cpts_rft_clk"), >> { .node_name = NULL }, >> -- >> 2.6.2 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html