From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936256AbcIGP6Y (ORCPT ); Wed, 7 Sep 2016 11:58:24 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59813 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935767AbcIGP6W (ORCPT ); Wed, 7 Sep 2016 11:58:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 7DB2761231 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 7 Sep 2016 08:58:19 -0700 From: Stephen Boyd To: Martin Sperl Cc: Eric Anholt , Michael Turquette , linux-kernel@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/4] clk: bcm2835: critical clocks and parent selection Message-ID: <20160907155819.GX12510@codeaurora.org> References: <1464807936-532-1-git-send-email-eric@anholt.net> <69F741EC-D4BB-461E-B3BA-FEF73DA70F2E@sperl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69F741EC-D4BB-461E-B3BA-FEF73DA70F2E@sperl.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/07, Martin Sperl wrote: > > > On 01.06.2016, at 21:05, Eric Anholt wrote: > > > > I figured out another critical clock (patch 3), but didn't use the > > CLK_IS_CRITICAL flag since I want to just protect whatever clock > > happens to be the parent (there are #ifdefs in the firmware indicating > > that they've experimented with using different clocks as the parent). > > > > I think these fixes are all suitable for 4.7. > > > > Eric Anholt (4): > > clk: bcm2835: Mark the VPU clock as critical > > clk: bcm2835: Mark GPIO clocks enabled at boot as critical > > clk: bcm2835: Mark the CM SDRAM clock's parent as critical > > clk: bcm2835: Skip PLLC clocks when deciding on a new clock parent > > > > drivers/clk/bcm/clk-bcm2835.c | 63 +++++++++++++++++++++++++++++++++++++++++-- > > 1 file changed, 61 insertions(+), 2 deletions(-) > > Whole series: > Acked-by: Martin Sperl > > Note that these patches are also seeing more testing downstream in 4.7 > and there have been no hiccups seen either. Clock selection is working > as expected for I2S as well. > > Ok. Applied all of them to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project