commit | 5b28aa319bba96987316425a1131813d87cbab35 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Wed Oct 06 15:41:15 2010 +0200 |
committer | Sascha Hauer <s.hauer@pengutronix.de> | Fri Dec 03 11:04:54 2010 +0100 |
tree | 7fac8d3e54717355d83ac3d3fd1e4ec7440d7126 | |
parent | 9ab4650f718a0e1cb8792bab4ef97efca4ac75c2 [diff] |
dmaengine i.MX SDMA: Allow to run without firmware 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>