Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752801AbcC3OTJ (ORCPT ); Wed, 30 Mar 2016 10:19:09 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:49753 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbcC3OTH (ORCPT ); Wed, 30 Mar 2016 10:19:07 -0400 Message-ID: <1459347544.2505.63.camel@pengutronix.de> Subject: Re: [PATCH v3 08/18] dt-bindings: Add PLX Technology Reset Controller bindings From: Philipp Zabel To: Neil Armstrong Cc: linux-kernel@vger.kernel.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Date: Wed, 30 Mar 2016 16:19:04 +0200 In-Reply-To: <1458838215-23314-9-git-send-email-narmstrong@baylibre.com> References: <1458838215-23314-1-git-send-email-narmstrong@baylibre.com> <1458838215-23314-9-git-send-email-narmstrong@baylibre.com> 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 Content-Length: 1499 Lines: 38 Am Donnerstag, den 24.03.2016, 17:50 +0100 schrieb Neil Armstrong: > Acked-by: Rob Herring > Signed-off-by: Neil Armstrong > --- > .../devicetree/bindings/reset/plxtech,reset.txt | 58 ++++++++++++++++++++++ > 1 file changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/plxtech,reset.txt > > diff --git a/Documentation/devicetree/bindings/reset/plxtech,reset.txt b/Documentation/devicetree/bindings/reset/plxtech,reset.txt > new file mode 100644 > index 0000000..581c974 > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/plxtech,reset.txt > @@ -0,0 +1,58 @@ > +PLX Technology OXNAS SoC Family RESET Controller > +================================================ > + > +Please also refer to reset.txt in this directory for common reset > +controller binding usage. > + > +Required properties: > +- compatible: Should be "oxsemi,ox810se-reset" > +- #reset-cells: 1, see below > + > +Parent node should have the following properties : > +- compatible: Should be "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd" So oxsemi developed oxnas, got bought up by plxtech, which was bought by avago, which then acquired broadcom and adopted its name? If there's agreement bout the oxsemi vendor prefix, I'd rename plxtech,reset.txt to oxsemi,reset.txt and replace all occurrences of PLX Technology with Oxford Semiconductor. With this cleared up, I'll be happy to take this and patch 7. best regards Philipp