RE: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-29 Thread Nipun Gupta
desktop.org; linux-te...@vger.kernel.org; > devicet...@vger.kernel.org; linux-...@vger.kernel.org; Bharat Bhushan > <bharat.bhus...@nxp.com>; Leo Li <leoyang...@nxp.com> > Subject: Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus > infrastructure > > Can you resend your

Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-23 Thread Christoph Hellwig
Can you resend your changes against Linux 4.17-rc2? There are a lot of conflicts as-is. ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-23 Thread Christoph Hellwig
On Tue, Apr 10, 2018 at 02:20:41PM -0500, Bjorn Helgaas wrote: > I assume you'll merge this via some non-PCI tree. Let me know if you > need anything else from me. I'll take it through the dma-mapping tree, so you should be fine. ___ dri-devel mailing

Re: [PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-04-10 Thread Bjorn Helgaas
On Fri, Mar 30, 2018 at 01:24:44PM +0530, Nipun Gupta wrote: > It is bus specific aspect to map a given device on the bus and > relevant firmware description of its DMA configuration. > So, this change introduces 'dma_configure' as bus callback > giving flexibility to busses for implementing its

[PATCH v3 1/2] dma-mapping: move dma configuration to bus infrastructure

2018-03-30 Thread Nipun Gupta
It is bus specific aspect to map a given device on the bus and relevant firmware description of its DMA configuration. So, this change introduces 'dma_configure' as bus callback giving flexibility to busses for implementing its own dma configuration function. The change eases the addition of new