]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: don't disable SATA interrupts on Freescale MPC8610 HPCD
authorTimur Tabi <timur@freescale.com>
Mon, 20 Apr 2009 15:54:35 +0000 (10:54 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 21 Apr 2009 20:34:43 +0000 (15:34 -0500)
commita2792720b6f7994943177fe6429f1b5f3331c3a8
tree176b9bda2501447a29b232467ba928a207afc74f
parentb962513cce0db67a4be0cf1f8cbf6218660121ba
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 4393e8ba ("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