From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755425AbaIBWjD (ORCPT ); Tue, 2 Sep 2014 18:39:03 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:54089 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755318AbaIBWjB convert rfc822-to-8bit (ORCPT ); Tue, 2 Sep 2014 18:39:01 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Boris BREZILLON , "Nicolas Ferre" , "Jean-Christophe Plagniol-Villard" , "Alexandre Belloni" , "Andrew Victor" From: Mike Turquette In-Reply-To: <1409644218-13677-1-git-send-email-boris.brezillon@free-electrons.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?utf-8?q?Ga=C3=ABl_PORTAY?= , "Boris BREZILLON" References: <1409644218-13677-1-git-send-email-boris.brezillon@free-electrons.com> Message-ID: <20140902223846.5251.86384@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH 0/5] clk: at91: fix USB clk support on at91rm9200/sam9 SoCs Date: Tue, 02 Sep 2014 15:38:46 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Boris BREZILLON (2014-09-02 00:50:13) > Hi, > > This patch series fixes several bugs in the PLL driver preventing a proper > set_rate on the PLL clk. > It also enables propagation of set_rate request on the USB clk in order to > configure the PLL rate according to the USB block requirement (48 MHz). > > Note that existing kernels, relying on the PLL configuration made by the > the bootloader should not be impacted by this bug, but others (those > directly booting from at91bootstrap or not enabling USB support in the > bootloader) will be. > > This bug was reported by Gaƫl, who's directly booting the kernel from the > bootstrap. Applied to clk-next. Regards, Mike > > Best Regards, > > Boris > > Boris BREZILLON (5): > clk: at91: fix PLL_MAX_COUNT macro definition > clk: at91: rework PLL rate calculation > clk: at91: fix recalc_rate implementation of PLL driver > clk: at91: rework rm9200 USB clock to propagate set_rate to the parent > clk > clk: at91: fix div by zero in USB clock driver > > drivers/clk/at91/clk-pll.c | 160 +++++++++++++++++++++++---------------------- > drivers/clk/at91/clk-usb.c | 20 ++++-- > 2 files changed, 96 insertions(+), 84 deletions(-) > > -- > 1.9.1 >