All of lore.kernel.org
 help / color / mirror / Atom feed
From: Swati Agarwal <swati.agarwal@xilinx.com>
To: <vkoul@kernel.org>, <lars@metafoo.de>, <adrianml@alumnos.upm.es>,
	<libaokun1@huawei.com>, <marex@denx.de>
Cc: <dmaengine@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <swati.agarwal@xilinx.com>,
	<harini.katakam@xilinx.com>, <radhey.shyam.pandey@xilinx.com>,
	<michal.simek@xilinx.com>, <swati.agarwal@amd.com>,
	<harini.katakam@amd.com>, <radhey.shyam.pandey@amd.com>,
	<michal.simek@amd.com>
Subject: [PATCH v2 0/3]  dmaengine : xilinx_dma: Fix error handling paths
Date: Wed, 17 Aug 2022 11:41:22 +0530	[thread overview]
Message-ID: <20220817061125.4720-1-swati.agarwal@xilinx.com> (raw)

Fix Unchecked return value coverity warning.
Fix probe error cleanup.

v2: split probe cleanup patch into two patches.

Swati Agarwal (3):
  dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error
    handling
  dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
  dmaengine: xilinx_dma: Report error in case of
    dma_set_mask_and_coherent API failure

 drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Swati Agarwal <swati.agarwal@xilinx.com>
To: <vkoul@kernel.org>, <lars@metafoo.de>, <adrianml@alumnos.upm.es>,
	<libaokun1@huawei.com>, <marex@denx.de>
Cc: <dmaengine@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <swati.agarwal@xilinx.com>,
	<harini.katakam@xilinx.com>, <radhey.shyam.pandey@xilinx.com>,
	<michal.simek@xilinx.com>, <swati.agarwal@amd.com>,
	<harini.katakam@amd.com>, <radhey.shyam.pandey@amd.com>,
	<michal.simek@amd.com>
Subject: [PATCH v2 0/3]  dmaengine : xilinx_dma: Fix error handling paths
Date: Wed, 17 Aug 2022 11:41:22 +0530	[thread overview]
Message-ID: <20220817061125.4720-1-swati.agarwal@xilinx.com> (raw)

Fix Unchecked return value coverity warning.
Fix probe error cleanup.

v2: split probe cleanup patch into two patches.

Swati Agarwal (3):
  dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error
    handling
  dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
  dmaengine: xilinx_dma: Report error in case of
    dma_set_mask_and_coherent API failure

 drivers/dma/xilinx/xilinx_dma.c | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-08-17  6:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17  6:11 Swati Agarwal [this message]
2022-08-17  6:11 ` [PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths Swati Agarwal
2022-08-17  6:11 ` [PATCH v2 1/3] dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling Swati Agarwal
2022-08-17  6:11   ` Swati Agarwal
2022-08-17  6:11 ` [PATCH v2 2/3] dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property Swati Agarwal
2022-08-17  6:11   ` Swati Agarwal
2022-08-17  6:11 ` [PATCH v2 3/3] dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure Swati Agarwal
2022-08-17  6:11   ` Swati Agarwal
2022-09-04 17:24 ` [PATCH v2 0/3] dmaengine : xilinx_dma: Fix error handling paths Vinod Koul
2022-09-04 17:24   ` Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220817061125.4720-1-swati.agarwal@xilinx.com \
    --to=swati.agarwal@xilinx.com \
    --cc=adrianml@alumnos.upm.es \
    --cc=dmaengine@vger.kernel.org \
    --cc=harini.katakam@amd.com \
    --cc=harini.katakam@xilinx.com \
    --cc=lars@metafoo.de \
    --cc=libaokun1@huawei.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marex@denx.de \
    --cc=michal.simek@amd.com \
    --cc=michal.simek@xilinx.com \
    --cc=radhey.shyam.pandey@amd.com \
    --cc=radhey.shyam.pandey@xilinx.com \
    --cc=swati.agarwal@amd.com \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.