firewire: ohci: disable MSI for VIA VT6315 again
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 23 Jul 2014 18:08:12 +0000 (20:08 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 23 Jul 2014 18:11:19 +0000 (20:11 +0200)
commitd584a66279949561418c82b12bb4c055e6c25836
tree52811b3c7c9854f68fc6988cd885a0de1101f804
parent655fc39bf40331e13503bed85c9ed0278bc35575
firewire: ohci: disable MSI for VIA VT6315 again

Revert half of commit d151f9854f21:  If isochronous I/O is attempted with
packets larget than 1 kByte, VIA VT6315 rev 01 immediately stops to generate
any interrupts if MSI are used.  Fix this by going back to legacy interrupts.
[Thread "Isochronous streaming with VT6315 OHCI",
http://marc.info/?t=139049641500003]

With smaller packets, the loss of IRQs happens too but only very rarely ---
rarely eneough that it was not yet possible for me to determine whether
QUIRK_NO_MSI is an actual fix for this rare variation of this chip bug.

I am keeping QUIRK_CYCLE_TIMER off of VT6315 rev >= 1 because this has been
verified by myself with certainty.  On the other hand, I am also keeping
QUIRK_CYCLE_TIMER on for VT6315 rev 0 because I don't know at this time
whether this revision accesses Cycle Timer non-atomically like most of the
other VIA OHCIs are known to do.

Reported-by: Rémy Bruno <remy-fw@remy.trinnov.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c
This page took 0.025601 seconds and 5 git commands to generate.