From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Mon, 17 Mar 2014 08:21:04 +0000 Subject: Re: [PATCH] ARM: shmobile: lager-reference: Work around core clock issues Message-Id: <20140317082102.GB22002@verge.net.au> List-Id: References: <1395022736-2921-1-git-send-email-horms+renesas@verge.net.au> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, Mar 17, 2014 at 09:01:30AM +0100, Geert Uytterhoeven wrote: > On Mon, Mar 17, 2014 at 3:18 AM, Simon Horman > wrote: > > Due to issues with runtime PM clock management, clocks not explicitly > > managed by their drivers may not be enabled at all, or be inadvertently > > disabled by the clk_disable_unused() late initcall. > > > > Until this is fixed, add a temporary workaround, calling > > shmobile_clk_workaround() with enable = true. > > > > For now this enables the clocks for: ether, msiof1, qspi_mod, and > > thermal. More clocks can be added if needed. > > > > Based on work for the koelsch board by eert Uytterhoeven. > > > > Cc: Geert Uytterhoeven > > Signed-off-by: Simon Horman > > Acked-by: Geert Uytterhoeven > (if the typo reported by Morimoto-san gets fixed ;-) Indeed, sorry about misspelling your name. > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >