From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751289AbdFBIwS (ORCPT ); Fri, 2 Jun 2017 04:52:18 -0400 Received: from mga02.intel.com ([134.134.136.20]:36159 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751159AbdFBIwP (ORCPT ); Fri, 2 Jun 2017 04:52:15 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,284,1493708400"; d="asc'?scan'208";a="269353521" Date: Fri, 2 Jun 2017 14:24:28 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for 4.12-rc4 Message-ID: <20170602085427.GJ2885@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Linus, Here is the dmaengine fixes request for 4.12. Fixes bunch of issues in the driver, npthing exciting though.. The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.12= -rc4 for you to fetch changes up to ebcdaee4cebb3a8d0d702ab5e9392373672ec1de: dmaengine: pl330: fix warning in pl330_remove (2017-06-02 11:49:44 +0530) ---------------------------------------------------------------- dmaengine fixes for 4.12-rc4 A bit largish fixes for dmaengine driver's fixing - mv_xor_v2 driver for handling descriptors, tx_submit implementation, removing interrupt coalescing and setting DMA mask properly - usb-dmac DMAOR AE bit definition - ep93xx start buffer from BASE0 and not drain the transfers in terminate_all - rcar-dmac use right descriptor pointer for residue calculation - pl330 fix warn for irq freeup ---------------------------------------------------------------- Alexander Sverdlin (2): dmaengine: ep93xx: Always start from BASE0 dmaengine: ep93xx: Don't drain the transfers in terminate_all() Hanna Hawa (1): dmaengine: mv_xor_v2: enable XOR engine after its configuration Hiroyuki Yokoyama (1): dmaengine: usb-dmac: Fix DMAOR AE bit definition Jean-Philippe Brucker (1): dmaengine: pl330: fix warning in pl330_remove Kuninori Morimoto (1): rcar-dmac: fixup descriptor pointer for descriptor mode Thomas Petazzoni (6): dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properly dmaengine: mv_xor_v2: properly handle wrapping in the array of HW des= criptors dmaengine: mv_xor_v2: do not use descriptors not acked by async_tx dmaengine: mv_xor_v2: fix tx_submit() implementation dmaengine: mv_xor_v2: remove interrupt coalescing dmaengine: mv_xor_v2: set DMA mask to 40 bits drivers/dma/ep93xx_dma.c | 39 ++++++++++++++-- drivers/dma/mv_xor_v2.c | 109 ++++++++++++++++++-----------------------= ---- drivers/dma/pl330.c | 3 +- drivers/dma/sh/rcar-dmac.c | 3 ++ drivers/dma/sh/usb-dmac.c | 2 +- 5 files changed, 85 insertions(+), 71 deletions(-) Thanks --=20 ~Vinod --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJZMSfDAAoJEHwUBw8lI4NHIDIP/1Nk2kF6yV5TduZmJI+d50qW WyWh0emWPujNO8uTyKfcrMRlHuA+ErAuofaoZ9KGcLF1LvK6lb2PoijLQpB56P9l 2mvJ/lSloPSEhcq+ndCX3ERG/7ubgLgJF8DRBbu146S7r08WvygQ1KSWXPpF0UMv ptHfA6rE6/N8qpRBUiMTKaqNmi4ToS3AFguh37rx2V5K50tQ6E+1vmNeS1NGpvjP RSyvryFjK3nyaYSfbcyZAVDSJYRptuLP7RU1eS9HB7TRXe7Co3Abm9yLXqX+gD1a 3d+EUsbKHdzZ14RfHzYiFIBeJAeXHXw3Vq2+8QInkDTzRzjhJDeplR/KBQAwEA4a TEcrQ13vCZu5nhDKQ8d9HhCOq3GnEhyRglUVkl19As+LQhuw9F9Facx11XbOUyG+ hPoUM49f7FxUvwdt4jiCY2mXWUu6i/NP8RG2G7QmR/JrkggzJZE10+aZNPVHbp0W 4fSfPq8i4qB6Dng4hr5anu3NPvDIdqXXgtrV6iOW4KG4B0101k6C1hPJCW+QwuxN igCvnfnNqJuUn3Yxvf+rzQAIE9lK0gcBxogx5ZfkaLaI7+Ff46N8f45C9sXT46f8 OzXqtBUUub0fnlSPoYUia9LkHvLFfAoeLh7NKekibmW4x3xsc/KscedShflZHMuK nLLTAMkS/pNu0SJp7apa =7TpV -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz--