From: Peter Ujfalusi Date: Mon, 14 Apr 2014 11:41:57 +0000 (+0300) Subject: arm: common: edma: Save the number of event queues/TCs X-Git-Tag: next-20140428~53^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7cf2af90cd515bf27f1b7183f3d6f91b151990ed;p=karo-tx-linux.git arm: common: edma: Save the number of event queues/TCs For later use save the number of queues available for the CC. Signed-off-by: Peter Ujfalusi Acked-by: Joel Fernandes Reviewed-and-Tested-by: Joel Fernandes Signed-off-by: Vinod Koul --- diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index 41bca32409fc..999266bf69b9 100644 --- a/arch/arm/common/edma.c +++ b/arch/arm/common/edma.c @@ -1768,6 +1768,9 @@ static int edma_probe(struct platform_device *pdev) map_queue_tc(j, queue_tc_mapping[i][0], queue_tc_mapping[i][1]); + /* Save the number of TCs */ + edma_cc[j]->num_tc = i; + /* Event queue priority mapping */ for (i = 0; queue_priority_mapping[i][0] != -1; i++) assign_priority_to_queue(j,