Re: [PATCH v2 0/8] clk: Minor cleanups

2015-05-06 Thread Thierry Reding
On Tue, Apr 28, 2015 at 01:46:15PM +0900, Krzysztof Kozlowski wrote: [...] > clk: tegra: Fix inconsistent indenting > clk: tegra: Fix duplicate const for parent names I've squashed these into the patches that add the EMC driver. Thanks, Thierry pgpSXmGaMb8FA.pgp Description: PGP signature

Re: [PATCH v2 0/8] clk: Minor cleanups

2015-05-05 Thread Stephen Boyd
On 04/28, Krzysztof Kozlowski wrote: > Hi, > > > Changes since v1 > > 1. Rebase on next-20150427 and Sascha Hauer's: >clk: make strings in parent name arrays const [1] > 2. Add patch "clk: tegra: Fix inconsistent indenting". > > > Description and dependencies >

[PATCH v2 0/8] clk: Minor cleanups

2015-04-27 Thread Krzysztof Kozlowski
Hi, Changes since v1 1. Rebase on next-20150427 and Sascha Hauer's: clk: make strings in parent name arrays const [1] 2. Add patch "clk: tegra: Fix inconsistent indenting". Description and dependencies Small cleanups for different clock drivers.