commit | 12a7b035cacc8e0c59698213db6c5643540b82f4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 23 09:05:27 2019 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Mon Apr 08 17:52:24 2019 +0200 |
tree | c09f0a2d45e657b44da4d174d462dad4c08c7de7 | |
parent | 4217efa353c6754005bf5198001a79fed751fe76 [diff] |
da8xx-fb: pass struct device to DMA API functions The DMA API generally relies on a struct device to work properly, and only barely works without one for legacy reasons. Pass the easily available struct device from the platform_device to remedy this. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>