commit | d060bff70ec3060e864b96af4b27a21870a22e39 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Tue May 08 11:45:13 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 08 13:41:51 2018 +0200 |
tree | 1582c7e845cf32663f8526540e0c27ca6a0f9789 | |
parent | 1fb6089acb6315d9f3ca78da67bd5b017b067a4f [diff] |
staging: most: dim2: use device to allocate coherent memory On several architectures the allocation of coherent memory needs a device that has the dma_ops structure properly initialized. This patch enables the DIM2 platform to be used to allocate this type of memory. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>