Re: [PATCH v6 6/7] PCI: update dma configuration from DT

2015-02-24 Thread Bjorn Helgaas
On Thu, Feb 05, 2015 at 04:52:58PM -0500, Murali Karicheri wrote: > If there is a DT node available for the root bridge's parent device, > use the dma configuration from that device node. For example, keystone > PCI devices would require dma_pfn_offset to be set correctly in the > device structure

Re: [PATCH linux-next] iommu: Enable LPAE pagetable on ARM only

2015-02-24 Thread Geert Uytterhoeven
On Mon, Feb 23, 2015 at 5:52 PM, Laurent Pinchart wrote: > On Sunday 22 February 2015 17:09:06 Vincent Stehlé wrote: >> LPAE iommu page table makes sense only for ARM architecture. Add the >> corresponding dependency in Kconfig. >> >> This fixes the following runtime warnings on PA-RISC architectu