Re: linux-next: build warning after merge of the dma-mapping tree

2020-09-02 Thread Christoph Hellwig
Adding Santosh, I'm trying to understand the code that Jim changed for the range dma offsets. Do I miss something or can the whole DMA offset case for keystone only happen when CONFIG_LPAE is enabled? Which means we could ifdef out this section to avoid the warning?

linux-next: build warning after merge of the dma-mapping tree

2020-09-01 Thread Stephen Rothwell
Hi all, After merging the dma-mapping tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: In file included from arch/arm/mach-keystone/keystone.c:24: arch/arm/mach-keystone/keystone.c: In function 'keystone_platform_notifier': arch/arm/mach-keystone/memory.h:17:34:

Re: linux-next: build warning after merge of the dma-mapping tree

2018-10-02 Thread Christoph Hellwig
Thanks, fixed now.

Re: linux-next: build warning after merge of the dma-mapping tree

2018-10-02 Thread Christoph Hellwig
Thanks, fixed now.

linux-next: build warning after merge of the dma-mapping tree

2018-10-01 Thread Stephen Rothwell
Hi Christoph, After merging the dma-mapping tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/base/platform.c:1182:12: warning: 'dma_default_get_required_mask' defined but not used [-Wunused-function] static u64 dma_default_get_required_mask(struct device

linux-next: build warning after merge of the dma-mapping tree

2018-10-01 Thread Stephen Rothwell
Hi Christoph, After merging the dma-mapping tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/base/platform.c:1182:12: warning: 'dma_default_get_required_mask' defined but not used [-Wunused-function] static u64 dma_default_get_required_mask(struct device

Re: linux-next: build warning after merge of the dma-mapping tree

2017-09-03 Thread Christoph Hellwig
Thanks Stephen, I'll fix it.

Re: linux-next: build warning after merge of the dma-mapping tree

2017-09-03 Thread Christoph Hellwig
Thanks Stephen, I'll fix it.

linux-next: build warning after merge of the dma-mapping tree

2017-09-03 Thread Stephen Rothwell
Hi Christoph, After merging the dma-mapping tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/base/dma-coherent.c: In function '__dma_alloc_from_coherent': drivers/base/dma-coherent.c:160:6: warning: unused variable 'dma_memory_map' [-Wunused-variable] int

linux-next: build warning after merge of the dma-mapping tree

2017-09-03 Thread Stephen Rothwell
Hi Christoph, After merging the dma-mapping tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: drivers/base/dma-coherent.c: In function '__dma_alloc_from_coherent': drivers/base/dma-coherent.c:160:6: warning: unused variable 'dma_memory_map' [-Wunused-variable] int