Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DMA: shdma: switch DT mode to use configuration data from a match table | Guennadi Liakhovetski | 2013-08-27 | 1 | -26/+35 |
| | | | | | | | | | | This facilitates DMAC DT support by eliminating the need in AUXDATA and avoiding creating complex DT data. This also fits well with DMAC devices, of which SoCs often have multiple identical copies and it is perfectly valid to use a single configuration data set for all of them. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> | ||||
* | DMA: shdma: add DT support | Guennadi Liakhovetski | 2013-07-05 | 1 | -0/+75 |
This patch adds Device Tree support to the shdma driver. No special DT properties are used, only standard DMA DT bindings are implemented. Since shdma controllers reside on SoCs, their configuration is SoC-specific and shall be passed to the driver from the SoC platform data, using the auxdata procedure. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com> |