All of lore.kernel.org
 help / color / mirror / Atom feed
From: viresh.kumar@st.com (viresh kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 06/13] dw_dmac: Change value of DWC_MAX_COUNT to 4095.
Date: Fri, 4 Mar 2011 15:26:10 +0530	[thread overview]
Message-ID: <4D70B73A.5070105@st.com> (raw)
In-Reply-To: <0e767d5a3f538e476b72c7d5ccac88e2f5fcdf1a.1299146382.git.viresh.kumar@st.com>

On 03/03/2011 03:47 PM, Viresh KUMAR wrote:
> - * words, we can do 8192 bytes per descriptor.
> + * words, we can do 16480 bytes per descriptor.
>   *

Sorry this should be 16380. Will resend this patch.

-- 
viresh

WARNING: multiple messages have this Message-ID (diff)
From: viresh kumar <viresh.kumar@st.com>
To: Viresh KUMAR <viresh.kumar@st.com>
Cc: "vinod.koul@intel.com" <vinod.koul@intel.com>,
	"dan.j.williams@intel.com" <dan.j.williams@intel.com>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"viresh.linux@gmail.com" <viresh.linux@gmail.com>,
	"jamie@jamieiles.com" <jamie@jamieiles.com>,
	Armando VISCONTI <armando.visconti@st.com>,
	Shiraz HASHIM <shiraz.hashim@st.com>, amitgoel <amit.goel@st.com>,
	"hans-christian.egtvedt@atmel.com"
	<hans-christian.egtvedt@atmel.com>
Subject: Re: [PATCH V2 06/13] dw_dmac: Change value of DWC_MAX_COUNT to 4095.
Date: Fri, 4 Mar 2011 15:26:10 +0530	[thread overview]
Message-ID: <4D70B73A.5070105@st.com> (raw)
In-Reply-To: <0e767d5a3f538e476b72c7d5ccac88e2f5fcdf1a.1299146382.git.viresh.kumar@st.com>

On 03/03/2011 03:47 PM, Viresh KUMAR wrote:
> - * words, we can do 8192 bytes per descriptor.
> + * words, we can do 16480 bytes per descriptor.
>   *

Sorry this should be 16380. Will resend this patch.

-- 
viresh

  reply	other threads:[~2011-03-04  9:56 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-03 10:17 [PATCH V2 00/13] dmaengine/dw_dmac: Extending support & minor fixes Viresh Kumar
2011-03-03 10:17 ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 01/13] dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLK Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 02/13] dw_dmac: Replace module_init() with subsys_initcall() Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 03/13] dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_complete_all Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 04/13] dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lock Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 05/13] dw_dmac: Adding support for 64 bit access width for memcpy xfers Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 06/13] dw_dmac: Change value of DWC_MAX_COUNT to 4095 Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-04  9:56   ` viresh kumar [this message]
2011-03-04  9:56     ` viresh kumar
2011-03-03 10:17 ` [PATCH V2 07/13] dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finish Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 08/13] dw_dmac: Pass Channel Allocation Order from platform_data Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 09/13] dw_dmac: Pass Channel Priority " Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 10/13] dw_dmac: Changing type of src_master and dest_master to u8 Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 11/13] dw_dmac: Allow src/dst msize & flow controller to be configured at runtime Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-04  9:57   ` viresh kumar
2011-03-04  9:57     ` viresh kumar
2011-03-03 10:17 ` [PATCH V2 12/13] dw_dmac: Setting Default Burst length for transfers as 16 Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-03 10:17 ` [PATCH V2 13/13] avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msize Viresh Kumar
2011-03-03 10:17   ` Viresh Kumar
2011-03-04 10:12 ` [PATCH 06/13 resend] dw_dmac: Change value of DWC_MAX_COUNT to 4095 Viresh Kumar
2011-03-04 10:12   ` Viresh Kumar
2011-03-04 10:12 ` [PATCH 11/13 resend] dw_dmac: Allow src/dst msize & flow controller to be configured at runtime Viresh Kumar
2011-03-04 10:12   ` Viresh Kumar
2011-03-06 19:45 ` [PATCH V2 00/13] dmaengine/dw_dmac: Extending support & minor fixes Koul, Vinod
2011-03-06 19:45   ` Koul, Vinod

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=4D70B73A.5070105@st.com \
    --to=viresh.kumar@st.com \
    --cc=linux-arm-kernel@lists.infradead.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.