Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753145AbcCAKIO (ORCPT ); Tue, 1 Mar 2016 05:08:14 -0500 Received: from regular1.263xmail.com ([211.150.99.130]:41429 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108AbcCAKIJ (ORCPT ); Tue, 1 Mar 2016 05:08:09 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: zhengxing@rock-chips.com X-FST-TO: linux-rockchip@lists.infradead.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: zhengxing@rock-chips.com X-UNIQUE-TAG: <9a095c5a807653ca859503afcf679a5a> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 From: Xing Zheng To: linux-rockchip@lists.infradead.org Cc: heiko@sntech.de, huangtao@rock-chips.com, jay.xu@rock-chips.com, elaine.zhang@rock-chips.com, Xing Zheng , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/5] Add more clock compatible features and support the RK3399 clock Date: Tue, 1 Mar 2016 18:07:36 +0800 Message-Id: <1456826861-7612-1-git-send-email-zhengxing@rock-chips.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 38 Series-version: 2 Series-changes: 2 - rename the aplll/apllb to lpll/bpll - add drv/sample clock nodes for sdmmc/sdio Hi, The patch series add support more mux parameters and multiple clock providers for the rockchip features of the clock framework, and support the clock controller for the RK3399. Xing Zheng (5): clk: rockchip: add more mux parameters for new pll sources clk: rockchip: Add support for multiple clock providers clk: rockchip: add new pll-type for rk3399 and similar socs clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type clk: rockchip: add clock controller for the RK3399 drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk-cpu.c | 14 +- drivers/clk/rockchip/clk-pll.c | 309 +++++++- drivers/clk/rockchip/clk-rk3036.c | 20 +- drivers/clk/rockchip/clk-rk3188.c | 54 +- drivers/clk/rockchip/clk-rk3228.c | 20 +- drivers/clk/rockchip/clk-rk3288.c | 22 +- drivers/clk/rockchip/clk-rk3368.c | 27 +- drivers/clk/rockchip/clk-rk3399.c | 1553 +++++++++++++++++++++++++++++++++++++ drivers/clk/rockchip/clk.c | 148 ++-- drivers/clk/rockchip/clk.h | 96 ++- 11 files changed, 2140 insertions(+), 124 deletions(-) create mode 100644 drivers/clk/rockchip/clk-rk3399.c -- 1.7.9.5