mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
56e2ff0346a39b8f0433456b7ec3dd31038d2ec1
Cache related issues with DMA rings and performance issues related to caching are being caused by not properly setting the "dma-coherent" flag in the device tree entries. Adding it here to correct the issue. Signed-off-by: Jon Mason <jon.mason@broadcom.com> Fixes:3107fa5bcf("ARM: dts: NSP: Add SD/MMC support") Fixes:13d04f2093("ARM: dts: NSP: Add AMAC entries") Fixes:5aeda7bf8a("ARM: dts: NSP: Add and enable amac2") Fixes:17d5171723("ARM: dts: NSP: Add mailbox (PDC) to NSP") Fixes:1d8ece6639("ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree") Fixes:0f9f27a36d("ARM: dts: NSP: Add I2C support to the DT") Fixes:8dbcad020f("ARM: dts: nsp: Add sata device tree entry") Fixes:522199029f("ARM: dts: NSP: Fix PCIE DT issue") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
…
…
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%