From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751258AbdGOXfX (ORCPT ); Sat, 15 Jul 2017 19:35:23 -0400 Received: from smtp2-g21.free.fr ([212.27.42.2]:26995 "EHLO smtp2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198AbdGOXfW (ORCPT ); Sat, 15 Jul 2017 19:35:22 -0400 Subject: Re: [RFC 1/2] PM / suspend: Add platform_suspend_target_state() To: "Rafael J. Wysocki" , Florian Fainelli Cc: Pavel Machek , linux-kernel@vger.kernel.org, Alexandre Belloni , "Rafael J. Wysocki" , Ulf Hansson , Daniel Lezcano , linux-pm , Thibaud Cornic , JB , Kevin Hilman , Linux ARM References: <20170622085102.mpk7vxodpgxtrlfd@piout.net> <20170715164626.GA1373@amd> <1a5ef0ae-16f3-5a61-ae4e-083664cb30c0@gmail.com> <1578637.1XJQpJurXn@aspire.rjw.lan> From: Mason Message-ID: <53f90d62-111f-57ae-907d-aa347b7033e0@free.fr> Date: Sun, 16 Jul 2017 01:34:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 In-Reply-To: <1578637.1XJQpJurXn@aspire.rjw.lan> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/07/2017 01:24, Rafael J. Wysocki wrote: > On Saturday, July 15, 2017 10:20:27 AM Florian Fainelli wrote: > >> The enum offers the advantage of centralizing how many different states >> exist for all the platforms we know about in the kernel, it's easy to >> define common values for platforms that have the same semantics, just >> like it's simple to add new values for platform specific details. > > Well, you seem to be liking this, so why don't you just implement it? At the end of his message, Florian wrote: > In any case, just agree and I will be happy to follow-up with patches. Regards. From mboxrd@z Thu Jan 1 00:00:00 1970 From: slash.tmp@free.fr (Mason) Date: Sun, 16 Jul 2017 01:34:53 +0200 Subject: [RFC 1/2] PM / suspend: Add platform_suspend_target_state() In-Reply-To: <1578637.1XJQpJurXn@aspire.rjw.lan> References: <20170622085102.mpk7vxodpgxtrlfd@piout.net> <20170715164626.GA1373@amd> <1a5ef0ae-16f3-5a61-ae4e-083664cb30c0@gmail.com> <1578637.1XJQpJurXn@aspire.rjw.lan> Message-ID: <53f90d62-111f-57ae-907d-aa347b7033e0@free.fr> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 16/07/2017 01:24, Rafael J. Wysocki wrote: > On Saturday, July 15, 2017 10:20:27 AM Florian Fainelli wrote: > >> The enum offers the advantage of centralizing how many different states >> exist for all the platforms we know about in the kernel, it's easy to >> define common values for platforms that have the same semantics, just >> like it's simple to add new values for platform specific details. > > Well, you seem to be liking this, so why don't you just implement it? At the end of his message, Florian wrote: > In any case, just agree and I will be happy to follow-up with patches. Regards.