From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78B3EC33CB1 for ; Fri, 17 Jan 2020 08:03:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 47D6F2073A for ; Fri, 17 Jan 2020 08:03:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=monstr-eu.20150623.gappssmtp.com header.i=@monstr-eu.20150623.gappssmtp.com header.b="V7pcvnC7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729370AbgAQIDh (ORCPT ); Fri, 17 Jan 2020 03:03:37 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:37522 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729210AbgAQIDg (ORCPT ); Fri, 17 Jan 2020 03:03:36 -0500 Received: by mail-wm1-f66.google.com with SMTP id f129so6535920wmf.2 for ; Fri, 17 Jan 2020 00:03:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=i++Wnr6lskfdyTEf2bt4TSLzH2Xad/WDR/WNYAW09E4=; b=V7pcvnC73rYBS0KY9vSQuPPoEpxAvmkxo2YQx7SaJqwU7P4l65Hxjt9kOwliECjw9P YSW/B284rrNNrsol0MpsGM3wcVvOQakDsgmtc9GVvvGrDYey7UrZ2qH6NscydWjrDnci N+w0eDBnqHXYHUDgbLNnU7vcr4iOoh8jEH0sW2C5UZ751dm6PAdbcuF6gKQqUGWShSp6 PLLBJbhrzE2b9vaANhz7QeZU70gLhGkoDA6DM7CgZHpV6A4EcMED9tJUSQb67/A+gmZp eAE04AXEcX//EN3QzjxcaulB9DofVRVeo85B4JZCm5LtlBV1DZROEdJRinPTDd/wuMyP cD8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=i++Wnr6lskfdyTEf2bt4TSLzH2Xad/WDR/WNYAW09E4=; b=n1WPofddAwjlTmmGKCaijl7zw9R5F0fj0b6P77ELoqvGU2ZPZd98qKbSVpOmZVwYl8 ghQNu7icFbJ7JryaXw8c3qrpaR3lkkeEGBbthCCG6A45iwvyK3hQX5GqD9/PJYsBf/9O /75BCaSA9SEOX3YgRlzVD+PDB+PAm5JYIxDlMBd00od+VO4mz/l6knZ6+gxx93M+YIrr J+nYBL4xhvLc/bou8+y1LhgazA5DfQi5Q5B/LzYsvlz2I/eDDmkvhHD+Zx58JoYK9gq7 KTNZdnXT2FAejIRE9CenDmIO/AKmn9l4gUq+Phx+jPNoxrMF2qGV7Zuuk3WGEOJwtgJ4 0trQ== X-Gm-Message-State: APjAAAXnZtKh3jNGv1DsIp9HrVq4LGYlUInqm80HvnlXM6qu14jclWdA IFFUt6XCzjhsv2Pq4z1mEVQCoCaJzb4XAQz/ X-Google-Smtp-Source: APXvYqxl96ObJwT48mJl919pgWBhjJ834NW1hgROfepdvC4HdYZrfui8PwfpswFTjDrAhkPvRoSP8Q== X-Received: by 2002:a05:600c:28d:: with SMTP id 13mr3383409wmk.52.1579248215057; Fri, 17 Jan 2020 00:03:35 -0800 (PST) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id w8sm3110202wmd.2.2020.01.17.00.03.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 17 Jan 2020 00:03:34 -0800 (PST) From: Michal Simek 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 Subject: [PATCH v2 0/2] microblaze: Enable CMA Date: Fri, 17 Jan 2020 09:03:30 +0100 Message-Id: X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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