From patchwork Wed Mar 19 09:00:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philipp Zabel X-Patchwork-Id: 331655 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C1C042C009F for ; Wed, 19 Mar 2014 20:00:53 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WQCMc-0007r2-P5; Wed, 19 Mar 2014 09:00:42 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WQCMZ-0003QK-Q3; Wed, 19 Mar 2014 09:00:39 +0000 Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WQCMX-0003Pt-GV for linux-arm-kernel@lists.infradead.org; Wed, 19 Mar 2014 09:00:38 +0000 Received: from paszta.hi.pengutronix.de ([2001:6f8:1178:2:96de:80ff:fec2:9969]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WQCM6-0004mI-Ja; Wed, 19 Mar 2014 10:00:10 +0100 Message-ID: <1395219607.4300.14.camel@paszta.hi.pengutronix.de> Subject: [GIT PULL, RESEND] Reset controller fixes and updates From: Philipp Zabel To: arm@kernel.org, Arnd Bergmann , Olof Johansson Date: Wed, 19 Mar 2014 10:00:07 +0100 X-Mailer: Evolution 3.8.5-2+b3 Mime-Version: 1.0 X-SA-Exim-Connect-IP: 2001:6f8:1178:2:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140319_050037_707866_10744E4D X-CRM114-Status: UNSURE ( 9.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Olof, The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72: Linus 3.14-rc1 (2014-02-02 16:42:13 -0800) are available in the git repository at: git://git.pengutronix.de/git/pza/linux.git reset/for_v3.15 for you to fetch changes up to b424080a9e086e683ad5fdc624a7cf3c024e0c0f: reset: Add optional resets and stubs (2014-03-09 19:53:45 +0100) regards Philipp ---------------------------------------------------------------- Maxime Ripard (1): reset: Add of_reset_control_get Philipp Zabel (2): reset: allow drivers to request probe deferral reset: Add optional resets and stubs Rashika Kheria (1): reset: Mark function as static and remove unused function in core.c drivers/reset/core.c | 71 +++++++++++++++++++++++---------------------------- include/linux/reset.h | 65 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 96 insertions(+), 40 deletions(-)