summaryrefslogtreecommitdiff
path: root/projects/linux/io/I2C-update-DMAENGINE-API.yaml
blob: 437ef79fceeb4b3a11a1078e4a55d7bd736e0f34 (plain)
1
2
3
4
5
6
7
8
9
title: I2C; update DMAENGINE API to avoid deprecated functions
team: IO
key: 80032418-faad-11eb-80f4-3fc903436b31
status: New

comments:
 - "dmaengine_terminate_all() is deprecated and needs to be replaced"
 - "because we set up DMA transfers in irq context, we need dmaengine_terminate_async() instead"
 - "this needs synchronization code to avoid race conditions"