Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753103AbbEKIot (ORCPT ); Mon, 11 May 2015 04:44:49 -0400 Received: from mout.gmx.net ([212.227.15.15]:59832 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753022AbbEKIom (ORCPT ); Mon, 11 May 2015 04:44:42 -0400 From: Sergej Sawazki To: mturquette@linaro.org, sboyd@codeaurora.org, sebastian.hesselbarth@gmail.com, mwelling@ieee.org, moinejf@free.fr Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Sergej Sawazki Subject: [PATCH 0/2] clk: si5351: Multisynth 6-7 fixes Date: Mon, 11 May 2015 10:44:19 +0200 Message-Id: <1431333859-7224-1-git-send-email-ce3a@gmx.de> X-Mailer: git-send-email 1.9.1 X-Provags-ID: V03:K0:FO9vg1ordjTFBcrtoEuMYQTtJeJ8ZpzMHyOCUraPo9l5Qq1t7// DORDm86HM0Bi8LJqLf8NSAGxrckoNB5M6zd6VTDn6bnZvtcADeYrDcjtp/ezq9V1TWAVqxi baNSVLfSZSlFohVrWxb1+rNN5jSF1qfkCpLgBZWhv3ElemD8wR/lDaYcmDM9A1/271046HR v8W/FskKNglPw4ExKnC/A== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 27 The second synthesis stage in the Si5351 clock generator consists of six *fractional* multisynth dividers (MS0 .. MS5) and two *even-integer* dividers (MS6 and MS7). The current si5351 driver implementation does not handle MS6 and MS7 correctly, this leads to wrong rates on output 6 and 7. This patch series fixes that. Patch 1 fixes the divider calculation for multisynth 6 and 7. Patch 2 fixes the divider re-calculation for multisynth 6 and 7. Info: Base on branch 'clk-fixes'. Sergej Sawazki (2): clk: si5351: fix .round_rate for multisynth 6-7 clk: si5351: fix .recalc_rate for multisynth 6-7 drivers/clk/clk-si5351.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/