powerpc: don't disable SATA interrupts on Freescale MPC8610 HPCD
commit595e23f390b675a5a264af48a42eda81413f2598
authorTimur Tabi <timur@freescale.com>
Mon, 20 Apr 2009 15:54:35 +0000 (20 10:54 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 21 Apr 2009 20:34:43 +0000 (21 15:34 -0500)
tree176b9bda2501447a29b232467ba928a207afc74f
parent0dbbbf1a0e305ad900b733e2ba1cac304d31696e
powerpc: don't disable SATA interrupts on Freescale MPC8610 HPCD

The ULI 1575 PCI quirk function for the Freescale MPC8610 HPCD was disabling
the SATA INTx interrupt, even when SATA support was enabled.  This was safe,
because the SATA driver re-enabled it.  But with commit a5bfc471 ("ahci: drop
intx manipulation on msi enable"), the driver no longer does this, and so SATA
support on the 8610 HPCD is broken.

The original quirk function disabled INTx because it caused some other
interrupt problem during early development on this board, but no one remembers
any more what that problem was, and it doesn't seem to occur any more.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/fsl_uli1575.c