Re: [PATCH] ata: ahci_platform: Add shutdown handler

2017-08-04 Thread Tejun Heo
On Thu, Jul 20, 2017 at 03:26:24PM -0400, Nate Watterson wrote: > The newly introduced ahci_platform_shutdown() method is called during > system shutdown to disable host controller DMA and interrupts in order > to avoid potentially corrupting or otherwise interfering with a new > kernel being start

[PATCH] ata: ahci_platform: Add shutdown handler

2017-07-20 Thread Nate Watterson
The newly introduced ahci_platform_shutdown() method is called during system shutdown to disable host controller DMA and interrupts in order to avoid potentially corrupting or otherwise interfering with a new kernel being started with kexec. Signed-off-by: Nate Watterson --- drivers/ata/ahci_pla