public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xtensa: fix build failure
@ 2015-09-08 13:18 Sudip Mukherjee
  2015-09-08 13:18 ` [PATCH 1/4] xtensa: fix error with dma_{alloc,free}_{attrs,coherent} Sudip Mukherjee
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Sudip Mukherjee @ 2015-09-08 13:18 UTC (permalink / raw)
  To: Chris Zankel, Max Filippov
  Cc: linux-kernel, Andrew Morton, Christoph Hellwig, linux-xtensa,
	Sudip Mukherjee

While building with allmodconfig the build failed with different dma
related errors. It turned out that the dma functions were moved to
asm-generic/dma-mapping-common.h() and as a result we were getting the
errors of "redefinition".
This patch series will move the functions as required and at the end of
the series, allmodconfig builds.
Only build tested with allmodconfig, common_defconfig, iss_defconfig on
next-20150908.

Sudip Mukherjee (4):
  xtensa: fix error with dma_{alloc,free}_{attrs,coherent}
  xtensa: fix error with dma_supported
  xtensa: fix errors with dma_supported
  xtensa: fix error with dma_set_mask

 arch/xtensa/include/asm/dma-mapping.h | 57 +++--------------------------------
 1 file changed, 4 insertions(+), 53 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-09-09 13:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 13:18 [PATCH 0/4] xtensa: fix build failure Sudip Mukherjee
2015-09-08 13:18 ` [PATCH 1/4] xtensa: fix error with dma_{alloc,free}_{attrs,coherent} Sudip Mukherjee
2015-09-08 13:18 ` [PATCH 2/4] xtensa: fix error with dma_supported Sudip Mukherjee
2015-09-08 13:18 ` [PATCH 3/4] xtensa: fix errors " Sudip Mukherjee
2015-09-08 13:18 ` [PATCH 4/4] xtensa: fix error with dma_set_mask Sudip Mukherjee
2015-09-08 17:34 ` [PATCH 0/4] xtensa: fix build failure Max Filippov
2015-09-09  7:11   ` Sudip Mukherjee
2015-09-09 12:52     ` Max Filippov
2015-09-09 13:40       ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox