Home
last modified time | relevance | path

Searched hist:"5958 e3025fd9d97429163e074d9cfa3848f51f28" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibata-pmp.cdiff 5958e3025fd9d97429163e074d9cfa3848f51f28 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: move PMP SCR access failure during reset to ata_eh_reset()

If PMP fan-out reset fails and SCR isn't accessible, PMP should be
reset. This used to be tested by sata_pmp_std_hardreset() and
communicated to EH by -ERESTART. However, this logic is generic and
doesn't really have much to do with specific hardreset implementation.

This patch moves SCR access failure detection logic to ata_eh_reset()
where it belongs. As this makes sata_pmp_std_hardreset() identical to
sata_std_hardreset(), the function is killed and replaced with the
standard method.

Signed-off-by: Tejun Heo <htejun@gmail.com>
H A Dsata_sil24.cdiff 5958e3025fd9d97429163e074d9cfa3848f51f28 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: move PMP SCR access failure during reset to ata_eh_reset()

If PMP fan-out reset fails and SCR isn't accessible, PMP should be
reset. This used to be tested by sata_pmp_std_hardreset() and
communicated to EH by -ERESTART. However, this logic is generic and
doesn't really have much to do with specific hardreset implementation.

This patch moves SCR access failure detection logic to ata_eh_reset()
where it belongs. As this makes sata_pmp_std_hardreset() identical to
sata_std_hardreset(), the function is killed and replaced with the
standard method.

Signed-off-by: Tejun Heo <htejun@gmail.com>
H A Dlibata-eh.cdiff 5958e3025fd9d97429163e074d9cfa3848f51f28 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: move PMP SCR access failure during reset to ata_eh_reset()

If PMP fan-out reset fails and SCR isn't accessible, PMP should be
reset. This used to be tested by sata_pmp_std_hardreset() and
communicated to EH by -ERESTART. However, this logic is generic and
doesn't really have much to do with specific hardreset implementation.

This patch moves SCR access failure detection logic to ata_eh_reset()
where it belongs. As this makes sata_pmp_std_hardreset() identical to
sata_std_hardreset(), the function is killed and replaced with the
standard method.

Signed-off-by: Tejun Heo <htejun@gmail.com>
H A Dlibata-core.cdiff 5958e3025fd9d97429163e074d9cfa3848f51f28 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: move PMP SCR access failure during reset to ata_eh_reset()

If PMP fan-out reset fails and SCR isn't accessible, PMP should be
reset. This used to be tested by sata_pmp_std_hardreset() and
communicated to EH by -ERESTART. However, this logic is generic and
doesn't really have much to do with specific hardreset implementation.

This patch moves SCR access failure detection logic to ata_eh_reset()
where it belongs. As this makes sata_pmp_std_hardreset() identical to
sata_std_hardreset(), the function is killed and replaced with the
standard method.

Signed-off-by: Tejun Heo <htejun@gmail.com>
/openbmc/linux/include/linux/
H A Dlibata.hdiff 5958e3025fd9d97429163e074d9cfa3848f51f28 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: move PMP SCR access failure during reset to ata_eh_reset()

If PMP fan-out reset fails and SCR isn't accessible, PMP should be
reset. This used to be tested by sata_pmp_std_hardreset() and
communicated to EH by -ERESTART. However, this logic is generic and
doesn't really have much to do with specific hardreset implementation.

This patch moves SCR access failure detection logic to ata_eh_reset()
where it belongs. As this makes sata_pmp_std_hardreset() identical to
sata_std_hardreset(), the function is killed and replaced with the
standard method.

Signed-off-by: Tejun Heo <htejun@gmail.com>