Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933443AbcJQWes (ORCPT ); Mon, 17 Oct 2016 18:34:48 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58007 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932163AbcJQWek (ORCPT ); Mon, 17 Oct 2016 18:34:40 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org C1D21616B5 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: Mon, 17 Oct 2016 15:34:38 -0700 From: Stephen Boyd To: Eric Anholt Cc: Michael Turquette , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org Subject: Re: [PATCH v2] clk: bcm2835: Clamp the PLL's requested rate to the hardware limits. Message-ID: <20161017223438.GK8871@codeaurora.org> References: <20160930170727.32544-1-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160930170727.32544-1-eric@anholt.net> 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 Content-Length: 348 Lines: 12 On 09/30, Eric Anholt wrote: > Fixes setting low-resolution video modes on HDMI. Now the PLLH_PIX > divider adjusts itself until the PLLH is within bounds. > > Signed-off-by: Eric Anholt > --- Applied to clk-fixes -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project