From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 2/3] net: ethernet: Remove dummy runtime PM callbacks from Renesas drivers Date: Wed, 24 Oct 2018 20:44:07 +0300 Message-ID: References: <20181024135134.28456-1-jarkko.nikula@linux.intel.com> <20181024135134.28456-3-jarkko.nikula@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-i2c@vger.kernel.org, Wolfram Sang , netdev@vger.kernel.org, "David S . Miller" , linux-renesas-soc@vger.kernel.org, linux-usb@vger.kernel.org, Yoshihiro Shimoda To: Jarkko Nikula , linux-pm@vger.kernel.org Return-path: Received: from mail-lj1-f194.google.com ([209.85.208.194]:34438 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726735AbeJYCNK (ORCPT ); Wed, 24 Oct 2018 22:13:10 -0400 Received: by mail-lj1-f194.google.com with SMTP id j17-v6so5597260lja.1 for ; Wed, 24 Oct 2018 10:44:11 -0700 (PDT) In-Reply-To: <20181024135134.28456-3-jarkko.nikula@linux.intel.com> Content-Language: en-MW Sender: netdev-owner@vger.kernel.org List-ID: Hello! On 10/24/2018 04:51 PM, Jarkko Nikula wrote: > Platform drivers don't need dummy runtime PM callbacks that just return > success in order to have runtime PM happening. This has changed since > following commits: > > 05aa55dddb9e ("PM / Runtime: Lenient generic runtime pm callbacks") > 543f2503a956 ("PM / platform_bus: Allow runtime PM by default") > 8b313a38ecff ("PM / Platform: Use generic runtime PM callbacks directly") Wow, these are old! :-) > Signed-off-by: Jarkko Nikula > --- > Only build tested. Seems long overdue... [...] Reviewed-by: Sergei Shtylyov MBR, Sergei