* Re: [PATCH - v7] of: Move of_dma_configure() to device.c to help re-use [not found] ` <54F5F59C.5000603@ti.com> @ 2015-03-03 20:53 ` Bjorn Helgaas 2015-03-03 22:54 ` Murali Karicheri 0 siblings, 1 reply; 3+ messages in thread From: Bjorn Helgaas @ 2015-03-03 20:53 UTC (permalink / raw) To: Murali Karicheri Cc: linux-arm, linux-kernel@vger.kernel.org, open list:INTEL IOMMU (VT-d), devicetree@vger.kernel.org, Joerg Roedel, Grant Likely, Rob Herring, Russell King, Arnd Bergmann, linux-pci@vger.kernel.org [+cc linux-pci] On Tue, Mar 3, 2015 at 11:55 AM, Murali Karicheri <m-karicheri2@ti.com> wrote: > On 03/02/2015 10:43 PM, Bjorn Helgaas wrote: >> >> On Mon, Mar 2, 2015 at 3:59 PM, Murali Karicheri<m-karicheri2@ti.com> >> wrote: >>> >>> Move of_dma_configure() to device.c so it can be re-used for PCI devices >>> to >>> obtain DMA configuration from DT. Also add a second argument so that for >>> PCI, the DT node of root bus host bridge can be used to obtain the DMA >>> configuration for the slave PCI device. >>> >>> Tested-by: Suravee Suthikulpanit<Suravee.Suthikulpanit@amd.com> (AMD >>> Seattle) >>> Signed-off-by: Murali Karicheri<m-karicheri2@ti.com> >>> Signed-off-by: Bjorn Helgaas<bhelgaas@google.com> >>> Reviewed-by: Catalin Marinas<catalin.marinas@arm.com> >>> Acked-by: Will Deacon<will.deacon@arm.com> >>> CC: Joerg Roedel<joro@8bytes.org> >>> CC: Grant Likely<grant.likely@linaro.org> >>> CC: Rob Herring<robh+dt@kernel.org> >>> CC: Russell King<linux@arm.linux.org.uk> >>> CC: Arnd Bergmann<arnd@arndb.de> >>> --- >>> - Based on the existing patch applied to arm-pci/pci/iommu for pci next >>> (Bjorn) >>> - Fixed the build issue reported on ARCH=x86_64 >> >> >> Hi Murali, >> >> Can you please repost the entire series with fixed patches? It's >> easier for me to reapply the whole thing at once than it is to keep >> track of and fiddle with individual patches. >> >> Bjorn > > Bjorn, > > Ok. I have just posted v8 of the series including all patches. Thanks, I put them on a pci/murali-v8 branch for now. I'm assuming you want them to go through my tree. In the cover letter, you mentioned the "arm-pci iommu branch", so if that means you want them via an ARM tree instead of mine, just let me know. I assume the build will be clean and I'll rename it back to pci/iommu. Bjorn ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH - v7] of: Move of_dma_configure() to device.c to help re-use 2015-03-03 20:53 ` [PATCH - v7] of: Move of_dma_configure() to device.c to help re-use Bjorn Helgaas @ 2015-03-03 22:54 ` Murali Karicheri 2015-03-19 15:02 ` Bjorn Helgaas 0 siblings, 1 reply; 3+ messages in thread From: Murali Karicheri @ 2015-03-03 22:54 UTC (permalink / raw) To: Bjorn Helgaas Cc: linux-arm, linux-kernel@vger.kernel.org, open list:INTEL IOMMU (VT-d), devicetree@vger.kernel.org, Joerg Roedel, Grant Likely, Rob Herring, Russell King, Arnd Bergmann, linux-pci@vger.kernel.org On 03/03/2015 03:53 PM, Bjorn Helgaas wrote: > [+cc linux-pci] > > On Tue, Mar 3, 2015 at 11:55 AM, Murali Karicheri<m-karicheri2@ti.com> wrote: >> On 03/02/2015 10:43 PM, Bjorn Helgaas wrote: >>> >>> On Mon, Mar 2, 2015 at 3:59 PM, Murali Karicheri<m-karicheri2@ti.com> >>> wrote: >>>> >>>> Move of_dma_configure() to device.c so it can be re-used for PCI devices >>>> to >>>> obtain DMA configuration from DT. Also add a second argument so that for >>>> PCI, the DT node of root bus host bridge can be used to obtain the DMA >>>> configuration for the slave PCI device. >>>> >>>> Tested-by: Suravee Suthikulpanit<Suravee.Suthikulpanit@amd.com> (AMD >>>> Seattle) >>>> Signed-off-by: Murali Karicheri<m-karicheri2@ti.com> >>>> Signed-off-by: Bjorn Helgaas<bhelgaas@google.com> >>>> Reviewed-by: Catalin Marinas<catalin.marinas@arm.com> >>>> Acked-by: Will Deacon<will.deacon@arm.com> >>>> CC: Joerg Roedel<joro@8bytes.org> >>>> CC: Grant Likely<grant.likely@linaro.org> >>>> CC: Rob Herring<robh+dt@kernel.org> >>>> CC: Russell King<linux@arm.linux.org.uk> >>>> CC: Arnd Bergmann<arnd@arndb.de> >>>> --- >>>> - Based on the existing patch applied to arm-pci/pci/iommu for pci next >>>> (Bjorn) >>>> - Fixed the build issue reported on ARCH=x86_64 >>> >>> >>> Hi Murali, >>> >>> Can you please repost the entire series with fixed patches? It's >>> easier for me to reapply the whole thing at once than it is to keep >>> track of and fiddle with individual patches. >>> >>> Bjorn >> >> Bjorn, >> >> Ok. I have just posted v8 of the series including all patches. > > Thanks, I put them on a pci/murali-v8 branch for now. I'm assuming > you want them to go through my tree. In the cover letter, you > mentioned the "arm-pci iommu branch", so if that means you want them > via an ARM tree instead of mine, just let me know. I assume the build > will be clean and I'll rename it back to pci/iommu. My bad. It should have beem pci/iommu. My remote was named arm-pci and hence the confusion. Please apply it to the pci/iommu branch. Thanks Murali > > Bjorn -- Murali Karicheri Linux Kernel, Texas Instruments ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH - v7] of: Move of_dma_configure() to device.c to help re-use 2015-03-03 22:54 ` Murali Karicheri @ 2015-03-19 15:02 ` Bjorn Helgaas 0 siblings, 0 replies; 3+ messages in thread From: Bjorn Helgaas @ 2015-03-19 15:02 UTC (permalink / raw) To: Murali Karicheri Cc: linux-arm, linux-kernel@vger.kernel.org, open list:INTEL IOMMU (VT-d), devicetree@vger.kernel.org, Joerg Roedel, Grant Likely, Rob Herring, Russell King, Arnd Bergmann, linux-pci@vger.kernel.org On Tue, Mar 03, 2015 at 05:54:25PM -0500, Murali Karicheri wrote: > On 03/03/2015 03:53 PM, Bjorn Helgaas wrote: > >[+cc linux-pci] > > > >On Tue, Mar 3, 2015 at 11:55 AM, Murali Karicheri<m-karicheri2@ti.com> wrote: > >>On 03/02/2015 10:43 PM, Bjorn Helgaas wrote: > >>> > >>>On Mon, Mar 2, 2015 at 3:59 PM, Murali Karicheri<m-karicheri2@ti.com> > >>>wrote: > >>>> > >>>>Move of_dma_configure() to device.c so it can be re-used for PCI devices > >>>>to > >>>>obtain DMA configuration from DT. Also add a second argument so that for > >>>>PCI, the DT node of root bus host bridge can be used to obtain the DMA > >>>>configuration for the slave PCI device. > >>>> > >>>>Tested-by: Suravee Suthikulpanit<Suravee.Suthikulpanit@amd.com> (AMD > >>>>Seattle) > >>>>Signed-off-by: Murali Karicheri<m-karicheri2@ti.com> > >>>>Signed-off-by: Bjorn Helgaas<bhelgaas@google.com> > >>>>Reviewed-by: Catalin Marinas<catalin.marinas@arm.com> > >>>>Acked-by: Will Deacon<will.deacon@arm.com> > >>>>CC: Joerg Roedel<joro@8bytes.org> > >>>>CC: Grant Likely<grant.likely@linaro.org> > >>>>CC: Rob Herring<robh+dt@kernel.org> > >>>>CC: Russell King<linux@arm.linux.org.uk> > >>>>CC: Arnd Bergmann<arnd@arndb.de> > >>>>--- > >>>> - Based on the existing patch applied to arm-pci/pci/iommu for pci next > >>>>(Bjorn) > >>>> - Fixed the build issue reported on ARCH=x86_64 > >>> > >>> > >>>Hi Murali, > >>> > >>>Can you please repost the entire series with fixed patches? It's > >>>easier for me to reapply the whole thing at once than it is to keep > >>>track of and fiddle with individual patches. > >>> > >>>Bjorn > >> > >>Bjorn, > >> > >>Ok. I have just posted v8 of the series including all patches. > > > >Thanks, I put them on a pci/murali-v8 branch for now. I'm assuming > >you want them to go through my tree. In the cover letter, you > >mentioned the "arm-pci iommu branch", so if that means you want them > >via an ARM tree instead of mine, just let me know. I assume the build > >will be clean and I'll rename it back to pci/iommu. > > My bad. It should have beem pci/iommu. My remote was named arm-pci > and hence the confusion. Please apply it to the pci/iommu branch. Applied to pci/iommu for v4.1, thanks! Bjorn ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-19 15:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1425333548-8802-1-git-send-email-m-karicheri2@ti.com>
[not found] ` <CAErSpo7MsxgVZyhpijRzVN7mVNcbN7M4A4W-UKaNs4AnmGrB6g@mail.gmail.com>
[not found] ` <54F5F59C.5000603@ti.com>
2015-03-03 20:53 ` [PATCH - v7] of: Move of_dma_configure() to device.c to help re-use Bjorn Helgaas
2015-03-03 22:54 ` Murali Karicheri
2015-03-19 15:02 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).