Re: 2.6.29-rc3: tg3 dead after resume

From: Linus Torvalds
Date: Sat Jan 31 2009 - 19:53:33 EST




On Sat, 31 Jan 2009, Linus Torvalds wrote:
>
> For a USB host controller, for example, it really could make sense to do
> that - just leave all the core host controller stuff running, and the only
> thing the "suspend()" callback does is to send the commands to the actual
> devices, it doesn't necessarily touch the host controller itself at all.

Same is quite likely true of things like video graphics adapters. Again,
for all the same reasons. Think about all those fbcon drivers. They will
use DMA for things. And again, there are very compelling debugging reasons
to not suspend them for real until suspend_late (if even then).

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/