From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbcFXPfb (ORCPT ); Fri, 24 Jun 2016 11:35:31 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:35520 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751089AbcFXPf2 (ORCPT ); Fri, 24 Jun 2016 11:35:28 -0400 Date: Fri, 24 Jun 2016 10:35:25 -0500 From: Rob Herring To: "Andrew F. Davis" Cc: Philipp Zabel , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Suman Anna , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5] Documentation: dt: reset: Add TI syscon reset binding Message-ID: <20160624153525.GA1750@rob-hp-laptop> References: <20160621192512.GA29836@rob-hp-laptop> <20160621200645.13057-1-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160621200645.13057-1-afd@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2016 at 03:06:45PM -0500, Andrew F. Davis wrote: > Add TI syscon reset controller binding. This will hook to the reset > framework and use syscon/regmap to set reset bits. This allows reset > control of individual SoC subsytems and devices with memory-mapped > reset registers in a common register memory space. > > Signed-off-by: Andrew F. Davis > [s-anna@ti.com: revise the binding format] > Signed-off-by: Suman Anna > --- > .../devicetree/bindings/reset/ti-syscon-reset.txt | 87 ++++++++++++++++++++++ > include/dt-bindings/reset/ti-syscon.h | 30 ++++++++ > 2 files changed, 117 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/ti-syscon-reset.txt > create mode 100644 include/dt-bindings/reset/ti-syscon.h Acked-by: Rob Herring