From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754063AbdFWBIx (ORCPT ); Thu, 22 Jun 2017 21:08:53 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:36587 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753785AbdFWBIv (ORCPT ); Thu, 22 Jun 2017 21:08:51 -0400 From: Florian Fainelli To: linux-kernel@vger.kernel.org Cc: Florian Fainelli , "Rafael J. Wysocki" , Alexandre Belloni , "Rafael J. Wysocki" , Ulf Hansson , Daniel Lezcano , linux-pm , Thibaud Cornic , JB , Mason , Kevin Hilman , Pavel Machek , Linux ARM Subject: [RFC 0/2] PM / suspend: Add platform_suspend_target_state() Date: Thu, 22 Jun 2017 18:08:35 -0700 Message-Id: <20170623010837.11199-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170622085102.mpk7vxodpgxtrlfd@piout.net> References: <20170622085102.mpk7vxodpgxtrlfd@piout.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series implements the idea discussed in this thread: https://www.spinics.net/lists/arm-kernel/msg590068.html The last patch is relative to the pending submission of the Broadcom STB S2/S3/S5 suspend/resume code that can be found below, and is provided as an example of how this can be useful. https://lkml.org/lkml/2017/6/16/737 Florian Fainelli (2): PM / suspend: Add platform_suspend_target_state() soc: bcm: brcmstb: PM: Implement target_state callback drivers/soc/bcm/brcmstb/pm/pm-arm.c | 15 +++++++++++++++ include/linux/suspend.h | 12 ++++++++++++ kernel/power/suspend.c | 15 +++++++++++++++ 3 files changed, 42 insertions(+) -- 2.9.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: f.fainelli@gmail.com (Florian Fainelli) Date: Thu, 22 Jun 2017 18:08:35 -0700 Subject: [RFC 0/2] PM / suspend: Add platform_suspend_target_state() In-Reply-To: <20170622085102.mpk7vxodpgxtrlfd@piout.net> References: <20170622085102.mpk7vxodpgxtrlfd@piout.net> Message-ID: <20170623010837.11199-1-f.fainelli@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch series implements the idea discussed in this thread: https://www.spinics.net/lists/arm-kernel/msg590068.html The last patch is relative to the pending submission of the Broadcom STB S2/S3/S5 suspend/resume code that can be found below, and is provided as an example of how this can be useful. https://lkml.org/lkml/2017/6/16/737 Florian Fainelli (2): PM / suspend: Add platform_suspend_target_state() soc: bcm: brcmstb: PM: Implement target_state callback drivers/soc/bcm/brcmstb/pm/pm-arm.c | 15 +++++++++++++++ include/linux/suspend.h | 12 ++++++++++++ kernel/power/suspend.c | 15 +++++++++++++++ 3 files changed, 42 insertions(+) -- 2.9.3