Searched hist:"79 f97dadfe9b4b561634d202225ba2fa910dc225" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_sil24.c | diff 79f97dadfe9b4b561634d202225ba2fa910dc225 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: drop @finish_qc from ata_qc_complete_multiple()
ata_qc_complete_multiple() took @finish_qc and called it on every qc before completing it. This was to give opportunity to update TF cache before ata_qc_complete() tries to fill result_tf. Now that result TF is a separate operation, this is no longer necessary.
Update sata_sil24, which was the only user of this mechanism, such that it implements its own ops->qc_fill_rtf() and drop @finish_qc from ata_qc_complete_multiple().
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
H A D | ahci.c | diff 79f97dadfe9b4b561634d202225ba2fa910dc225 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: drop @finish_qc from ata_qc_complete_multiple()
ata_qc_complete_multiple() took @finish_qc and called it on every qc before completing it. This was to give opportunity to update TF cache before ata_qc_complete() tries to fill result_tf. Now that result TF is a separate operation, this is no longer necessary.
Update sata_sil24, which was the only user of this mechanism, such that it implements its own ops->qc_fill_rtf() and drop @finish_qc from ata_qc_complete_multiple().
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
H A D | libata-core.c | diff 79f97dadfe9b4b561634d202225ba2fa910dc225 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: drop @finish_qc from ata_qc_complete_multiple()
ata_qc_complete_multiple() took @finish_qc and called it on every qc before completing it. This was to give opportunity to update TF cache before ata_qc_complete() tries to fill result_tf. Now that result TF is a separate operation, this is no longer necessary.
Update sata_sil24, which was the only user of this mechanism, such that it implements its own ops->qc_fill_rtf() and drop @finish_qc from ata_qc_complete_multiple().
Signed-off-by: Tejun Heo <htejun@gmail.com>
|
/openbmc/linux/include/linux/ |
H A D | libata.h | diff 79f97dadfe9b4b561634d202225ba2fa910dc225 Mon Apr 07 08:47:20 CDT 2008 Tejun Heo <htejun@gmail.com> libata: drop @finish_qc from ata_qc_complete_multiple()
ata_qc_complete_multiple() took @finish_qc and called it on every qc before completing it. This was to give opportunity to update TF cache before ata_qc_complete() tries to fill result_tf. Now that result TF is a separate operation, this is no longer necessary.
Update sata_sil24, which was the only user of this mechanism, such that it implements its own ops->qc_fill_rtf() and drop @finish_qc from ata_qc_complete_multiple().
Signed-off-by: Tejun Heo <htejun@gmail.com>
|