Message ID | 20180912064512.27306-1-peter.ujfalusi@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <dmaengine-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A3D9414E0 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 12 Sep 2018 06:45:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9071529735 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 12 Sep 2018 06:45:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8085029744; Wed, 12 Sep 2018 06:45:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3373429735 for <patchwork-dmaengine@patchwork.kernel.org>; Wed, 12 Sep 2018 06:45:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726537AbeILLsD (ORCPT <rfc822;patchwork-dmaengine@patchwork.kernel.org>); Wed, 12 Sep 2018 07:48:03 -0400 Received: from fllv0016.ext.ti.com ([198.47.19.142]:44106 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726442AbeILLsD (ORCPT <rfc822;dmaengine@vger.kernel.org>); Wed, 12 Sep 2018 07:48:03 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8C6icmK006120; Wed, 12 Sep 2018 01:44:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1536734678; bh=6q8iyqj5wxI0EcZ9ihQJcaWonAP+V1VV6WcxAI2Wx0s=; h=From:To:CC:Subject:Date; b=yGG/13rmJMv3nZWTkTmLQBtdsfsMFWYmRLk7QsxHfeAABlcRJgVq6vmLNSwwULbp4 pmxvXHXYMiLQV4cI6T2Pq2m14BoGi5Wk07CF7BbrIqcNxJh51SlH+hDkojTH5DgB5o XrBdXG3DR6fwt11o4VXEWBQpu5X8bk7+za1teLh8= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8C6ic6U011845; Wed, 12 Sep 2018 01:44:38 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 12 Sep 2018 01:44:38 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 12 Sep 2018 01:44:38 -0500 Received: from feketebors.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8C6iZBR013004; Wed, 12 Sep 2018 01:44:36 -0500 From: Peter Ujfalusi <peter.ujfalusi@ti.com> To: <dan.j.williams@intel.com>, <vkoul@kernel.org> CC: <dmaengine@vger.kernel.org>, <linux-kernel@vger.kernel.org>, <lars@metafoo.de>, <radheys@xilinx.com> Subject: [PATCH v3 0/2] dmaengine: Add per descriptor metadata support Date: Wed, 12 Sep 2018 09:45:10 +0300 Message-ID: <20180912064512.27306-1-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: <dmaengine.vger.kernel.org> X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
dmaengine: Add per descriptor metadata support
|
expand
|