From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757447AbcJ3Ul3 (ORCPT ); Sun, 30 Oct 2016 16:41:29 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35612 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbcJ3UlY (ORCPT ); Sun, 30 Oct 2016 16:41:24 -0400 Date: Sun, 30 Oct 2016 15:41:22 -0500 From: Rob Herring To: Geert Uytterhoeven Cc: Philipp Zabel , Michael Turquette , Stephen Boyd , Simon Horman , Magnus Damm , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 01/23] reset: Add renesas,rst DT bindings Message-ID: <20161030204122.zejypdnpu3h3um7x@rob-hp-laptop> References: <1477055857-17936-1-git-send-email-geert+renesas@glider.be> <1477055857-17936-2-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477055857-17936-2-git-send-email-geert+renesas@glider.be> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 21, 2016 at 03:17:15PM +0200, Geert Uytterhoeven wrote: > Add DT bindings for the Renesas R-Car Reset Controller (R-Car Gen1 > RESET/WDT and R-Car Gen2/Gen3 and RZ/G RST). > > As the features provided by the hardware module differ a lot across the > various SoC families and members, only SoC-specific compatible values > are defined. > > For now we use the RST only for providing access to the state of the > mode pins, which is needed by the clock driver. > > Signed-off-by: Geert Uytterhoeven > Acked-by: Magnus Damm > Acked-by: Dirk Behme > Acked-by: Laurent Pinchart > --- > v4: > - Add Acked-by, > - Fix comma and period in list, > - Add RZ/G1M and RZ/G1E, > > v3: > - Clarify current usage, > - Use "renesas,-rst" instead of "renesas,rst-", > - Drop "syscon" compatible value, > - Add R-Car M3-W, > - Add R-Car Gen1, > > v2: > - Add Acked-by. > --- > .../devicetree/bindings/reset/renesas,rst.txt | 37 ++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/renesas,rst.txt Acked-by: Rob Herring