Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-25 Thread Bjorn Helgaas
On Thu, Feb 05, 2015 at 04:52:52PM -0500, Murali Karicheri wrote: > This patch add an important capability to PCI driver on Keystone. I hope to > have this merged to the upstream branch so that it is available for v3.20. > Also would like thank everyone for the contribution. > > PCI devices on Key

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-23 Thread Murali Karicheri
On 02/23/2015 05:15 PM, Bjorn Helgaas wrote: On Mon, Feb 23, 2015 at 4:08 PM, Murali Karicheri wrote: On 02/11/2015 11:58 AM, Murali Karicheri wrote: On 02/11/2015 11:54 AM, Murali Karicheri wrote: On 02/06/2015 01:36 PM, Murali Karicheri wrote: On 02/06/2015 12:53 PM, Bjorn Helgaas wrote

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-23 Thread Bjorn Helgaas
On Mon, Feb 23, 2015 at 4:08 PM, Murali Karicheri wrote: > On 02/11/2015 11:58 AM, Murali Karicheri wrote: >> >> On 02/11/2015 11:54 AM, Murali Karicheri wrote: >>> >>> On 02/06/2015 01:36 PM, Murali Karicheri wrote: On 02/06/2015 12:53 PM, Bjorn Helgaas wrote: > > On Fri, Feb 6,

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-23 Thread Murali Karicheri
On 02/11/2015 11:58 AM, Murali Karicheri wrote: On 02/11/2015 11:54 AM, Murali Karicheri wrote: On 02/06/2015 01:36 PM, Murali Karicheri wrote: On 02/06/2015 12:53 PM, Bjorn Helgaas wrote: On Fri, Feb 6, 2015 at 9:28 AM, Murali Karicheri wrote: On 02/06/2015 10:15 AM, Catalin Marinas wrote:

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-11 Thread Murali Karicheri
On 02/11/2015 11:54 AM, Murali Karicheri wrote: On 02/06/2015 01:36 PM, Murali Karicheri wrote: On 02/06/2015 12:53 PM, Bjorn Helgaas wrote: On Fri, Feb 6, 2015 at 9:28 AM, Murali Karicheri wrote: On 02/06/2015 10:15 AM, Catalin Marinas wrote: On Thu, Feb 05, 2015 at 09:52:52PM +, Murali

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-11 Thread Murali Karicheri
On 02/06/2015 01:36 PM, Murali Karicheri wrote: On 02/06/2015 12:53 PM, Bjorn Helgaas wrote: On Fri, Feb 6, 2015 at 9:28 AM, Murali Karicheri wrote: On 02/06/2015 10:15 AM, Catalin Marinas wrote: On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: This patch add an important c

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-09 Thread Murali Karicheri
On 02/09/2015 12:23 AM, Suravee Suthikulpanit wrote: Sorry for delay response. I have also tested this on AMD Seattle platform w/ PCI Generic Host Controller, and I can see that the PCI endpoint devices are getting proper dma_map_ops as set in the host bridge. : Suravee Suthikulpanit Surave

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-08 Thread Suravee Suthikulpanit
Sorry for delay response. I have also tested this on AMD Seattle platform w/ PCI Generic Host Controller, and I can see that the PCI endpoint devices are getting proper dma_map_ops as set in the host bridge. : Suravee Suthikulpanit Thanks, Suravee On 02/06/2015 05:52 AM, Murali Karicheri wro

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-08 Thread Will Deacon
On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: > This patch add an important capability to PCI driver on Keystone. I hope to > have this merged to the upstream branch so that it is available for v3.20. > Also would like thank everyone for the contribution. > > PCI devices on Key

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-06 Thread Murali Karicheri
On 02/06/2015 12:53 PM, Bjorn Helgaas wrote: On Fri, Feb 6, 2015 at 9:28 AM, Murali Karicheri wrote: On 02/06/2015 10:15 AM, Catalin Marinas wrote: On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: This patch add an important capability to PCI driver on Keystone. I hope to h

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-06 Thread Bjorn Helgaas
On Fri, Feb 6, 2015 at 9:28 AM, Murali Karicheri wrote: > On 02/06/2015 10:15 AM, Catalin Marinas wrote: >> >> On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: >>> >>> This patch add an important capability to PCI driver on Keystone. I hope >>> to >>> have this merged to the upstr

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-06 Thread Murali Karicheri
On 02/06/2015 10:15 AM, Catalin Marinas wrote: On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: This patch add an important capability to PCI driver on Keystone. I hope to have this merged to the upstream branch so that it is available for v3.20. It's very late for 3.20 and the

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-06 Thread Catalin Marinas
On Thu, Feb 05, 2015 at 09:52:52PM +, Murali Karicheri wrote: > This patch add an important capability to PCI driver on Keystone. I hope to > have this merged to the upstream branch so that it is available for v3.20. It's very late for 3.20 and the code hasn't been in linux-next at all (but it

Re: [PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-05 Thread Murali Karicheri
Hi Arnd & Bjorn, I believe this is ready to be merged so that it becomes available in v3.20. Not sure which subsystem will pick this up. Could you respond? I am working on another patch to address the size based dma mask calculation as suggested in this thread and don't want to delay merge of

[PATCH v6 0/7] PCI: get DMA configuration from parent device

2015-02-05 Thread Murali Karicheri
This patch add an important capability to PCI driver on Keystone. I hope to have this merged to the upstream branch so that it is available for v3.20. Also would like thank everyone for the contribution. PCI devices on Keystone doesn't have correct dma_pfn_offset set. This patch add capability to