From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965691AbdGTU2S (ORCPT ); Thu, 20 Jul 2017 16:28:18 -0400 Received: from gloria.sntech.de ([95.129.55.99]:40620 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934475AbdGTU2R (ORCPT ); Thu, 20 Jul 2017 16:28:17 -0400 From: Heiko Stuebner To: Philipp Zabel Cc: linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 001/102] ARM: rockchip: explicitly request exclusive reset control Date: Thu, 20 Jul 2017 22:28:14 +0200 Message-ID: <65246208.Xb7026sEv2@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <20170719152646.25903-2-p.zabel@pengutronix.de> References: <20170719152646.25903-1-p.zabel@pengutronix.de> <20170719152646.25903-2-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 19. Juli 2017, 17:25:05 CEST schrieb Philipp Zabel: > Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting > reset lines") started to transition the reset control request API calls > to explicitly state whether the driver needs exclusive or shared reset > control behavior. Convert all drivers requesting exclusive resets to the > explicit API call so the temporary transition helpers can be removed. > > No functional changes. > > Cc: Heiko Stuebner > Cc: linux-rockchip@lists.infradead.org > Signed-off-by: Philipp Zabel amended the subject with an "[...] in smp code" and applied for 4.14 Heiko