From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752467AbaEVODM (ORCPT ); Thu, 22 May 2014 10:03:12 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:45545 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751458AbaEVODI (ORCPT ); Thu, 22 May 2014 10:03:08 -0400 Message-ID: <537E0359.10300@ti.com> Date: Thu, 22 May 2014 10:02:01 -0400 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Ivan Khoronzhuk , , , , , , , , , , , , , , , , , , , , Subject: Re: [Patch v5 0/7] Introduce keystone reset driver References: <1400766516-14537-1-git-send-email-ivan.khoronzhuk@ti.com> <537E011B.9090902@ti.com> <5069120.YZWxxyxdrl@wuerfel> In-Reply-To: <5069120.YZWxxyxdrl@wuerfel> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, On Thursday 22 May 2014 09:54 AM, Arnd Bergmann wrote: > On Thursday 22 May 2014 09:52:27 Santosh Shilimkar wrote: >> On Thursday 22 May 2014 09:48 AM, Ivan Khoronzhuk wrote: >>> These patches introduce keystone reset driver. >>> >>> The keystone SoC can be rebooted in several ways. By external reset >>> pin, by soft and by watchdogs. This driver allows software reset and reset >>> by one of the watchdogs. Also added opportunity to set soft/hard reset type. >>> >>> Based on linux-next/master >>> >>> v5..v4 >>> power: reset: keystone-reset: introduce keystone reset driver >>> - changed to get rsmux and rspll offsets from DT >>> clock: keystone-pllctrl: add bindings for keystone pll controller >>> - new patch >>> mfd: ti-keystone-devctrl: add bindings for device state control >>> - new patch >>> power: reset: add bindings for keystone reset driver >>> - corrected description of "ti,syscon-pll", "ti,syscon-dev" properties >>> - corrected examples >>> ARM: dts: keystone: update reset node to work with reset driver >>> - added nodes for pll-controller and device-state-controll >>> - added offsets to "ti,syscon-pll", "ti,syscon-dev" properties >>> >> Looks like you haven't collected Arnd's Reviewed-by tag on the patches. >> Can be added later as well while applying. >> >> > > I was going to comment the same. Anyway here you have it for the remaining > patches: > > Reviewed-by: Arnd Bergmann > Thanks. Can we take this driver via arm-soc tree ? I asked the question on previous thread to drivers/reset/* folks whether they are ok to take the series via arm-soc or prefer to split the series. No responses so far. If possible I would like get this driver in current merge window since it ready now. It has been on the list for almost 3 merge windows including the upcoming. Regards, Snatosh