* [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries @ 2015-11-13 16:29 ` Neil Armstrong 0 siblings, 0 replies; 6+ messages in thread From: Neil Armstrong @ 2015-11-13 16:29 UTC (permalink / raw) To: Tony Lindgren, Paul Walmsley, Tero Kristo Cc: linux-omap, linux-arm-kernel, linux-kernel, Brian Hutchinson, linux-clk, fisaksen Add missing clkdev dmtimer related entries for dm816x. 32Khz and ext sources were missing. Cc: Brian Hutchinson <b.hutchman@gmail.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- drivers/clk/ti/clk-816x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c index 1dfad0c..2a5d84f 100644 --- a/drivers/clk/ti/clk-816x.c +++ b/drivers/clk/ti/clk-816x.c @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), DT_CLK(NULL, "mpu_ck", "mpu_ck"), DT_CLK(NULL, "timer1_fck", "timer1_fck"), DT_CLK(NULL, "timer2_fck", "timer2_fck"), -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries @ 2015-11-13 16:29 ` Neil Armstrong 0 siblings, 0 replies; 6+ messages in thread From: Neil Armstrong @ 2015-11-13 16:29 UTC (permalink / raw) To: linux-arm-kernel Add missing clkdev dmtimer related entries for dm816x. 32Khz and ext sources were missing. Cc: Brian Hutchinson <b.hutchman@gmail.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- drivers/clk/ti/clk-816x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c index 1dfad0c..2a5d84f 100644 --- a/drivers/clk/ti/clk-816x.c +++ b/drivers/clk/ti/clk-816x.c @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), DT_CLK(NULL, "mpu_ck", "mpu_ck"), DT_CLK(NULL, "timer1_fck", "timer1_fck"), DT_CLK(NULL, "timer2_fck", "timer2_fck"), -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries 2015-11-13 16:29 ` Neil Armstrong (?) (?) @ 2015-11-24 9:37 ` Tero Kristo -1 siblings, 0 replies; 6+ messages in thread From: Tero Kristo @ 2015-11-24 9:37 UTC (permalink / raw) To: Neil Armstrong, Tony Lindgren, Paul Walmsley Cc: fisaksen, linux-kernel, Brian Hutchinson, linux-omap, linux-clk, linux-arm-kernel On 11/13/2015 06:29 PM, Neil Armstrong wrote: > Add missing clkdev dmtimer related entries for dm816x. > 32Khz and ext sources were missing. > > Cc: Brian Hutchinson <b.hutchman@gmail.com> > Acked-by: Tony Lindgren <tony@atomide.com> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Your own sign-off should be at the top of the list, fixed this locally myself. Queued for 4.4-rc-fixes, thanks. -Tero > --- > drivers/clk/ti/clk-816x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c > index 1dfad0c..2a5d84f 100644 > --- a/drivers/clk/ti/clk-816x.c > +++ b/drivers/clk/ti/clk-816x.c > @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { > DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), > DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), > DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), > + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), > + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), > DT_CLK(NULL, "mpu_ck", "mpu_ck"), > DT_CLK(NULL, "timer1_fck", "timer1_fck"), > DT_CLK(NULL, "timer2_fck", "timer2_fck"), > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries @ 2015-11-24 9:37 ` Tero Kristo 0 siblings, 0 replies; 6+ messages in thread From: Tero Kristo @ 2015-11-24 9:37 UTC (permalink / raw) To: Neil Armstrong, Tony Lindgren, Paul Walmsley Cc: linux-omap, linux-arm-kernel, linux-kernel, Brian Hutchinson, linux-clk, fisaksen On 11/13/2015 06:29 PM, Neil Armstrong wrote: > Add missing clkdev dmtimer related entries for dm816x. > 32Khz and ext sources were missing. > > Cc: Brian Hutchinson <b.hutchman@gmail.com> > Acked-by: Tony Lindgren <tony@atomide.com> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Your own sign-off should be at the top of the list, fixed this locally myself. Queued for 4.4-rc-fixes, thanks. -Tero > --- > drivers/clk/ti/clk-816x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c > index 1dfad0c..2a5d84f 100644 > --- a/drivers/clk/ti/clk-816x.c > +++ b/drivers/clk/ti/clk-816x.c > @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { > DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), > DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), > DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), > + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), > + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), > DT_CLK(NULL, "mpu_ck", "mpu_ck"), > DT_CLK(NULL, "timer1_fck", "timer1_fck"), > DT_CLK(NULL, "timer2_fck", "timer2_fck"), > ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries @ 2015-11-24 9:37 ` Tero Kristo 0 siblings, 0 replies; 6+ messages in thread From: Tero Kristo @ 2015-11-24 9:37 UTC (permalink / raw) To: linux-arm-kernel On 11/13/2015 06:29 PM, Neil Armstrong wrote: > Add missing clkdev dmtimer related entries for dm816x. > 32Khz and ext sources were missing. > > Cc: Brian Hutchinson <b.hutchman@gmail.com> > Acked-by: Tony Lindgren <tony@atomide.com> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Your own sign-off should be at the top of the list, fixed this locally myself. Queued for 4.4-rc-fixes, thanks. -Tero > --- > drivers/clk/ti/clk-816x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c > index 1dfad0c..2a5d84f 100644 > --- a/drivers/clk/ti/clk-816x.c > +++ b/drivers/clk/ti/clk-816x.c > @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { > DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), > DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), > DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), > + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), > + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), > DT_CLK(NULL, "mpu_ck", "mpu_ck"), > DT_CLK(NULL, "timer1_fck", "timer1_fck"), > DT_CLK(NULL, "timer2_fck", "timer2_fck"), > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries @ 2015-11-24 9:37 ` Tero Kristo 0 siblings, 0 replies; 6+ messages in thread From: Tero Kristo @ 2015-11-24 9:37 UTC (permalink / raw) To: Neil Armstrong, Tony Lindgren, Paul Walmsley Cc: linux-omap, linux-arm-kernel, linux-kernel, Brian Hutchinson, linux-clk, fisaksen On 11/13/2015 06:29 PM, Neil Armstrong wrote: > Add missing clkdev dmtimer related entries for dm816x. > 32Khz and ext sources were missing. > > Cc: Brian Hutchinson <b.hutchman@gmail.com> > Acked-by: Tony Lindgren <tony@atomide.com> > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Your own sign-off should be at the top of the list, fixed this locally myself. Queued for 4.4-rc-fixes, thanks. -Tero > --- > drivers/clk/ti/clk-816x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/clk/ti/clk-816x.c b/drivers/clk/ti/clk-816x.c > index 1dfad0c..2a5d84f 100644 > --- a/drivers/clk/ti/clk-816x.c > +++ b/drivers/clk/ti/clk-816x.c > @@ -20,6 +20,8 @@ static struct ti_dt_clk dm816x_clks[] = { > DT_CLK(NULL, "sys_clkin", "sys_clkin_ck"), > DT_CLK(NULL, "timer_sys_ck", "sys_clkin_ck"), > DT_CLK(NULL, "sys_32k_ck", "sys_32k_ck"), > + DT_CLK(NULL, "timer_32k_ck", "sysclk18_ck"), > + DT_CLK(NULL, "timer_ext_ck", "tclkin_ck"), > DT_CLK(NULL, "mpu_ck", "mpu_ck"), > DT_CLK(NULL, "timer1_fck", "timer1_fck"), > DT_CLK(NULL, "timer2_fck", "timer2_fck"), > ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-11-24 9:37 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-11-13 16:29 [PATCH v2 2/4] clk: ti816x: Add missing dmtimer clkdev entries Neil Armstrong 2015-11-13 16:29 ` Neil Armstrong 2015-11-24 9:37 ` Tero Kristo 2015-11-24 9:37 ` Tero Kristo 2015-11-24 9:37 ` Tero Kristo 2015-11-24 9:37 ` Tero Kristo
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.