Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752277AbeABK2B (ORCPT + 1 other); Tue, 2 Jan 2018 05:28:01 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:36714 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751760AbeABK2A (ORCPT ); Tue, 2 Jan 2018 05:28:00 -0500 Date: Tue, 2 Jan 2018 10:28:52 +0000 From: Lorenzo Pieralisi To: Stephen Boyd Cc: Joao Pinto , Jingoo Han , linux-kernel@vger.kernel.org, Bjorn Helgaas , linux-pci@vger.kernel.org, Gustavo.Pimentel@synopsys.com Subject: Re: [PATCH v2] PCI: dwc: Use {upper,lower}_32_bits() macros for clarity Message-ID: <20180102102852.GA10536@red-moon> References: <20171227232540.22341-1-sboyd@codeaurora.org> <20171228160955.GF7997@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171228160955.GF7997@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Thu, Dec 28, 2017 at 08:09:55AM -0800, Stephen Boyd wrote: > On 12/28, Joao Pinto wrote: > > > if (pp->ops->get_msi_data) > > > msg.data = pp->ops->get_msi_data(pp, pos); > > > > > > > Thanks for the patch. > > Gustavo' patch-set targeting the update of the Interrupt API for > > pcie-designware* already does this modification, so I would suggest that we wait > > for Gustavo' patch to be stable and get the same modification. > > > > Ok. Ok, marked as superseded, thanks. Lorenzo