Skip to content
Commit 41289dac authored by Laurentiu Mihalcea's avatar Laurentiu Mihalcea Committed by Fabio Baltieri
Browse files

drivers: dma: dma_nxp_edma: add function for channel filtering



The point of this commit is to allow users to request specific
channels. The following code snippet shows how this may now be
achieved:

	int requested_channel = 5;
	int ret = dma_request_channel(dev, &requested_channel);

Signed-off-by: default avatarLaurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
parent 4ff5e29c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment