From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH v6 0/7] ARM: davinci: complete the conversion to using the reset framework References: <20180417173038.25510-1-brgl@bgdev.pl> From: Sekhar Nori Message-ID: <08106d9b-6350-9aa1-9c58-50dd0aaf690c@ti.com> Date: Tue, 1 May 2018 16:22:29 +0530 MIME-Version: 1.0 In-Reply-To: <20180417173038.25510-1-brgl@bgdev.pl> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit To: Bartosz Golaszewski , Suman Anna , Kevin Hilman , Rob Herring , Mark Rutland , Russell King , David Lechner , Michael Turquette , Stephen Boyd , Ohad Ben-Cohen , Bjorn Andersson , Philipp Zabel Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-remoteproc@vger.kernel.org, Bartosz Golaszewski List-ID: Hi Bartosz, On Tuesday 17 April 2018 11:00 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series converts the only user of the handcoded, mach-specific reset > routines in the davinci platform to using the reset framework. > > Patches 1-2 add necessary lookups/DT-properties. > > Patches 3-5 fix issues found in the remoteproc davinci driver. > > Patch 6 converts the davinci-rproc driver to the reset framework. > > Patch 7 removes now dead code. > > Tested both in DT and legacy modes by booting the examples from > ti-ipc-rtos recipe in meta-ti. > > This series applies on top of David Lechner's common-clk-v9 branch[1]. To make it easier for Bjorn to apply his patches, can you please separate out the remoteproc parts which are safe to apply to v4.17-rc1 and repost the series? Please collect the reviews and acks too. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754392AbeEAKyA (ORCPT ); Tue, 1 May 2018 06:54:00 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:38259 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920AbeEAKx5 (ORCPT ); Tue, 1 May 2018 06:53:57 -0400 Subject: Re: [PATCH v6 0/7] ARM: davinci: complete the conversion to using the reset framework To: Bartosz Golaszewski , Suman Anna , Kevin Hilman , Rob Herring , Mark Rutland , Russell King , David Lechner , Michael Turquette , Stephen Boyd , Ohad Ben-Cohen , Bjorn Andersson , Philipp Zabel CC: , , , , , Bartosz Golaszewski References: <20180417173038.25510-1-brgl@bgdev.pl> From: Sekhar Nori Message-ID: <08106d9b-6350-9aa1-9c58-50dd0aaf690c@ti.com> Date: Tue, 1 May 2018 16:22:29 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180417173038.25510-1-brgl@bgdev.pl> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bartosz, On Tuesday 17 April 2018 11:00 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series converts the only user of the handcoded, mach-specific reset > routines in the davinci platform to using the reset framework. > > Patches 1-2 add necessary lookups/DT-properties. > > Patches 3-5 fix issues found in the remoteproc davinci driver. > > Patch 6 converts the davinci-rproc driver to the reset framework. > > Patch 7 removes now dead code. > > Tested both in DT and legacy modes by booting the examples from > ti-ipc-rtos recipe in meta-ti. > > This series applies on top of David Lechner's common-clk-v9 branch[1]. To make it easier for Bjorn to apply his patches, can you please separate out the remoteproc parts which are safe to apply to v4.17-rc1 and repost the series? Please collect the reviews and acks too. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH v6 0/7] ARM: davinci: complete the conversion to using the reset framework Date: Tue, 1 May 2018 16:22:29 +0530 Message-ID: <08106d9b-6350-9aa1-9c58-50dd0aaf690c@ti.com> References: <20180417173038.25510-1-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180417173038.25510-1-brgl@bgdev.pl> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Bartosz Golaszewski , Suman Anna , Kevin Hilman , Rob Herring , Mark Rutland , Russell King , David Lechner , Michael Turquette , Stephen Boyd , Ohad Ben-Cohen , Bjorn Andersson , Philipp Zabel Cc: devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Bartosz, On Tuesday 17 April 2018 11:00 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series converts the only user of the handcoded, mach-specific reset > routines in the davinci platform to using the reset framework. > > Patches 1-2 add necessary lookups/DT-properties. > > Patches 3-5 fix issues found in the remoteproc davinci driver. > > Patch 6 converts the davinci-rproc driver to the reset framework. > > Patch 7 removes now dead code. > > Tested both in DT and legacy modes by booting the examples from > ti-ipc-rtos recipe in meta-ti. > > This series applies on top of David Lechner's common-clk-v9 branch[1]. To make it easier for Bjorn to apply his patches, can you please separate out the remoteproc parts which are safe to apply to v4.17-rc1 and repost the series? Please collect the reviews and acks too. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Tue, 1 May 2018 16:22:29 +0530 Subject: [PATCH v6 0/7] ARM: davinci: complete the conversion to using the reset framework In-Reply-To: <20180417173038.25510-1-brgl@bgdev.pl> References: <20180417173038.25510-1-brgl@bgdev.pl> Message-ID: <08106d9b-6350-9aa1-9c58-50dd0aaf690c@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Bartosz, On Tuesday 17 April 2018 11:00 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This series converts the only user of the handcoded, mach-specific reset > routines in the davinci platform to using the reset framework. > > Patches 1-2 add necessary lookups/DT-properties. > > Patches 3-5 fix issues found in the remoteproc davinci driver. > > Patch 6 converts the davinci-rproc driver to the reset framework. > > Patch 7 removes now dead code. > > Tested both in DT and legacy modes by booting the examples from > ti-ipc-rtos recipe in meta-ti. > > This series applies on top of David Lechner's common-clk-v9 branch[1]. To make it easier for Bjorn to apply his patches, can you please separate out the remoteproc parts which are safe to apply to v4.17-rc1 and repost the series? Please collect the reviews and acks too. Thanks, Sekhar