All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
To: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>
Cc: Linux DaVinci Kernel List
	<davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	Pantel Antoniou
	<panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>,
	Linux MMC List
	<linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Koen Kooi <koen-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>,
	Jyri Sarah <jsarha-l0cyMroinI0@public.gmane.org>,
	Linux Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Jason Kridner <jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org>,
	Dan Williams <djbw-b10kYP2dOMg@public.gmane.org>,
	Linux OMAP List
	<linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Linux ARM Kernel List
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
Date: Thu, 12 Sep 2013 15:28:23 +0530	[thread overview]
Message-ID: <5231903F.7080301@ti.com> (raw)
In-Reply-To: <1378839171-14455-1-git-send-email-joelf-l0cyMroinI0@public.gmane.org>

On Wednesday 11 September 2013 12:22 AM, Joel Fernandes wrote:
> HWMOD removal for MMC is breaking edma_start as the events are being manually
> triggered due to unused channel list not being clear.
> 
> This patch fixes the issue, by reading the "dmas" property from the DT node if
> it exists and clearing the bits in the unused channel list. For this purpose
> we use the of_* helpers to parse the arguments in the dmas phandle list.
> 
> Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>
> Reported-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>
> Cc: Pantel Antoniou <panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>
> Signed-off-by: Joel Fernandes <joelf-l0cyMroinI0@public.gmane.org>
> ---
> This patch is a repost of v2 with minor change of return value.

Is this patch meant for merging? If yes, I see no resolution of the
comments given in this thread:

https://lkml.org/lkml/2013/7/30/9

It is better to send one version with all comments fixed. Helps avoid
confusion.

Thanks,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
Date: Thu, 12 Sep 2013 15:28:23 +0530	[thread overview]
Message-ID: <5231903F.7080301@ti.com> (raw)
In-Reply-To: <1378839171-14455-1-git-send-email-joelf@ti.com>

On Wednesday 11 September 2013 12:22 AM, Joel Fernandes wrote:
> HWMOD removal for MMC is breaking edma_start as the events are being manually
> triggered due to unused channel list not being clear.
> 
> This patch fixes the issue, by reading the "dmas" property from the DT node if
> it exists and clearing the bits in the unused channel list. For this purpose
> we use the of_* helpers to parse the arguments in the dmas phandle list.
> 
> Reviewed-by: Sekhar Nori <nsekhar@ti.com>
> Reported-by: Balaji T K <balajitk@ti.com>
> Cc: Pantel Antoniou <panto@antoniou-consulting.com>
> Signed-off-by: Joel Fernandes <joelf@ti.com>
> ---
> This patch is a repost of v2 with minor change of return value.

Is this patch meant for merging? If yes, I see no resolution of the
comments given in this thread:

https://lkml.org/lkml/2013/7/30/9

It is better to send one version with all comments fixed. Helps avoid
confusion.

Thanks,
Sekhar

WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: Joel Fernandes <joelf@ti.com>
Cc: Matt Porter <matt@ohporter.com>,
	Vinod Koul <vinod.koul@intel.com>, Dan Williams <djbw@fb.com>,
	Russell King <linux@arm.linux.org.uk>, Jyri Sarah <jsarha@ti.com>,
	Jason Kridner <jkridner@beagleboard.org>,
	Koen Kooi <koen@beagleboard.org>,
	Linux OMAP List <linux-omap@vger.kernel.org>,
	Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>,
	Linux DaVinci Kernel List 
	<davinci-linux-open-source@linux.davincidsp.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux MMC List <linux-mmc@vger.kernel.org>,
	Pantel Antoniou <panto@antoniou-consulting.com>
