[v2,0/4] MIPS DMA coherence fixes

Message ID 20230222132425.7442-1-jiaxun.yang@flygoat.com
Headers
Series MIPS DMA coherence fixes |

Message

Jiaxun Yang Feb. 22, 2023, 1:24 p.m. UTC
  Hi all,

This series fixes MIPS per-device DMA coherence support. It's mostly adjusting
Kconfig options.

The v1 series had some extra patches that fixing default coherency settings
for OF probing but I decided to send them as a dedicated series.

Thanks.
- Jiaxun

Jiaxun Yang (4):
  MIPS: Remove DMA_PERDEV_COHERENT
  MIPS: Always select ARCH_HAS_SETUP_DMA_OPS
  MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent
    platforms
  MIPS: c-r4k: Always install dma flush functions

 arch/mips/Kconfig    | 16 ++--------------
 arch/mips/mm/c-r4k.c | 12 +++---------
 2 files changed, 5 insertions(+), 23 deletions(-)