From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Zabel
Subject: Re: [PATCH v6 1/8] dt: describe base reset signal binding
Date: Tue, 09 Apr 2013 10:16:08 +0200
Message-ID: <1365495368.4023.29.camel@pizza.hi.pengutronix.de>
References: <1364488523-20310-1-git-send-email-p.zabel@pengutronix.de>
<1364488523-20310-2-git-send-email-p.zabel@pengutronix.de>
<515D84D6.8090107@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To: <515D84D6.8090107@gmail.com>
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: "linux-arm-kernel"
Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org
To: Rob Herring , Olof Johansson
Cc: Marek Vasut , Fabio Estevam , Mike Turquette , kernel@pengutronix.de, Arnd Bergmann , Len Brown , Greg Kroah-Hartman , Sascha Hauer , linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Pavel Machek , Stephen Warren , Shawn Guo , devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org
List-Id: devicetree@vger.kernel.org
Hi Rob,
Am Donnerstag, den 04.04.2013, 08:49 -0500 schrieb Rob Herring:
> On 03/28/2013 11:35 AM, Philipp Zabel wrote:
> > From: Stephen Warren
> >
> > This binding is intended to represent the hardware reset signals present
> > internally in most IC (SoC, FPGA, ...) designs.
> > It consists of a binding for a reset controller device (provider), and a
> > pair of properties, "resets" and "reset-names", to link a device node
> > (consumer) to its reset controller via phandle, similarly to the clock
> > and interrupt bindings.
> >
> > The reset controller has all information necessary to reset the consumer
> > device. That could be provided via device tree, or it could be implemented
> > in hardware.
> > The aim is to enable device drivers to request a framework API to issue a
> > reset simply by providing their struct device pointer as the most common
> > case.
> >
> > Signed-off-by: Stephen Warren
> > Signed-off-by: Philipp Zabel
> > Reviewed-by: Shawn Guo
> > Reviewed-by: Marek Vasut
>
> Looks good.
>
> Acked-by: Rob Herring
Thank you. I'll not add the Acked-by: line to the patch itself, if
that's ok, since Shawn already pulled it into his imx/soc branch.
regards
Philipp