aboutsummaryrefslogtreecommitdiff
path: root/kernel/uapi
diff options
context:
space:
mode:
authorMikael Olsson <mikael.olsson@arm.com>2023-05-02 10:39:22 +0200
committerMikael Olsson <mikael.olsson@arm.com>2023-05-02 12:54:00 +0200
commit099d90cf81e0bf483f8ad02f0d61a4fcbbb64ba8 (patch)
tree7ed6035a6f838ccb97e3b6f6c134c36bf3e1e8b0 /kernel/uapi
parent4f795b3bdf69627ff114523f823b5f9c9003ec30 (diff)
downloadethos-u-linux-driver-stack-099d90cf81e0bf483f8ad02f0d61a4fcbbb64ba8.tar.gz
Fix kernel driver not setting coherent DMA mask
When the kernel driver creates the Ethos-U device, it doesn't setup the coherent DMA mask. This causes the kernel to generate a warning the first time any of the coherent DMA functions are used and the kernel will end up using a default DMA mask. To ensure that the device uses the correct DMA mask and to no longer get the warning, the kernel driver will now setup the DMA mask for the device. Change-Id: I92c67c85be1754970412da92161dbf1ec993bca3
Diffstat (limited to 'kernel/uapi')
0 files changed, 0 insertions, 0 deletions