From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout1.hostsharing.net ([83.223.95.204]:53035 "EHLO mailout1.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753307AbcJWLzj (ORCPT ); Sun, 23 Oct 2016 07:55:39 -0400 Message-Id: From: Lukas Wunner Date: Sun, 23 Oct 2016 13:55:34 +0200 Subject: [PATCH v3 0/1] x86/platform/intel-mid: Retrofit pci_platform_pm_ops To: Ingo Molnar Cc: x86@kernel.org, Andy Shevchenko , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Sender: linux-pci-owner@vger.kernel.org List-ID: Hi Ingo, please consider merging the following patch to x86/urgent for v4.9-rc3, it fixes a regression (boot failure) of Intel Mobile Internet Devices due to a change in the PCI subsystem that appeared in v4.9-rc1. The patch is marked v3 but in fact it's identical to v2 except now it's rebased on today's tip.git master branch, has acks by Bjorn and Andy plus a Fixes tag. I also polished the commit message a bit. Thanks! Lukas Lukas Wunner (1): x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_state hook arch/x86/include/asm/intel-mid.h | 1 + arch/x86/platform/intel-mid/pwr.c | 19 +++++++++++++++++++ drivers/pci/pci-mid.c | 6 ++++++ 3 files changed, 26 insertions(+) -- 2.9.3