From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753133AbeDRIDu (ORCPT ); Wed, 18 Apr 2018 04:03:50 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:37903 "EHLO mail-it0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511AbeDRIDr (ORCPT ); Wed, 18 Apr 2018 04:03:47 -0400 X-Google-Smtp-Source: AB8JxZpE12T6mc0kercuDA414O7FFTYnaDhdGYHFBgLFKYrlfWjJ9DVvMGOWOjgzwDwVmf9h6Qx6wiRNd1vL5l5UgJ0= MIME-Version: 1.0 In-Reply-To: References: <20180417173038.25510-1-brgl@bgdev.pl> <20180417173038.25510-5-brgl@bgdev.pl> From: Bartosz Golaszewski Date: Wed, 18 Apr 2018 10:03:46 +0200 Message-ID: Subject: Re: [PATCH v6 4/7] remoteproc/davinci: prepare and unprepare the clock where needed To: Sekhar Nori Cc: Suman Anna , Kevin Hilman , Rob Herring , Mark Rutland , Russell King , David Lechner , Michael Turquette , Stephen Boyd , Ohad Ben-Cohen , Bjorn Andersson , Philipp Zabel , Linux ARM , devicetree , Linux Kernel Mailing List , linux-clk , linux-remoteproc@vger.kernel.org, Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2018-04-18 7:27 GMT+02:00 Sekhar Nori : > On Tuesday 17 April 2018 11:00 PM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> We're currently switching the platform to using the common clock >> framework. We need to explicitly prepare and unprepare the rproc >> clock. >> >> Signed-off-by: Bartosz Golaszewski >> Acked-by: Suman Anna >> Reviewed-by: David Lechner > > Reviewed-by: Sekhar Nori > > This should be safe to apply to v4.17-rc1 as well (for inclusion in v4.18). > > Bartosz, I noticed that CONFIG_REMOTEPROC and the DA8XX driver is not > enabled in davinci_all_defconfig. Can you please send a patch enabling > that too? > > Thanks, > Sekhar Sure, will do. Bart