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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 89194C54EE9 for ; Wed, 7 Sep 2022 12:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=5rjCQ0+CWddKreL0uJYkSCcJfIc7XjmsZrOcl+T6gUY=; b=QkerYhEPHWLQQu pXlYioomxjYpjujBUvFcejXuOu0BUoKlRupGZdepjdkodCU2KC/COj5IMyRwhdJfJoebiFrNY0ixP ou37ovv+qfYdI/lTEJxLJLpWAh+ASpcdAag4WzKBcxwJuYgj6X8j7ErPBCUlZw+VV56IZXQQuZ/h2 4WQiOLgeDI65QXS14NfXT7IrRAqw9euCLKwnxhgUqtfAht14KZR3IjfsnfKdZ4oWm6WbosdXQPxmh zUYzdPvP4wJSObdwEcz9ROWiTMRcqiU8k4w+/FtFsWxrm2NE9lhGvFwxqmHSwZBlBeHyWumvxMH52 z6HW9RcMJ9JCgvu4N/5w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVuUS-006Ezl-5u; Wed, 07 Sep 2022 12:49:12 +0000 Received: from mail.8bytes.org ([2a01:238:42d9:3f00:e505:6202:4f0c:f051]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVuUP-006Exs-4j for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2022 12:49:10 +0000 Received: from 8bytes.org (p4ff2bb62.dip0.t-ipconnect.de [79.242.187.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id E4F5524000A; Wed, 7 Sep 2022 14:49:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1662554947; bh=yGOX5Lwpalcu82yNs8ayh8dOtcer41jlk77UdSRJHzA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uE78GVEgI4yTOR9KWvlR6IpZa67YTCKueETuj+yYYkM1pR/p3SMYfJwUC1JIQlv2e 2ntTjhAKoTFc7sIl+Vu7+2KELvGsyWVaHSJ3AqSumJvsfUrT3HcwqC38Dl7VcnwroB 8BFi6rWMsQWaBAZ6yGKr4LVWwTh2MQqqZIfvRsznMzAr1tqMQ4wbun1jLc6Q3oK5qR 4cEjQ7+thJq/JFFPPZao/wMUvReiwhSBhAhxKOJVjYvypVQZSPwSzv7INhTevRqlKz tyLofbz/SQzQ1doEpWKl93VLrcpVkkQeTqcmZ4zf7b9+DgCzs3P+Ahm8FeqJQInzIE YZOdibS6/esUA== Date: Wed, 7 Sep 2022 14:49:05 +0200 From: Joerg Roedel To: Robin Murphy Cc: will@kernel.org, catalin.marinas@arm.com, jean-philippe@linaro.org, inki.dae@samsung.com, sw0312.kim@samsung.com, kyungmin.park@samsung.com, tglx@linutronix.de, maz@kernel.org, alex.williamson@redhat.com, cohuck@redhat.com, iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: Re: [PATCH 0/3] iommu/dma: Some housekeeping Message-ID: References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_054909_442440_B8C2A5B2 X-CRM114-Status: UNSURE ( 6.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 16, 2022 at 06:28:02PM +0100, Robin Murphy wrote: > Robin Murphy (3): > iommu/dma: Clean up Kconfig > iommu/dma: Move public interfaces to linux/iommu.h > iommu/dma: Make header private Applied, thanks. > include/linux/dma-iommu.h | 93 --------------------- Squashed the updated file path in MAINTAINERS into the last patch. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel