From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 11 Mar 2014 04:11:06 +0000 Subject: Re: [PATCH 00/03] ARM: shmobile: Break out and extend clock workaround Message-Id: <20140311041100.GA1147@verge.net.au> List-Id: References: <20140224072921.3522.55023.sendpatchset@w520> <20140307020521.GF11702@verge.net.au> In-Reply-To: <20140307020521.GF11702@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Mar 07, 2014 at 11:05:26AM +0900, Simon Horman wrote: > On Mon, Feb 24, 2014 at 04:29:21PM +0900, Magnus Damm wrote: > > ARM: shmobile: Break out and extend clock workaround > > > > [PATCH 01/03] ARM: shmobile: Introduce shmobile_clk_workaround() > > [PATCH 02/03] ARM: shmobile: Use shmobile_clk_workaround() on Lager > > [PATCH 03/03] ARM: shmobile: Use shmobile_clk_workaround() on Koelsch > > > > These patches consolidates the clkdev workaround present in the DT > > reference version of board code for Lager and Koelsch, and it also > > extends it to allow static enablement of a selected set of clocks > > during boot. The latter is needed for USB PCI support patches that > > will be posted shortly. > > > > Signed-off-by: Magnus Damm > > Thanks, I have queued these up. It seems that the #include "clock.h" line in the first patch of the series depends on "ARM: shmobile: Add temporary include workaround" which I have dropped as Olof objected to it. Accordingly I am dropping this series too.