Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756400AbcJWLzk (ORCPT ); Sun, 23 Oct 2016 07:55:40 -0400 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 X-Mailbox-Line: From 7c1567d4c49303a4aada94ba16275cbf56b8976b Mon Sep 17 00:00:00 2001 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 723 Lines: 25 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