Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756793AbcKEVCn (ORCPT ); Sat, 5 Nov 2016 17:02:43 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:47937 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755625AbcKEVCl (ORCPT ); Sat, 5 Nov 2016 17:02:41 -0400 Subject: Re: [PATCH v3 0/2] Add TI SCI Reset Driver To: "Andrew F. Davis" , Nishanth Menon , Tero Kristo , Santosh Shilimkar , Philipp Zabel , Rob Herring , Mark Rutland , Suman Anna References: <20161104174240.9688-1-afd@ti.com> Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: "santosh.shilimkar@oracle.com" Organization: Oracle Corporation Message-ID: <2a5ddb44-7c6c-1980-5e93-91ef8ff6352a@oracle.com> Date: Sat, 5 Nov 2016 15:01:45 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161104174240.9688-1-afd@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1048 Lines: 35 On 11/4/16 11:42 AM, Andrew F. Davis wrote: > Hello all, > > This series adds a reset controller driver that uses the TI SCI > protocol to manage resets. > > The TI SCI protocol is used to communicate with power management > controllers used by some SoCs. These controllers manage the various > power domains, clocks, and resets available on a SoC. > > This series is based on drivers for TI SCI and the first two controlled > elements above, these series can be found here: > > TI-SCI: http://www.spinics.net/lists/arm-kernel/msg536851.html > PM Domains: http://www.spinics.net/lists/devicetree/msg146621.html > Clocks: https://www.spinics.net/lists/linux-clk/msg12785.html > > Thanks, > Andrew > > Changes from v2: > - Merged DT binding patch and reset header patch > - Added locking for reset bit mask > > Changes from v1: > - Revised dt binding > - CC Linux ARM list > > Andrew F. Davis (2): > Documentation: dt: reset: Add TI SCI reset binding > reset: Add the TI SCI reset driver > Acked-by: Santosh Shilimkar