Subject: Re: [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources
Date: Thu, 12 Sep 2013 15:28:23 +0530	[thread overview]
Message-ID: <5231903F.7080301@ti.com> (raw)
In-Reply-To: <1378839171-14455-1-git-send-email-joelf@ti.com>

On Wednesday 11 September 2013 12:22 AM, Joel Fernandes wrote:
> HWMOD removal for MMC is breaking edma_start as the events are being manually
> triggered due to unused channel list not being clear.
> 
> This patch fixes the issue, by reading the "dmas" property from the DT node if
> it exists and clearing the bits in the unused channel list. For this purpose
> we use the of_* helpers to parse the arguments in the dmas phandle list.
> 
> Reviewed-by: Sekhar Nori <nsekhar@ti.com>
> Reported-by: Balaji T K <balajitk@ti.com>
> Cc: Pantel Antoniou <panto@antoniou-consulting.com>
> Signed-off-by: Joel Fernandes <joelf@ti.com>
> ---
> This patch is a repost of v2 with minor change of return value.

Is this patch meant for merging? If yes, I see no resolution of the
comments given in this thread:

https://lkml.org/lkml/2013/7/30/9

It is better to send one version with all comments fixed. Helps avoid
confusion.

Thanks,
Sekhar


  parent reply	other threads:[~2013-09-12  9:58 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-10 18:52 [PATCH v3] ARM: EDMA: Fix clearing of unused list for DT DMA resources Joel Fernandes
2013-09-10 18:52 ` Joel Fernandes
2013-09-10 18:52 ` Joel Fernandes
     [not found] ` <1378839171-14455-1-git-send-email-joelf-l0cyMroinI0@public.gmane.org>
2013-09-12  9:58   ` Sekhar Nori [this message]
2013-09-12  9:58     ` Sekhar Nori
2013-09-12  9:58     ` Sekhar Nori
     [not found]     ` <5231903F.7080301-l0cyMroinI0@public.gmane.org>
2013-09-14  0:57       ` Joel Fernandes
2013-09-14  0:57         ` Joel Fernandes
2013-09-14  0:57         ` Joel Fernandes
     [not found]         ` <5233B471.40603-l0cyMroinI0@public.gmane.org>
2013-09-16 11:48           ` Sekhar Nori
2013-09-16 11:48             ` Sekhar Nori
2013-09-16 11:48             ` Sekhar Nori
     [not found]             ` <5236F00B.5040605-l0cyMroinI0@public.gmane.org>
2013-09-16 16:26               ` Joel Fernandes
2013-09-16 16:26                 ` Joel Fernandes
2013-09-16 16:26                 ` Joel Fernandes
     [not found]                 ` <5237314D.7080102-l0cyMroinI0@public.gmane.org>
2013-09-17  5:08                   ` Sekhar Nori
2013-09-17  5:08                     ` Sekhar Nori
2013-09-17  5:08                     ` Sekhar Nori
     [not found]                     ` <5237E3C3.8050602-l0cyMroinI0@public.gmane.org>
2013-09-17  5:38                       ` Joel Fernandes
2013-09-17  5:38                         ` Joel Fernandes
2013-09-17  5:38                         ` Joel Fernandes
2013-09-17  6:05                         ` Sekhar Nori
2013-09-17  6:05                           ` Sekhar Nori
     [not found]                           ` <5237F147.1020302-l0cyMroinI0@public.gmane.org>
2013-09-17 14:29                             ` Joel Fernandes
2013-09-17 14:29                               ` Joel Fernandes
2013-09-17 14:29                               ` Joel Fernandes
2013-09-19  9:35                               ` Sekhar Nori
2013-09-19  9:35                                 ` Sekhar Nori
2013-09-19  9:35                                 ` Sekhar Nori
  -- strict thread matches above, loose matches on Subject: below --
2013-09-26 21:55 Joel Fernandes
2013-09-26 21:55 ` Joel Fernandes
2013-09-26 21:55 ` Joel Fernandes
2013-09-26 23:13 ` Olof Johansson
2013-09-26 23:13   ` Olof Johansson
     [not found]   ` <CAOesGMgELbnuu8PM7Ah2xKo2H5rzgAN3w0g6wA7aVFsjuds-8g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-09-27  0:28     ` Joel Fernandes
2013-09-27  0:28       ` Joel Fernandes
2013-09-27  0:28       ` Joel Fernandes
     [not found]       ` <5244D142.1090307-l0cyMroinI0@public.gmane.org>
2013-09-27  7:49         ` Sekhar Nori
2013-09-27  7:49           ` Sekhar Nori
2013-09-27  7:49           ` Sekhar Nori
     [not found]           ` <5245387E.7080000-l0cyMroinI0@public.gmane.org>
2013-09-27 15:20             ` Joel Fernandes
2013-09-27 15:20               ` Joel Fernandes
2013-09-27 15:20               ` Joel Fernandes
2013-09-27  9:04         ` Sekhar Nori
2013-09-27  9:04           ` Sekhar Nori
2013-09-27  9:04           ` Sekhar Nori
     [not found]           ` <52454A12.5010108-l0cyMroinI0@public.gmane.org>
2013-09-27 15:25             ` Joel Fernandes
2013-09-27 15:25               ` Joel Fernandes
2013-09-27 15:25               ` Joel Fernandes

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=5231903F.7080301@ti.com \
    --to=nsekhar-l0cymroini0@public.gmane.org \
    --cc=davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org \
    --cc=djbw-b10kYP2dOMg@public.gmane.org \
    --cc=jkridner-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org \
    --cc=joelf-l0cyMroinI0@public.gmane.org \
    --cc=jsarha-l0cyMroinI0@public.gmane.org \
    --cc=koen-hcmAuCOw+vXj4SYmN/TMmA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=panto-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org \
    --cc=vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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.