Hello, On Thu, Oct 25, 2012 at 10:41:57AM -0700, Brian Norris wrote: > Hmm, I guess that makes more sense. I was using the ahci_platform > ahci_platform_data->exit() function. Would it be safe to call the > platform init()/exit() functions as part of a > ata_port_operations.host_{start,stop}() hook? These functions aren't > currently implemented at all in ahci_platform, but I don't see why > they couldn't be. I don't have much idea about the specifics but host_start/stop() are supposed to perform the functions you're describing. Thanks. -- tejun