Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754413AbdL1XTt (ORCPT ); Thu, 28 Dec 2017 18:19:49 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:43310 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbdL1XTs (ORCPT ); Thu, 28 Dec 2017 18:19:48 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 9352B6071B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none 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.15-rc5 Date: Thu, 28 Dec 2017 15:19:46 -0800 Message-Id: <20171228231946.29784-1-sboyd@codeaurora.org> X-Mailer: git-send-email 2.15.0.374.g5f9953d2c365 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1064 Lines: 27 The following changes since commit 61d2f2a05765a5f57149efbd93e3e81a83cbc2c1: clk: sunxi: sun9i-mmc: Implement reset callback for reset controls (2017-12-19 11:50:46 -0800) 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 756efe131088b6e6e7f0124ff9c4e1f0165d3140: clk: use atomic runtime pm api in clk_core_is_enabled (2017-12-26 17:34:03 -0800) ---------------------------------------------------------------- One more fix for the runtime PM clk patches. We're calling a runtime PM API that may schedule from somewhere that we can't do that. We change to the async version of pm_runtime_put() to fix it. ---------------------------------------------------------------- Dong Aisheng (1): clk: use atomic runtime pm api in clk_core_is_enabled drivers/clk/clk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project