On Wednesday 10 January 2018 04:41 PM, Lorenzo Pieralisi wrote: > On Tue, Dec 19, 2017 at 02:06:27PM +0530, Kishon Vijay Abraham I wrote: >> After commit 723288836628bc1c08 ("of: restrict DMA configuration"), >> of_dma_configure doesn't configure the coherent_dma_mask/dma_mask >> of endpoint function device (since it doesn't have a dt node associated >> with and hence no dma-ranges property), resulting in dma_alloc_coherent >> (used in pci_epf_alloc_space) to fail. >> >> Fix it by making dma_alloc_coherent use EPC's device for allocating >> memory address as per discussion in [1] >> >> [1] https://lkml.org/lkml/2017/10/24/26 > > Hi Kishon, > > small nit, mind embedding the link [1] above in a lkml redirector > format - as described in: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v4.15-rc7 > > put it in a Link: tag to be added below - I think that's important > for the commit log to have. > > Either send me the formatted link or send a v3 with it, I will merge > then. sure, sent you a v3. Thanks Kishon