Re: [PATCH v2 net-next 1/7] MIPS: lantiq: dma: add dev pointer

2018-09-01 Thread Andrew Lunn
> Hi Andrew, > > Thanks for the review. > > Yes this should go into 4.19-rcX. > The "lantiq: Add Lantiq / Intel VRX200 Ethernet driver" patch has a > compile dependency on this patch. Should I send "MIPS: lantiq: dma: add > dev pointer" separately or just mark it as 4.19-rcX in this series? Hi H

Re: [PATCH v2 net-next 1/7] MIPS: lantiq: dma: add dev pointer

2018-09-01 Thread Hauke Mehrtens
On 09/01/2018 04:57 PM, Andrew Lunn wrote: > On Sat, Sep 01, 2018 at 01:45:29PM +0200, Hauke Mehrtens wrote: >> dma_zalloc_coherent() now crashes if no dev pointer is given. >> Add a dev pointer to the ltq_dma_channel structure and fill it in the >> driver using it. >> >> This fixes a bug introduce

Re: [PATCH v2 net-next 1/7] MIPS: lantiq: dma: add dev pointer

2018-09-01 Thread Andrew Lunn
On Sat, Sep 01, 2018 at 01:45:29PM +0200, Hauke Mehrtens wrote: > dma_zalloc_coherent() now crashes if no dev pointer is given. > Add a dev pointer to the ltq_dma_channel structure and fill it in the > driver using it. > > This fixes a bug introduced in kernel 4.19. Hi Hauke Should this be added

[PATCH v2 net-next 1/7] MIPS: lantiq: dma: add dev pointer

2018-09-01 Thread Hauke Mehrtens
dma_zalloc_coherent() now crashes if no dev pointer is given. Add a dev pointer to the ltq_dma_channel structure and fill it in the driver using it. This fixes a bug introduced in kernel 4.19. Signed-off-by: Hauke Mehrtens --- arch/mips/include/asm/mach-lantiq/xway/xway_dma.h | 1 + arch/mips/l