Re: [PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-06-03 Thread Tom Rini
On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > This is defined in the asm/cache.h header file. Update this header file to > include it. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Tested-by: Adam Ford #da850-evm Applied to u-boot/master, thanks! -- Tom signatu

Re: [PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-05-31 Thread Simon Glass
Hi Tom, On Sat, 30 May 2020 at 11:27, Tom Rini wrote: > > On Sat, May 30, 2020 at 01:20:10PM -0400, Tom Rini wrote: > > On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > > > > > This is defined in the asm/cache.h header file. Update this header file to > > > include it. > > > > > > S

Re: [PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Adam Ford
On Sat, May 30, 2020 at 12:27 PM Tom Rini wrote: > > On Sat, May 30, 2020 at 01:20:10PM -0400, Tom Rini wrote: > > On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > > > > > This is defined in the asm/cache.h header file. Update this header file to > > > include it. > > > > > > Signed-

Re: [PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Tom Rini
On Sat, May 30, 2020 at 01:20:10PM -0400, Tom Rini wrote: > On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > > > This is defined in the asm/cache.h header file. Update this header file to > > include it. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Tom Rini > > There's al

Re: [PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Tom Rini
On Sat, May 30, 2020 at 10:29:04AM -0600, Simon Glass wrote: > This is defined in the asm/cache.h header file. Update this header file to > include it. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini There's also drivers/usb/host/ohci.h and lib/elf.c which also reference ARCH_DMA_MINALIG

[PATCH 2/2] dma-mapping: Add header file for ARCH_DMA_MINALIGN

2020-05-30 Thread Simon Glass
This is defined in the asm/cache.h header file. Update this header file to include it. Signed-off-by: Simon Glass --- include/linux/dma-mapping.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index 20b6d60dd8..6a107d52e0 100644 ---