]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: davinci: modify data types of EDMA related variables
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>
Tue, 15 Dec 2009 02:01:22 +0000 (18:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:34 +0000 (08:53 -0800)
commitdffa29dcde582a3d7a9627dc87728321a6d1a58a
treefdc556091cc6cc2a2ca686f1d0d847eb56e31394
parent052c8b4549d2e8fd59b2cd3c647523dd93f445e9
mmc: davinci: modify data types of EDMA related variables

Currently DaVinci EDMA driver supports multiple EDMA channel controller
instances.  edma_alloc_channel() api returns a 32 bit value which has the
channel controller number in MSB and the EDMA channel number in LSB.  The
variables which store the value returned by edma_alloc_channel() have to
be 32 bit wide now.

Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Acked-by: Vipin Bhandari <vipin.bhandari@ti.com>
Cc: Purshotam Kumar <purushotam@ti.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/davinci_mmc.c