Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314Ab3G3Oov (ORCPT ); Tue, 30 Jul 2013 10:44:51 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:42092 "EHLO mail.free-electrons.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751246Ab3G3Oou (ORCPT ); Tue, 30 Jul 2013 10:44:50 -0400 From: Maxime Ripard To: Mike Turquette Cc: Emilio Lopez , kevin.z.m.zh@gmail.com, sunny@allwinnertech.com, shuge@allwinnertech.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Maxime Ripard Subject: [PATCH 0/4] Add support for the Allwinner A31 clocks Date: Tue, 30 Jul 2013 16:44:18 +0200 Message-Id: <1375195462-19566-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.8.3.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1127 Lines: 33 Hi everyone, The Allwinner A31 SoC has a quite different clock tree and structure that the other Allwinner SoCs that we already merged, so it requires more work than what we had for the other SoCs until now. It's also an opportunity to do some minor cleanup/refactoring to land the new code properly. This patch set is based on the "ARM: sunxi: Add support for the Allwinner A31 SoC" serie I sent previously. Thanks! Maxime Maxime Ripard (4): clk: sunxi: Rename the structure to prepare the addition of sun6i clk: sunxi: Allow to specify the divider width from the dividers data clk: sunxi: Add A31 clocks support ARM: sun6i: Enable clock support in the DTSI arch/arm/boot/dts/sun6i-a31.dtsi | 137 +++++++++++++++++++-- drivers/clk/sunxi/clk-sunxi.c | 252 ++++++++++++++++++++++++++++++++------- 2 files changed, 335 insertions(+), 54 deletions(-) -- 1.8.3.4 -- 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/