From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758493AbcIMQUj (ORCPT ); Tue, 13 Sep 2016 12:20:39 -0400 Received: from mailout3.hostsharing.net ([176.9.242.54]:51215 "EHLO mailout3.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753312AbcIMQUg (ORCPT ); Tue, 13 Sep 2016 12:20:36 -0400 Date: Tue, 13 Sep 2016 18:20:52 +0200 From: Lukas Wunner To: Bjorn Helgaas Cc: Mayurkumar Patel , Rajat Jain , linux-pci@vger.kernel.org, Rafael J Wysocki , linux-kernel@vger.kernel.org, Keith Busch , Luis Antonio Tarazona-Duarte , Andy Shevchenko , mika.westerberg@linux.intel.com Subject: Re: [PATCH v2 0/8] PCI: pciehp: Rework hotplug interrupt routine Message-ID: <20160913162052.GA1343@wunner.de> References: <20160912210507.22258.63097.stgit@bhelgaas-glaptop2.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160912210507.22258.63097.stgit@bhelgaas-glaptop2.roam.corp.google.com> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 12, 2016 at 04:08:47PM -0500, Bjorn Helgaas wrote: > This is mostly Mayurkumar's work from [1] and [2]. I split [2] into two > patches and reworked it to keep the enclosing loop around the pciehp ISR. > > The patches I added are trivial ones to clarify variable names, make dmesg > messages consistent, and remove useless code. > > [1] 1471554479-42083-1-git-send-email-mayurkumar.patel@intel.com > [2] 92EBB4272BF81E4089A7126EC1E7B28466598F35@IRSMSX101.ger.corp.intel.com I've tested this series with Thunderbolt on the Mac, seems to work fine, no regressions. I'll keep it on my branch and will shout if I do come across issues over time. Tested-by: Lukas Wunner Thanks, Lukas