From patchwork Tue Mar 24 05:40:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11454513 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BD7DF1392 for ; Tue, 24 Mar 2020 05:40:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 955CB20663 for ; Tue, 24 Mar 2020 05:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585028423; bh=ogg9uEIrDneD7d+0XGXZHzAa2bCpqbGF8ExOM9/BgYA=; h=Date:From:To:Cc:Subject:List-ID:From; b=wKkKStFUmlHhtCNw9KR0qz+rqVdxwxd4K2F/0rvUZI7QXgyw5YJQQj4hbY2ZprCJO hcXt5sGPejUpGI4ObGdv8HXT5xdUL1Xhw20e8bQelQVYhR0x25BU5ECThXFYiPe7Z6 9stK2id334xth7ZMxyZHYOL/dvN21AdeeM3HulQ8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725905AbgCXFkX (ORCPT ); Tue, 24 Mar 2020 01:40:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:36116 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725869AbgCXFkX (ORCPT ); Tue, 24 Mar 2020 01:40:23 -0400 Received: from localhost (unknown [122.167.122.130]) (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 5D62F20663; Tue, 24 Mar 2020 05:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585028422; bh=ogg9uEIrDneD7d+0XGXZHzAa2bCpqbGF8ExOM9/BgYA=; h=Date:From:To:Cc:Subject:From; b=PGlZeuMbdjr4did3lfuNkd+IvJcUXQz4PlYvHKrcK4UFMpRyFbveKwkY3WKp69VeB xTzbzPR1wmcn6ZP7SLtT02uSGbdw8WuoWf1HbY7Q4kE7OkOlJgSmo5ZZuNOFSXK/EZ Posx3K+ivmErsNZUxWalkFRiBEc6FFlLyN4PD/+U= Date: Tue, 24 Mar 2020 11:10:17 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine fixes for v5.6 Message-ID: <20200324054017.GU72691@vkoul-mobl> MIME-Version: 1.0 Content-Disposition: inline Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Linus, Couple of fixes came in and would be good to have in v5.6. Please pull to get: The following changes since commit 25962e1a7f1d522f1b57ead2f266fab570042a70: dmaengine: imx-sdma: Fix the event id check to include RX event for UART6 (2020-02-25 14:15:26 +0530) are available in the Git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.6 for you to fetch changes up to 018af9be3dd54e6f24f828966bdd873f4d63ad9b: dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_rx_flow()' (2020-03-23 11:48:34 +0530) ---------------------------------------------------------------- dmaengine-fix-5.6 Late fixes in dmaengine for v5.6: - move .device_release missing log warning to debug - couple of maintainer entries for HiSilicon and IADX drivers - one off fix for idxd driver - documentation warn fixes - TI k3 dma error handling fix ---------------------------------------------------------------- Christophe JAILLET (1): dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_rx_flow()' Dave Jiang (1): dmaengine: idxd: fix off by one on cdev dwq refcount Lukas Bulwahn (1): MAINTAINERS: rectify the INTEL IADX DRIVER entry Mauro Carvalho Chehab (1): docs: dmaengine: provider.rst: get rid of some warnings Vinod Koul (1): dmaengine: move .device_release missing log warning to debug level Zhou Wang (1): MAINTAINERS: Add maintainer for HiSilicon DMA engine driver Documentation/driver-api/dmaengine/provider.rst | 12 ++++++++-- MAINTAINERS | 7 +++++- drivers/dma/dmaengine.c | 2 +- drivers/dma/idxd/cdev.c | 4 ++-- drivers/dma/ti/k3-udma-glue.c | 29 ++++++++++++++++--------- 5 files changed, 38 insertions(+), 16 deletions(-) Thanks