Files
linux/Documentation/devicetree/bindings
Viresh Kumar ce0224578d dmaengine: dw_dmac: Enhance device tree support
BugLink: http://bugs.launchpad.net/bugs/1031163

dw_dmac driver already supports device tree but it used to have its platform
data passed the non-DT way.

This patch does following changes:
- pass platform data via DT, non-DT way still takes precedence if both are used.
- create generic filter routine
- Earlier slave information was made available by slave specific filter routines
  in chan->private field. Now, this information would be passed from within dmac
  DT node. Slave drivers would now be required to pass bus_id (a string) as
  parameter to this generic filter(), which would be compared against the slave
  data passed from DT, by the generic filter routine.
- Update binding document

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Fixed __devinit usage]
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
(cherry picked from commit a9ddb575d6)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
2013-04-11 11:52:49 -06:00
..
2011-10-06 19:47:33 -04:00
2012-11-20 15:43:41 +10:00
2011-02-15 21:39:21 -07:00
2012-12-19 12:33:00 +00:00
2012-08-16 10:00:23 -07:00