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


Groups > linux.kernel > #1340351

Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line

Path csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod
From Robert Jarzmik <robert.jarzmik@free.fr>
Newsgroups linux.kernel
Subject Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line
Date Tue, 23 Feb 2016 08:20:02 +0100
Message-ID <r5fqi-1TY-3@gated-at.bofh.it> (permalink)
References <r2ypr-6g5-7@gated-at.bofh.it> <r2yps-6g5-35@gated-at.bofh.it> <r5bwm-7xA-11@gated-at.bofh.it>
X-Me-Helo belgarion
X-Me-Auth amFyem1pay5yb2JlcnRAb3JhbmdlLmZy
X-Me-Date Tue, 23 Feb 2016 08:14:04 +0100
X-Me-IP 109.220.219.11
X-URL http://belgarath.falguerolles.org/
User-Agent Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux)
MIME-Version 1.0
Content-Type text/plain
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 26
Organization linux.* mail to news gateway
X-Original-Cc Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, Ian Campbell <ijc+devicetree@hellion.org.uk>, Kumar Gala <galak@codeaurora.org>, Daniel Mack <daniel@zonque.org>, Haojian Zhuang <haojian.zhuang@gmail.com>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org
X-Original-Date Tue, 23 Feb 2016 08:13:57 +0100
X-Original-Message-ID <877fhvx5je.fsf@belgarion.home>
X-Original-References <1455569868-25017-1-git-send-email-robert.jarzmik@free.fr> <1455569868-25017-4-git-send-email-robert.jarzmik@free.fr> <20160223031335.GJ17690@localhost>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1340351

Show key headers only | View raw


Vinod Koul <vinod.koul@intel.com> writes:

> On Mon, Feb 15, 2016 at 09:57:48PM +0100, Robert Jarzmik wrote:
>> The current number of requestor lines is limited to 31. This was an
>> error of a previous commit, as this number is platform dependent, and is
>> actually :
>>  - for pxa25x: 40 requestor lines
>>  - for pxa27x: 75 requestor lines
>>  - for pxa3xx: 100 requestor lines
>> 
>> The previous testing did not reveal the faulty constant as on pxa[23]xx
>> platforms, only camera, MSL and USB are above requestor 32, and in these
>> only the camera has a driver using dma.
>> 
>> Fixes: e87ffbdf0697 ("dmaengine: pxa_dma: fix the no-requestor case")
>> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
>
> Acked-by: Vinod Koul <vinod.koul@intel.com>
>
> Which tree is this targetted thru?
PXA for-next tree, my tree, once I gather the acks.

Cheers.

-- 
Robert

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/4] dma: mmp_pdma: Add the #dma-requests DT property documentation Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-15 22:00 +0100
  [PATCH v2 2/4] dmaengine: mmp-pdma: add number of requestors Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-15 22:00 +0100
    Re: [PATCH v2 2/4] dmaengine: mmp-pdma: add number of requestors Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-23 18:50 +0100
  [PATCH v2 3/4] ARM: pxa: add the number of DMA requestor lines Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-15 22:00 +0100
  [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-15 22:00 +0100
    Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-20 22:40 +0100
    Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line Vinod Koul <vinod.koul@intel.com> - 2016-02-23 04:10 +0100
      Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-23 08:20 +0100
        Re: [PATCH v2 4/4] dmaengine: pxa_dma: fix the maximum requestor line Robert Jarzmik <robert.jarzmik@free.fr> - 2016-02-26 23:20 +0100
  Re: [PATCH v2 1/4] dma: mmp_pdma: Add the #dma-requests DT property  documentation Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100

csiph-web