Searched hist:"5958 e3025fd9d97429163e074d9cfa3848f51f28" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-pmp.c | diff 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 D | sata_sil24.c | diff 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 D | libata-eh.c | diff 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 D | libata-core.c | diff 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 D | libata.h | diff 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>
|