From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934824AbcKWXVE (ORCPT ); Wed, 23 Nov 2016 18:21:04 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:34306 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752609AbcKWXVC (ORCPT ); Wed, 23 Nov 2016 18:21:02 -0500 Date: Wed, 23 Nov 2016 17:01:03 -0600 From: Rob Herring To: "Andrew F. Davis" Cc: Nishanth Menon , Tero Kristo , Santosh Shilimkar , Philipp Zabel , Mark Rutland , Suman Anna , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] Documentation: dt: reset: Add TI SCI reset binding Message-ID: <20161123230103.lnffpkby43uzcb6k@rob-hp-laptop> References: <20161121213052.8684-1-afd@ti.com> <20161121213052.8684-2-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161121213052.8684-2-afd@ti.com> 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 Mon, Nov 21, 2016 at 03:30:51PM -0600, Andrew F. Davis wrote: > Add TI SCI reset controller binding. This describes the DT binding > details for a reset controller node providing reset management services > to hardware blocks (reset consumers) using the Texas Instrument's System > Control Interface (TI SCI) protocol to communicate to a system controller > block present on the SoC. > > Signed-off-by: Andrew F. Davis > [s-anna@ti.com: revise the binding format] > Signed-off-by: Suman Anna > Signed-off-by: Nishanth Menon > Acked-by: Santosh Shilimkar > --- > .../devicetree/bindings/reset/ti,sci-reset.txt | 66 ++++++++++++++++++++++ > MAINTAINERS | 2 + > include/dt-bindings/reset/k2g.h | 22 ++++++++ > 3 files changed, 90 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/ti,sci-reset.txt > create mode 100644 include/dt-bindings/reset/k2g.h Acked-by: Rob Herring