Home
last modified time | relevance | path

Searched hist:"79 f97dadfe9b4b561634d202225ba2fa910dc225" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dsata_sil24.cdiff 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 Dahci.cdiff 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 Dlibata-core.cdiff 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 Dlibata.hdiff 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>