From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933364AbbEMIiS (ORCPT ); Wed, 13 May 2015 04:38:18 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:42078 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932439AbbEMIiP (ORCPT ); Wed, 13 May 2015 04:38:15 -0400 Message-ID: <1431506288.3157.11.camel@pengutronix.de> Subject: Re: [PATCH v2 03/10] reset: berlin: convert to a platform driver From: Philipp Zabel To: Antoine Tenart , sebastian.hesselbarth@gmail.com Cc: jszhang@marvell.com, zmxu@marvell.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Wed, 13 May 2015 10:38:08 +0200 In-Reply-To: <20150512144313.GD32171@kwain> References: <1425654328-26298-1-git-send-email-antoine.tenart@free-electrons.com> <1425654328-26298-4-git-send-email-antoine.tenart@free-electrons.com> <1425896186.3152.25.camel@pengutronix.de> <20150310095713.GD23469@kwain> <20150512144313.GD32171@kwain> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100: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-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Antoine, Sebastian, Am Dienstag, den 12.05.2015, 16:43 +0200 schrieb Antoine Tenart: > On Tue, Mar 10, 2015 at 10:57:13AM +0100, Antoine Tenart wrote: > > On Mon, Mar 09, 2015 at 11:16:26AM +0100, Philipp Zabel wrote: > > > > > > Am Freitag, den 06.03.2015, 16:05 +0100 schrieb Antoine Tenart: > > > > The Berlin reset controller was introduced without being a platform > > > > driver because of a needed DT rework: the node describing the reset > > > > controller also describes the pinctrl and clk controllers... > > > > > > > > The DT issue being solved thanks to the addition of the Berlin > > > > controller mfd driver, it is now possible to convert the Berlin reset > > > > driver to a plaftorm driver. > > > > > > > > Signed-off-by: Antoine Tenart > > > > > > Looks good to me. Do you want to merge this together with the rest of > > > the series, or should I queue the reset patch? > > > > I think we better wait for the simple-mfd patch to make it to ARM SoC > > first. > > simple-mfd just got pulled into next/drivers. > > > Once this is done, you can queue the reset patch (unless Sebastian wants > > to take it alongside the series). > > Antoine I just noticed that we'll create a small merge conflict in Documentation/devicetree/bindings/arm/marvell,berlin.txt if I were to merge patches 3 and 4. It would be nice to have the reset driver patch merged in the vicinity of this documentation change. Since there won't be any conflicting changes in drivers/reset/reset-berlin.c, I'd be in favor of keeping the series together. So patches 3 and 4 Acked-by: Philipp Zabel best regards Philipp