Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752401AbbETDZE (ORCPT ); Tue, 19 May 2015 23:25:04 -0400 Received: from mail-ig0-f180.google.com ([209.85.213.180]:37966 "EHLO mail-ig0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbbETDZB convert rfc822-to-8bit (ORCPT ); Tue, 19 May 2015 23:25:01 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT From: Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, sboyd@codeaurora.org User-Agent: alot/0.3.5 To: torvalds@linux-foundation.org Message-ID: <20150520032454.9817.49687@quantum> Subject: [GIT PULL] clk: fixes for 4.1 Date: Tue, 19 May 2015 20:24:54 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2695 Lines: 61 The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to 0cd3be6e9a46f84ef7a42e1a5645d32ad547b12e: clk: si5351: Do not pass struct clk in platform_data (2015-05-08 11:22:30 -0700) ---------------------------------------------------------------- The first set of clk fixes for 4.1 are all driver bugs, with the exception of a single locking fix in the core code. All driver fixes are for code that was merged recently. The Samsung stuff is mostly fixes around suspend/resume, the Qualcomm fixes are for invalid hardware configuration data and the Silicon Labs patches are fixes following their move away from platform_data to Device Tree. ---------------------------------------------------------------- Chanwoo Choi (3): clk: Use CONFIG_ARCH_EXYNOS instead of CONFIG_ARCH_EXYNOS5433 clk: exynos5433: Fix wrong parent clock of sclk_apollo clock clk: exynos5433: Fix wrong PMS value of exynos5433_pll_rates Dong Aisheng (1): clk: add missing lock when call clk_core_enable in clk_set_parent Georgi Djakov (2): clk: qcom: Fix MSM8916 venus divider value clk: qcom: Fix MSM8916 gfx3d_clk_src configuration Javier Martinez Canillas (1): clk: exynos5420: Restore GATE_BUS_TOP on suspend Jonghwa Lee (2): clk: exynos5433: Fix wrong offset of PCLK_MSCL_SECURE_SMMU_JPEG clk: exynos5433: Fix CLK_PCLK_MONOTONIC_CNT clk register assignment Michael Turquette (1): Merge tag 'clk-samsung-fixes-4.1-2' of git://linuxtv.org/snawrocki/samsung into clk-fixes Sebastian Hesselbarth (2): clk: si5351: Mention clock-names in the binding documentation clk: si5351: Do not pass struct clk in platform_data .../devicetree/bindings/clock/silabs,si5351.txt | 4 +- drivers/clk/clk-si5351.c | 63 +++++++++++++++------- drivers/clk/clk.c | 8 +++ drivers/clk/qcom/gcc-msm8916.c | 4 +- drivers/clk/samsung/Makefile | 2 +- drivers/clk/samsung/clk-exynos5420.c | 1 + drivers/clk/samsung/clk-exynos5433.c | 12 ++--- include/linux/platform_data/si5351.h | 4 -- 8 files changed, 66 insertions(+), 32 deletions(-) -- 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/