From patchwork Sun Feb 10 15:17:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 10804823 Return-Path: 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 2F4DF1390 for ; Sun, 10 Feb 2019 15:17:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 10F4B29DD5 for ; Sun, 10 Feb 2019 15:17:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F22E929DDA; Sun, 10 Feb 2019 15:17:33 +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 69A2729DD5 for ; Sun, 10 Feb 2019 15:17:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726102AbfBJPRc (ORCPT ); Sun, 10 Feb 2019 10:17:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:52030 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726042AbfBJPRc (ORCPT ); Sun, 10 Feb 2019 10:17:32 -0500 Received: from localhost (unknown [117.99.91.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 032872176F; Sun, 10 Feb 2019 15:17:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549811851; bh=VnkLwyfz2y5oJ1AwrbXtdH8RHcIiOlUTEBTeXSz3IrI=; h=Date:From:To:Cc:Subject:From; b=QnLjhIiWAMVl4mhyTb6mb1QI2y19Ejc6F8vOnWNEtg/xweis1K3GUQ7ekDqyYbU/G KzDYvV0vwWH4nCSK+U1DcGVy74i484Fb5WuEP1p5y1kG7/2j944YELp2A2Zwj/KsyK CmzA+t7HjWbGj5uKHQVTevFYzUfC0pQT2bk5YWxY= Date: Sun, 10 Feb 2019 20:47:22 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL] dmaengine fixes for v5.0-rc6 Message-ID: <20190210151722.GM4296@vkoul-mobl> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, Please pull to receive the fixes for dmaengine. We have fixes in bunch of drivers like xdmac, imx, bcm etc. The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.0-rc6 for you to fetch changes up to 6454368a804c4955ccd116236037536f81e5b1f1: dmaengine: dmatest: Abort test in case of mapping error (2019-02-04 14:34:22 +0530) ---------------------------------------------------------------- dmaengine-fix-5.0-rc6 dmaengine fixes for v5.0-rc6 - Fix in at_xdmac fr wrongful channel state - Fix for imx driver for wrong callback invocation - Fix to bcm driver for interrupt race & transaction abort. - Fix in dmatest to abort in mapping error ---------------------------------------------------------------- Andy Shevchenko (1): dmaengine: dmatest: Abort test in case of mapping error Codrin Ciubotariu (1): dmaengine: at_xdmac: Fix wrongfull report of a channel as in use Leonid Iziumtsev (1): dmaengine: imx-dma: fix wrong callback invoke Lukas Wunner (2): dmaengine: bcm2835: Fix interrupt race on RT dmaengine: bcm2835: Fix abort of transactions Vinod Koul (1): Merge branch 'fix/brcm' into fixes drivers/dma/at_xdmac.c | 19 +++++++------ drivers/dma/bcm2835-dma.c | 70 +++++++++++++++++------------------------------ drivers/dma/dmatest.c | 32 ++++++++++------------ drivers/dma/imx-dma.c | 8 +++--- 4 files changed, 53 insertions(+), 76 deletions(-)