Re: [PATCH] clk: make several parent names const

2015-06-04 Thread Stephen Boyd
On 05/28, Uwe Kleine-König wrote: > Since commit 2893c379461a ("clk: make strings in parent name arrays > const") the name of parent clocks can be const. So add more const in > several clock drivers. > > Signed-off-by: Uwe Kleine-König > --- Applied to clk-next -- Qualcomm Innovation Center, I

Re: [PATCH] clk: make several parent names const

2015-05-28 Thread Heiko Stuebner
Am Donnerstag, 28. Mai 2015, 10:45:51 schrieb Uwe Kleine-König: > Since commit 2893c379461a ("clk: make strings in parent name arrays > const") the name of parent clocks can be const. So add more const in > several clock drivers. > > Signed-off-by: Uwe Kleine-König Acked-by: Heiko Stuebner >

Re: [PATCH] clk: make several parent names const

2015-05-28 Thread Sylwester Nawrocki
On 28/05/15 10:45, Uwe Kleine-König wrote: > Since commit 2893c379461a ("clk: make strings in parent name arrays > const") the name of parent clocks can be const. So add more const in > several clock drivers. > > Signed-off-by: Uwe Kleine-König Thanks for the patch, Acked-by: Sylwester Nawrocki

[PATCH] clk: make several parent names const

2015-05-28 Thread Uwe Kleine-König
Since commit 2893c379461a ("clk: make strings in parent name arrays const") the name of parent clocks can be const. So add more const in several clock drivers. Signed-off-by: Uwe Kleine-König --- Hello, commit 2893c379461a isn't in Linus Torvald's tree yet, so the commit message needs adaption i