From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754367AbcILVZa (ORCPT ); Mon, 12 Sep 2016 17:25:30 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:44834 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcILVZ3 (ORCPT ); Mon, 12 Sep 2016 17:25:29 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org DC98561EBB Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org From: Stephen Boyd To: Linus Torvalds Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] clk fixes for v4.8-rc6 Date: Mon, 12 Sep 2016 14:25:27 -0700 Message-Id: <20160912212527.28064-1-sboyd@codeaurora.org> X-Mailer: git-send-email 2.10.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit dc7066c54107255f5f9a11bf3f82417c9b1aef51: Merge tag 'v4.8-rockchip-clk-fixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes (2016-08-29 17:08:35 -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 e4abe2b9ab3ac79537d99dfceff7302739a586bc: Merge tag 'sunxi-clk-fixes-for-4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-fixes (2016-09-08 12:54:24 -0700) ---------------------------------------------------------------- Some small fixes for the new sunxi clk driver introduced this merge window. ---------------------------------------------------------------- Chen-Yu Tsai (2): clk: sunxi-ng: Fix inverted test condition in ccu_helper_wait_for_lock clk: sunxi-ng: nk: Make ccu_nk_find_best static Jorik Jonker (1): clk: sunxi-ng: Fix wrong reset register offsets Stephen Boyd (1): Merge tag 'sunxi-clk-fixes-for-4.8' of https://git.kernel.org/.../mripard/linux into clk-fixes Wei Yongjun (2): clk: sunxi: pll2: Fix return value check in sun4i_pll2_setup() clk: sunxi: Fix return value check in sun8i_a23_mbus_setup() drivers/clk/sunxi-ng/ccu-sun8i-h3.c | 16 ++++++++-------- drivers/clk/sunxi-ng/ccu_nk.c | 6 +++--- drivers/clk/sunxi/clk-a10-pll2.c | 4 ++-- drivers/clk/sunxi/clk-sun8i-mbus.c | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project