From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 26 Nov 2012 06:23:23 +0000 Subject: Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Message-Id: <20121126062322.GA30445@linux-sh.org> List-Id: References: <87a9u4x5q1.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87a9u4x5q1.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Sun, Nov 25, 2012 at 10:01:46PM -0800, Kuninori Morimoto wrote: > 764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b > (sh: clkfwk: Use shared sh_clk_div_enable/disable()) > shared enable/disable funcions for div4/div6. > But new sh_clk_div_enable() didn't care sh_clk_div_set_rate() > which is required on div6 clock. > This patch fixes it. > > Signed-off-by: Kuninori Morimoto Looks better, I'll queue it up, thanks.