From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: [PATCH v2 0/2] microblaze: Enable CMA Date: Fri, 17 Jan 2020 09:03:30 +0100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, Christoph Hellwig Cc: Paul Burton , Arnd Bergmann , Mike Rapoport , Manjukumar Matha , Borislav Petkov , Linus Walleij , linux-mips@vger.kernel.org, Thomas Gleixner , Geert Uytterhoeven , Catalin Marinas , linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Palmer Dabbelt , x86@kernel.org, Guo Ren , Kate Stewart , Wesley Terpstra , Greg Kroah-Hartman , Ralf Baechle , Paul Walmsley List-Id: linux-arch.vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f66.google.com ([209.85.128.66]:51134 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728986AbgAQIDh (ORCPT ); Fri, 17 Jan 2020 03:03:37 -0500 Received: by mail-wm1-f66.google.com with SMTP id a5so6462856wmb.0 for ; Fri, 17 Jan 2020 00:03:35 -0800 (PST) From: Michal Simek Subject: [PATCH v2 0/2] microblaze: Enable CMA Date: Fri, 17 Jan 2020 09:03:30 +0100 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, Christoph Hellwig Cc: Paul Burton , Arnd Bergmann , Mike Rapoport , Manjukumar Matha , Borislav Petkov , Linus Walleij , linux-mips@vger.kernel.org, Thomas Gleixner , Geert Uytterhoeven , Catalin Marinas , linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, Palmer Dabbelt , x86@kernel.org, Guo Ren , Kate Stewart , Wesley Terpstra , Greg Kroah-Hartman , Ralf Baechle , Paul Walmsley , Andrew Morton , Max Filippov , linux-xtensa@linux-xtensa.org, "H. Peter Anvin" , "Peter Zijlstra (Intel)" , Will Deacon , Christian Borntraeger , Deepa Dinamani , Chris Zankel , Manish Narani , Ingo Molnar , Waiman Long , linux-arm-kernel@lists.infradead.org, Albert Ou , Vasily Gorbik , James Hogan , Masahiro Yamada , Heiko Carstens , Guo Ren Message-ID: <20200117080330.yf406YT6c-RH5TSQP3eLs-VfKsqNxVkIVf4tcFF-u6g@z> 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