From: Benjamin Herrenschmidt Date: Mon, 24 Nov 2014 03:17:08 +0000 (+1100) Subject: sound/radeon: Move 64-bit MSI quirk from arch to driver X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~71^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db79afa1e57925ba96ab18514c0ebe42a28e393e;p=pandora-kernel.git sound/radeon: Move 64-bit MSI quirk from arch to driver A number of radeon cards have a HW limitation causing them to be unable to generate the full 64-bit of address bits for MSIs. This breaks MSIs on some platforms such as POWER machines. We used to have a powerpc specific quirk to address that on a single card, but this doesn't scale very well, this is better put under control of the drivers who know precisely what a given HW revision can do. We now have a generic quirk in the PCI code. We should set it appropriately for all radeon's from the audio driver. Signed-off-by: Benjamin Herrenschmidt Reviewed-by: Takashi Iwai Reviewed-by: Alex Deucher CC: --- Reading git-diff-tree failed