[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1579248206.git.michal.simek@xilinx.com>
Date: Fri, 17 Jan 2020 09:03:30 +0100
From: Michal Simek <michal.simek@...inx.com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu,
michal.simek@...inx.com, git@...inx.com,
Christoph Hellwig <hch@....de>
Cc: Paul Burton <paulburton@...nel.org>, Arnd Bergmann <arnd@...db.de>,
Mike Rapoport <rppt@...ux.ibm.com>,
Manjukumar Matha <manjukumar.harthikote-matha@...inx.com>,
Borislav Petkov <bp@...en8.de>,
Linus Walleij <linus.walleij@...aro.org>,
linux-mips@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Catalin Marinas <catalin.marinas@....com>,
linux-riscv@...ts.infradead.org, linux-arch@...r.kernel.org,
linux-s390@...r.kernel.org, Palmer Dabbelt <palmer@...belt.com>,
x86@...nel.org, Guo Ren <guoren@...nel.org>,
Kate Stewart <kstewart@...uxfoundation.org>,
Wesley Terpstra <wesley@...ive.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Max Filippov <jcmvbkbc@...il.com>,
linux-xtensa@...ux-xtensa.org, "H. Peter Anvin" <hpa@...or.com>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Will Deacon <will@...nel.org>,
Christian Borntraeger <borntraeger@...ibm.com>,
Deepa Dinamani <deepa.kernel@...il.com>,
Chris Zankel <chris@...kel.net>,
Manish Narani <manish.narani@...inx.com>,
Ingo Molnar <mingo@...hat.com>,
Waiman Long <longman@...hat.com>,
linux-arm-kernel@...ts.infradead.org,
Albert Ou <aou@...s.berkeley.edu>,
Vasily Gorbik <gor@...ux.ibm.com>,
James Hogan <jhogan@...nel.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Guo Ren <ren_guo@...ky.com>
Subject: [PATCH v2 0/2] microblaze: Enable CMA
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
Powered by blists - more mailing lists