From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:18
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/cpufreq/tegra186-cpufreq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:20
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/firmware/tegra/bpmp-debugfs.c | 11 +++++------
drivers/firmware/tegra/bpmp.c | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:21
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/spi/spi-pic32-sqi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:24
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
sound/pci/asihpi/hpios.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:26
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
sound/soc/intel/common/sst-firmware.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:29
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/gpu/drm/sti/sti_gdp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -517,7 +517,7 @@ static void sti_gdp_init(struct sti_gdp *gdp)/* Allocate all the nodes within a single memory page */size=sizeof(structsti_gdp_node)*GDP_NODE_PER_FIELD*GDP_NODE_NB_BANK;-base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL|GFP_DMA);+base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL);if(!base){DRM_ERROR("Failed to allocate memory for GDP node\n");
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:32
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/media/platform/sti/bdisp/bdisp-hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -510,7 +510,7 @@ int bdisp_hw_alloc_filters(struct device *dev)/* Allocate all the filters within a single memory page */size=(BDISP_HF_NB*NB_H_FILTER)+(BDISP_VF_NB*NB_V_FILTER);-base=dma_alloc_attrs(dev,size,&paddr,GFP_KERNEL|GFP_DMA,+base=dma_alloc_attrs(dev,size,&paddr,GFP_KERNEL,DMA_ATTR_WRITE_COMBINE);if(!base)return-ENOMEM;
From: Christoph Hellwig <hch@lst.de> Date: 2018-10-13 15:17:36
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
drivers/video/fbdev/fsl-diu-fb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -517,7 +517,7 @@ static void sti_gdp_init(struct sti_gdp *gdp)/* Allocate all the nodes within a single memory page */size=sizeof(structsti_gdp_node)*GDP_NODE_PER_FIELD*GDP_NODE_NB_BANK;-base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL|GFP_DMA);+base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL);if(!base){DRM_ERROR("Failed to allocate memory for GDP node\n");--
@@ -510,7 +510,7 @@ int bdisp_hw_alloc_filters(struct device *dev)/* Allocate all the filters within a single memory page */size=(BDISP_HF_NB*NB_H_FILTER)+(BDISP_VF_NB*NB_V_FILTER);-base=dma_alloc_attrs(dev,size,&paddr,GFP_KERNEL|GFP_DMA,+base=dma_alloc_attrs(dev,size,&paddr,GFP_KERNEL,DMA_ATTR_WRITE_COMBINE);if(!base)return-ENOMEM;--
@@ -517,7 +517,7 @@ static void sti_gdp_init(struct sti_gdp *gdp)/* Allocate all the nodes within a single memory page */size=sizeof(structsti_gdp_node)*GDP_NODE_PER_FIELD*GDP_NODE_NB_BANK;-base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL|GFP_DMA);+base=dma_alloc_wc(gdp->dev,size,&dma_addr,GFP_KERNEL);if(!base){DRM_ERROR("Failed to allocate memory for GDP node\n");--
From: Mark Brown <broonie@kernel.org> Date: 2018-10-17 11:55:01
The patch
ASoC: intel: don't pass GFP_DMA32 to dma_alloc_coherent
has been applied to the asoc tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
From 3b991038498bc5011b063d6a804503c577a79434 Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Sat, 13 Oct 2018 17:17:04 +0200
Subject: [PATCH] ASoC: intel: don't pass GFP_DMA32 to dma_alloc_coherent
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Takashi Iwai <redacted>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
sound/soc/intel/common/sst-firmware.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Mark Brown <broonie@kernel.org> Date: 2018-10-17 11:55:11
The patch
spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent
has been applied to the spi tree at
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
From ec506e9246bf42795f1fa8a5cd00740e5686ba73 Mon Sep 17 00:00:00 2001
From: Christoph Hellwig <hch@lst.de>
Date: Sat, 13 Oct 2018 17:17:02 +0200
Subject: [PATCH] spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent
The DMA API does its own zone decisions based on the coherent_dma_mask.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
drivers/spi/spi-pic32-sqi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)