All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Cc: dan.j.williams@intel.com, dmaengine@vger.kernel.org,
	linux-kernel@vger.kernel.org, arnd@arndb.de,
	linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] dmaengine: of_dma: approximate an average distribution
Date: Sat, 14 May 2016 13:34:59 +0530	[thread overview]
Message-ID: <20160514080458.GC23734@localhost> (raw)
In-Reply-To: <1462972511-20927-1-git-send-email-niklas.soderlund+renesas@ragnatech.se>

On Wed, May 11, 2016 at 03:15:11PM +0200, Niklas S�derlund wrote:
> Currently the following DT description would result in dmac0 always
> being tried first and dmac1 second if dmac0 was unavailable. This
> results in heavier use of dmac0 then of dmac1. This patch adds an
> approximate average distribution over the two nodes lessening the load
> of anyone of them.
> 
>    i2c6: i2c@e60b0000 {
>            ...
>            dmas = <&dmac0 0x77>, <&dmac0 0x78>,
>                   <&dmac1 0x77>, <&dmac1 0x78>;
>            dma-names = "tx", "rx", "tx", "rx";
>            ...
>    };

Applied, thanks

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Cc: dan.j.williams@intel.com, dmaengine@vger.kernel.org,
	linux-kernel@vger.kernel.org, arnd@arndb.de,
	linux-renesas-soc@vger.kernel.org
Subject: Re: [PATCH] dmaengine: of_dma: approximate an average distribution
Date: Sat, 14 May 2016 13:34:59 +0530	[thread overview]
Message-ID: <20160514080458.GC23734@localhost> (raw)
In-Reply-To: <1462972511-20927-1-git-send-email-niklas.soderlund+renesas@ragnatech.se>

On Wed, May 11, 2016 at 03:15:11PM +0200, Niklas Söderlund wrote:
> Currently the following DT description would result in dmac0 always
> being tried first and dmac1 second if dmac0 was unavailable. This
> results in heavier use of dmac0 then of dmac1. This patch adds an
> approximate average distribution over the two nodes lessening the load
> of anyone of them.
> 
>    i2c6: i2c@e60b0000 {
>            ...
>            dmas = <&dmac0 0x77>, <&dmac0 0x78>,
>                   <&dmac1 0x77>, <&dmac1 0x78>;
>            dma-names = "tx", "rx", "tx", "rx";
>            ...
>    };

Applied, thanks

-- 
~Vinod

  parent reply	other threads:[~2016-05-14  8:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11 13:15 [PATCH] dmaengine: of_dma: approximate an average distribution Niklas Söderlund
2016-05-11 13:49 ` Niklas Söderlund
2016-05-11 13:49   ` Niklas Söderlund
2016-05-14  8:04 ` Vinod Koul [this message]
2016-05-14  8:04   ` 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=20160514080458.GC23734@localhost \
    --to=vinod.koul@intel.com \
    --cc=arnd@arndb.de \
    --cc=dan.j.williams@intel.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=niklas.soderlund+renesas@ragnatech.se \
    /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.