From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751731AbbJSW11 (ORCPT ); Mon, 19 Oct 2015 18:27:27 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:18059 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946AbbJSW1Z (ORCPT ); Mon, 19 Oct 2015 18:27:25 -0400 X-IronPort-AV: E=Sophos;i="5.17,704,1437462000"; d="scan'208";a="77895179" From: Ray Jui To: Michael Turquette , Stephen Boyd CC: , , , Simran Rai , Ray Jui , Subject: [PATCH v2] Fix iProc PLL output clock frequency calculation Date: Mon, 19 Oct 2015 15:27:18 -0700 Message-ID: <1445293639-5863-1-git-send-email-rjui@broadcom.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes incorrect iProc PLL clock frequency calculation. The issue is exposed when Cygnus audio PLL was being added. This patch is based on v4.3-rc5 and has been tested on Cygnus bcm958305k wirelss audio board This full tree is available here: repo: https://github.com/Broadcom/cygnus-linux.git branch: iproc-clk-pll-fix-v2 Changes from v1: - Added "Fixes: ..." tag so the patch is merged back to stable kernel Simran Rai (1): clk: iproc: Fix PLL output frequency calculation drivers/clk/bcm/clk-iproc-pll.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) -- 1.9.1