dmaengine i.MX SDMA: Allow to run without firmware
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 6 Oct 2010 13:41:15 +0000 (15:41 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 3 Dec 2010 10:04:54 +0000 (11:04 +0100)
The SDMA firmware consists of a ROM part and a RAM part.
The ROM part is always present in the SDMA engine and
is sufficient for many cases.
This patch allows to pass in platform data containing
the script addresses in ROM, so loading a firmware is
optional now.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Dan Williams <dan.j.williams@intel.com>

No differences found