Jeff Garzik wrote:
Tejun Heo wrote:
Some code paths which had been made obsolete by recent reset
simplification were still around. Kill them.
* ata_eh_reset() checked for ATA_DEV_UNKNOWN to determine
classification failure. This is no longer applicable.
* ata_do_reset() should convert ATA_DEV_UNKNOWN to ATA_DEV_NONE
regardless of reset result (e.g. -EAGAIN).
* LLDs don't need to convert ATA_DEV_UNKNOWN to ATA_DEV_NONE.
Signed-off-by: Tejun Heo <htejun@xxxxxxxxx>
---
drivers/ata/libata-eh.c | 19 +------------------
drivers/ata/sata_inic162x.c | 2 --
drivers/ata/sata_sil24.c | 3 ---
3 files changed, 1 insertion(+), 23 deletions(-)
applied 1-2
Mark, let us know how we stand WRT sata_mv PMP needs, this should help.
..
I plan to spend Monday updating the sata_mv PMP support over
to the newly restructured libata helpers from Tejun, so we'll
know for sure at that time. Should be good, though.
There's also an existing reworked mv_hardreset patch to go into #upstream.
Did you catch that one? ("[PATCH] sata_mv rework hardreset sequence")
If all goes well, the re-spun PMP support for sata_mv should
appear here as patches by Tuesday or so.
After that, the IRQ/EH rework will follow,
and then various errata fixes as I get to them.
There's a small chance that ATAPI support may also make
the merge window, but I'm not holding my breath on that one.
Jens is currently poking at rudimentary target mode
support for sata_mv, but it still has quite a ways to go.
Cheers
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html