Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1401069 > unrolled thread

Re: [PATCH] dmaengine: of_dma: approximate an average distribution

Started byVinod Koul <vinod.koul@intel.com>
First post2016-05-14 10:00 +0200
Last post2016-05-14 10:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] dmaengine: of_dma: approximate an average distribution Vinod Koul <vinod.koul@intel.com> - 2016-05-14 10:00 +0200

#1401069 — Re: [PATCH] dmaengine: of_dma: approximate an average distribution

FromVinod Koul <vinod.koul@intel.com>
Date2016-05-14 10:00 +0200
SubjectRe: [PATCH] dmaengine: of_dma: approximate an average distribution
Message-ID<ryCEq-4qo-17@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web