Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mmc: cavium-octeon: Fix interrupt enable code
OCTEON SoCs with CIU3 do not have interrupt masking local to the MMC bus interface. Unfortunately, some even have a diagnostic register at the same address of the enable register, which causes the interrupts to fire immediately if stored to, thus breaking the driver. The proper action on these SoCs is not to touch this register. Fixes: 01d9584 ("mmc: cavium: Add MMC support for Octeon SOCs.") Signed-off-by: David Daney <[email protected]> [[email protected]: removed point after subject line] Signed-off-by: Jan Glauber <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
- Loading branch information