[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180525143512.1466-1-hch@lst.de>
Date: Fri, 25 May 2018 16:35:05 +0200
From: Christoph Hellwig <hch@....de>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Tony Luck <tony.luck@...el.com>,
Fenghua Yu <fenghua.yu@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: x86@...nel.org, iommu@...ts.linux-foundation.org,
linux-kernel@...r.kernel.org, linux-ia64@...r.kernel.org,
netdev@...r.kernel.org
Subject: refactor 32-bit dma limit quirks
Hi all,
x86 currently has some quirks to force lower dma masks. They are mostly
useful for certain VIA systems that otherwise corrupt data, but otherwise
don't make much sense given that the modern DMA APIs do the right thing
automatically.
This series dumps a few of these old kernel command lines (including their
not really working version on ia64), and moves the VIA quirk to a flag
in struct device so that it can be apply generically. This will be needed
to support Xylinx root ports with a similar issue that show up in common
RISC-V boards.
Powered by blists - more mailing lists