linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] microblaze: Enable CMA
@ 2020-01-17  8:03 Michal Simek
  2020-01-17  8:03 ` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header Michal Simek
  2020-02-04 10:30 ` [PATCH v2 0/2] microblaze: Enable CMA Michal Simek
  0 siblings, 2 replies; 10+ messages in thread
From: Michal Simek @ 2020-01-17  8:03 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git, Christoph Hellwig
  Cc: Kate Stewart, Peter Zijlstra (Intel),
	Catalin Marinas, Linus Walleij, Heiko Carstens, Max Filippov,
	Guo Ren, Deepa Dinamani, H. Peter Anvin, linux-riscv,
	Will Deacon, linux-arch, linux-s390, Vasily Gorbik, Paul Burton,
	x86, Mike Rapoport, Christian Borntraeger, Ingo Molnar,
	Geert Uytterhoeven, Waiman Long, Guo Ren, Wesley Terpstra,
	James Hogan, Manish Narani, linux-xtensa, Albert Ou,
	Arnd Bergmann, Chris Zankel, Borislav Petkov, Paul Walmsley,
	Thomas Gleixner, linux-arm-kernel, Manjukumar Matha,
	Masahiro Yamada, Greg Kroah-Hartman, linux-mips, Ralf Baechle,
	Palmer Dabbelt, Andrew Morton

Hi,

the patchset enable CMA on Microblaze. Based on Christoph request I have
created the first patch which makes dma-continugous.h mandatory for all
archs before Microblaze wiring.

Thanks,
Michal

Changes in v2:
- New patch suggested by Christoph
- Align commit message
- Remove adding dma-contigous.h via Kbuild because it is done by previous
  patch

Michal Simek (2):
  asm-generic: Make dma-contiguous.h a mandatory include/asm header
  microblaze: Wire CMA allocator

 arch/arm64/include/asm/Kbuild         | 1 -
 arch/csky/include/asm/Kbuild          | 1 -
 arch/microblaze/Kconfig               | 1 +
 arch/microblaze/configs/mmu_defconfig | 2 ++
 arch/microblaze/mm/init.c             | 4 ++++
 arch/mips/include/asm/Kbuild          | 1 -
 arch/riscv/include/asm/Kbuild         | 1 -
 arch/s390/include/asm/Kbuild          | 1 -
 arch/x86/include/asm/Kbuild           | 1 -
 arch/xtensa/include/asm/Kbuild        | 1 -
 include/asm-generic/Kbuild            | 1 +
 11 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.25.0



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

end of thread, other threads:[~2020-02-04 10:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-17  8:03 [PATCH v2 0/2] microblaze: Enable CMA Michal Simek
2020-01-17  8:03 ` [PATCH v2 1/2] asm-generic: Make dma-contiguous.h a mandatory include/asm header Michal Simek
2020-01-17  8:04   ` Christoph Hellwig
2020-01-17  9:43   ` Thomas Gleixner
2020-01-17 10:10   ` Arnd Bergmann
2020-01-17 11:23   ` Arnd Bergmann
2020-01-17 20:41   ` Paul Walmsley
2020-01-21 15:43   ` Masahiro Yamada
2020-01-22  6:47     ` Michal Simek
2020-02-04 10:30 ` [PATCH v2 0/2] microblaze: Enable CMA Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).