From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH 1/9] pci-rcar-gen2: add devicetree support Date: Mon, 31 Mar 2014 00:10:41 +0400 Message-ID: <53387A41.70507@cogentembedded.com> References: <1394128887-4197-1-git-send-email-ben.dooks@codethink.co.uk> <1394128887-4197-2-git-send-email-ben.dooks@codethink.co.uk> <5318BCAE.7000108@codethink.co.uk> <53386C2F.1090508@cogentembedded.com> <53386E9D.70803@codethink.co.uk> <53386FE1.5000002@cogentembedded.com> <53387336.2000306@codethink.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53387336.2000306@codethink.co.uk> Sender: linux-pci-owner@vger.kernel.org To: Ben Dooks Cc: linux-sh@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@lists.codethink.co.uk, magnus.damn@opensource.se, horms@verge.net.au, Bjorn Helgaas , linux-pci@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On 03/30/2014 11:40 PM, Ben Dooks wrote: >>>>>> Add OF match table for pci-rcar-gen2 driver for device tree support. >>>> [...] >>>>>> diff --git a/drivers/pci/host/pci-rcar-gen2.c >>>>>> b/drivers/pci/host/pci-rcar-gen2.c >>>>>> index fd3e3ab..1216784 100644 >>>>>> --- a/drivers/pci/host/pci-rcar-gen2.c >>>>>> +++ b/drivers/pci/host/pci-rcar-gen2.c >>>>>> @@ -16,6 +16,7 @@ >>>>>> #include >>>>>> #include >>>>>> #include >>>>>> +#include >>>>>> #include >>>>>> #include >>>>>> #include >>>>> Apologies all, there's a missing include of which should >>>>> have been added here >>>> Have you ever re-posted this patch fixed? If not, it's not going to >>>> be merged for 3.15 I guess... >>> I thought I did. >> I don't see such repost in 'linux-sh'. And neither do I see it in other lists. >>> I can have a look a reposting it. >> It doesn't apply to the current renesas.git devel branch. What tree >> it was against? Looks like you had some patches to the PCI driver before this one. I've just found something in Bjorn's pci.git repo's next branch... > From my records it was against the -rc3 release of Horms' development > tree. I know Simon's tree has been closed for the board bits, but I > could re-send the rcar-pci code. The patch does applies cleanly to pci.git's next branch (it has a trailing whitespace though), so no dire need to re-post. I'm not sure if the new version of the patch could still be merged there, as Linus was going to release 3.14 and so open the merge window this weekend. WBR, Sergei