diff mbox

DaVinci: EDMA: Add queue 2 and 3 for DM365 and DM6467

Message ID 1248699016-24752-1-git-send-email-s-paulraj@ti.com (mailing list archive)
State Accepted
Headers show

Commit Message

s-paulraj@ti.com July 27, 2009, 12:50 p.m. UTC
From: Sandeep Paulraj <s-paulraj@ti.com>

DM365 and DM6467 have 4 queues. The patch updates the
'dma_event_q' enum to reflect this.


Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---
 arch/arm/mach-davinci/include/mach/edma.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Kevin Hilman Aug. 7, 2009, 11:07 p.m. UTC | #1
s-paulraj@ti.com writes:

> From: Sandeep Paulraj <s-paulraj@ti.com>
>
> DM365 and DM6467 have 4 queues. The patch updates the
> 'dma_event_q' enum to reflect this.
>
> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>

Thanks, pushing today.

Kevin

> ---
>  arch/arm/mach-davinci/include/mach/edma.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-davinci/include/mach/edma.h b/arch/arm/mach-davinci/include/mach/edma.h
> index a85cbed..5d48962 100644
> --- a/arch/arm/mach-davinci/include/mach/edma.h
> +++ b/arch/arm/mach-davinci/include/mach/edma.h
> @@ -210,6 +210,8 @@ enum fifo_width {
>  enum dma_event_q {
>  	EVENTQ_0 = 0,
>  	EVENTQ_1 = 1,
> +	EVENTQ_2 = 2,
> +	EVENTQ_3 = 3,
>  	EVENTQ_DEFAULT = -1
>  };
>  
> -- 
> 1.6.0.4
>
> _______________________________________________
> Davinci-linux-open-source mailing list
> Davinci-linux-open-source@linux.davincidsp.com
> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/include/mach/edma.h b/arch/arm/mach-davinci/include/mach/edma.h
index a85cbed..5d48962 100644
--- a/arch/arm/mach-davinci/include/mach/edma.h
+++ b/arch/arm/mach-davinci/include/mach/edma.h
@@ -210,6 +210,8 @@  enum fifo_width {
 enum dma_event_q {
 	EVENTQ_0 = 0,
 	EVENTQ_1 = 1,
+	EVENTQ_2 = 2,
+	EVENTQ_3 = 3,
 	EVENTQ_DEFAULT = -1
 };