From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 8/9] iommu/amd: Clean up unused functions Date: Sun, 14 Apr 2019 23:22:53 -0700 Message-ID: <20190415062253.GB18154@infradead.org> References: <20190411184741.27540-1-tmurphy@arista.com> <20190411184741.27540-9-tmurphy@arista.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190411184741.27540-9-tmurphy-nzgTgzXrdUbQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Tom Murphy Cc: linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Heiko Stuebner , dima-nzgTgzXrdUbQT0dZR+AlfA@public.gmane.org, Marc Zyngier , linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Will Deacon , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Krzysztof Kozlowski , David Brown , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Kukjin Kim , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, murphyt7-/Zw1syy4LHg@public.gmane.org, Andy Gross , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Thomas Gleixner , Robin Murphy , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Matthias Brugger List-Id: linux-arm-msm@vger.kernel.org On Thu, Apr 11, 2019 at 07:47:37PM +0100, Tom Murphy via iommu wrote: > Now that we are using the dma-iommu api we have a lot of unused code. > This patch removes all that unused code. This should be merged into the previous patch. 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=-2.2 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 DA000C10F11 for ; Mon, 15 Apr 2019 06:22:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A7F572073F for ; Mon, 15 Apr 2019 06:22:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Qt7GBO1K" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725851AbfDOGW5 (ORCPT ); Mon, 15 Apr 2019 02:22:57 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:59908 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725813AbfDOGW5 (ORCPT ); Mon, 15 Apr 2019 02:22:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=5mXYtPV9rkVyUnx+7uwSXff5EgnepnAvSePgRxpYrFI=; b=Qt7GBO1KTQPQLfq/x1srhCdSw mC1qHEmpPukjA3amd7lbWLRFdzTZ2yKnZIJaGQZbL2kz7VJwgSbazj/A/tXO7cyrG4M8ki5+XYr82 QjDWlSMgVDe5Rc9sTVPTrVspDO5js0YreT607UAV+LaLSA/riMLIiPdMuhDH3UUYtkiw1FX/B1bUW 8OMAIk585YmLYcMpPIrFmhLWAvHQcR2R6cQYD7pO8Rz3dVYP+R6FCmIzSlEtGTWuXGprwQIOwliiP O0VjNBDfNL8SPWER2AdBiseXP+GtVSISdbGw9G8DqnyzeWjOW5Td8pubQLnoexf7ItYr2AIhP6XcR xUf7egtQQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFv13-0006oW-KB; Mon, 15 Apr 2019 06:22:53 +0000 Date: Sun, 14 Apr 2019 23:22:53 -0700 From: Christoph Hellwig To: Tom Murphy Cc: iommu@lists.linux-foundation.org, Heiko Stuebner , Will Deacon , David Brown , linux-samsung-soc@vger.kernel.org, dima@arista.com, Krzysztof Kozlowski , linux-rockchip@lists.infradead.org, Kukjin Kim , Andy Gross , Marc Zyngier , linux-arm-msm@vger.kernel.org, linux-mediatek@lists.infradead.org, Matthias Brugger , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, murphyt7@tcd.ie, Robin Murphy Subject: Re: [PATCH 8/9] iommu/amd: Clean up unused functions Message-ID: <20190415062253.GB18154@infradead.org> References: <20190411184741.27540-1-tmurphy@arista.com> <20190411184741.27540-9-tmurphy@arista.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <20190411184741.27540-9-tmurphy@arista.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Message-ID: <20190415062253.vlp8it3-kI6dEYSyWaqKdzHCbT_Hgtj80x_b_QBie7U@z> On Thu, Apr 11, 2019 at 07:47:37PM +0100, Tom Murphy via iommu wrote: > Now that we are using the dma-iommu api we have a lot of unused code. > This patch removes all that unused code. This should be merged into the previous patch. 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=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham 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 BAD82C10F0E for ; Mon, 15 Apr 2019 06:22:56 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8BA652073F for ; Mon, 15 Apr 2019 06:22:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Qt7GBO1K" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8BA652073F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 2D9FDAA5; Mon, 15 Apr 2019 06:22:56 +0000 (UTC) Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 039DA7F6 for ; Mon, 15 Apr 2019 06:22:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id ABDF4828 for ; Mon, 15 Apr 2019 06:22:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=5mXYtPV9rkVyUnx+7uwSXff5EgnepnAvSePgRxpYrFI=; b=Qt7GBO1KTQPQLfq/x1srhCdSw mC1qHEmpPukjA3amd7lbWLRFdzTZ2yKnZIJaGQZbL2kz7VJwgSbazj/A/tXO7cyrG4M8ki5+XYr82 QjDWlSMgVDe5Rc9sTVPTrVspDO5js0YreT607UAV+LaLSA/riMLIiPdMuhDH3UUYtkiw1FX/B1bUW 8OMAIk585YmLYcMpPIrFmhLWAvHQcR2R6cQYD7pO8Rz3dVYP+R6FCmIzSlEtGTWuXGprwQIOwliiP O0VjNBDfNL8SPWER2AdBiseXP+GtVSISdbGw9G8DqnyzeWjOW5Td8pubQLnoexf7ItYr2AIhP6XcR xUf7egtQQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFv13-0006oW-KB; Mon, 15 Apr 2019 06:22:53 +0000 Date: Sun, 14 Apr 2019 23:22:53 -0700 From: Christoph Hellwig To: Tom Murphy Subject: Re: [PATCH 8/9] iommu/amd: Clean up unused functions Message-ID: <20190415062253.GB18154@infradead.org> References: <20190411184741.27540-1-tmurphy@arista.com> <20190411184741.27540-9-tmurphy@arista.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190411184741.27540-9-tmurphy@arista.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Cc: linux-samsung-soc@vger.kernel.org, Heiko Stuebner , dima@arista.com, Marc Zyngier , linux-arm-msm@vger.kernel.org, Will Deacon , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , David Brown , iommu@lists.linux-foundation.org, Kukjin Kim , linux-mediatek@lists.infradead.org, murphyt7@tcd.ie, Andy Gross , linux-rockchip@lists.infradead.org, Thomas Gleixner , Robin Murphy , linux-arm-kernel@lists.infradead.org, Matthias Brugger X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: iommu-bounces@lists.linux-foundation.org Errors-To: iommu-bounces@lists.linux-foundation.org Message-ID: <20190415062253.rnZqjWD9p505hYYFb1CAnGX_IMM9yV61wmvN4sITN-k@z> On Thu, Apr 11, 2019 at 07:47:37PM +0100, Tom Murphy via iommu wrote: > Now that we are using the dma-iommu api we have a lot of unused code. > This patch removes all that unused code. This should be merged into the previous patch. _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham 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 A5EEFC10F0E for ; Mon, 15 Apr 2019 06:23:01 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7500320833 for ; Mon, 15 Apr 2019 06:23:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Nkfj0nHI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7500320833 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=3xH2LVGzFiCOxP+Z4rrWythcm68q/NWYGtjyHnPloEY=; b=Nkfj0nHIJOT4T+ h5FBmvYPR42zJFSh3zXy+CKyF44o4SEDvQcUZejAQhfPag9fKpqt5BJ6mi2TMVdRETq4KdJv/Q2ZD /aWiBLtTmDxdd77J66RELhLDut5ARelUUhtUGa8/G/TbxAhd6by7cigqcnGMPCvZH0vkao1oUfZV4 ADdLi0nrgP65csOVLPdq5lQKz5muTPZBsKLrhiimznCHycPpz8b8yebJCMEZ0qsMlE+3y9/Wd4Gpt 3IC1sCuTYNS05DX5Maf4WkaG2YV4Fep2aUSWYhttdUKPhvwhBTw/cxm2PR2uGz4dS0UBGGYhvTew9 XLL2ede2mczpAAqBwkgw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFv17-0006ps-39; Mon, 15 Apr 2019 06:22:57 +0000 Received: from hch by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFv13-0006oW-KB; Mon, 15 Apr 2019 06:22:53 +0000 Date: Sun, 14 Apr 2019 23:22:53 -0700 From: Christoph Hellwig To: Tom Murphy Subject: Re: [PATCH 8/9] iommu/amd: Clean up unused functions Message-ID: <20190415062253.GB18154@infradead.org> References: <20190411184741.27540-1-tmurphy@arista.com> <20190411184741.27540-9-tmurphy@arista.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190411184741.27540-9-tmurphy@arista.com> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, Heiko Stuebner , dima@arista.com, Marc Zyngier , linux-arm-msm@vger.kernel.org, Will Deacon , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , David Brown , iommu@lists.linux-foundation.org, Kukjin Kim , linux-mediatek@lists.infradead.org, murphyt7@tcd.ie, Andy Gross , linux-rockchip@lists.infradead.org, Thomas Gleixner , Robin Murphy , linux-arm-kernel@lists.infradead.org, Matthias Brugger Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Apr 11, 2019 at 07:47:37PM +0100, Tom Murphy via iommu wrote: > Now that we are using the dma-iommu api we have a lot of unused code. > This patch removes all that unused code. This should be merged into the previous patch. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel