Re: [PATCH] libata/ahci: Fix PCS quirk application

2019-10-15 Thread Dan Williams
On Tue, Oct 15, 2019 at 2:02 PM Stephen Douthit wrote: > > On 10/15/19 3:54 PM, Dan Williams wrote: > > Commit c312ef176399 "libata/ahci: Drop PCS quirk for Denverton and > > beyond" got the polarity wrong on the check for which board-ids should > > have the quirk applied. The board type

Re: [PATCH] libata/ahci: Fix PCS quirk application

2019-10-15 Thread Stephen Douthit
On 10/15/19 3:54 PM, Dan Williams wrote: > Commit c312ef176399 "libata/ahci: Drop PCS quirk for Denverton and > beyond" got the polarity wrong on the check for which board-ids should > have the quirk applied. The board type board_ahci_pcs7 is defined at the > end of the list such that "pcs7"

Re: [PATCH] libata/ahci: Fix PCS quirk application

2019-10-15 Thread Jens Axboe
On 10/15/19 1:54 PM, Dan Williams wrote: > Commit c312ef176399 "libata/ahci: Drop PCS quirk for Denverton and > beyond" got the polarity wrong on the check for which board-ids should > have the quirk applied. The board type board_ahci_pcs7 is defined at the > end of the list such that "pcs7"

[PATCH] libata/ahci: Fix PCS quirk application

2019-10-15 Thread Dan Williams
Commit c312ef176399 "libata/ahci: Drop PCS quirk for Denverton and beyond" got the polarity wrong on the check for which board-ids should have the quirk applied. The board type board_ahci_pcs7 is defined at the end of the list such that "pcs7" boards can be special cased in the future if they need