From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 0/1] clk: add DT fixed-factor-clock binding support Date: Thu, 06 Sep 2012 11:15:51 -0500 Message-ID: <5048CC37.6060509@gmail.com> References: <1346194382-11405-1-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1346194382-11405-1-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Gregory CLEMENT Cc: Thomas Petazzoni , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Mike Turquette List-Id: devicetree@vger.kernel.org On 08/28/2012 05:53 PM, Gregory CLEMENT wrote: > Hi, > > During the port of the clock common framework for the armada 370/XP, I > need to get "fixed-factor-clock" using the device tree. For this need > I add support DT for "fixed-factor-clock" in the same way that the > existing support for "fixed-rate-clock". It turned out that finally I > didn't need it anymore, but as the code was written and tested, here > it is. > It looks fine to me, but I'd like to see a user of it. Rob