Files
kernel_arpi/drivers
Christoph Hellwig 8d4c28fbc2 meth: 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.

Also use GFP_KERNEL instead of GFP_ATOMIC as the gfp_t for the memory
allocation, as we aren't in interrupt context or under a lock.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-02-12 12:09:24 -05:00
..
2019-01-26 11:14:25 +01:00
2019-02-06 17:24:37 -05:00
2019-02-01 15:53:54 +01:00
2019-01-22 20:54:00 -05:00
2019-01-28 22:53:09 -08:00