linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ata: ahci: Add shutdown handler
@ 2019-12-09 16:32 Hanna Hawa
  2019-12-09 16:32 ` [PATCH 1/2] ata: libahci: move ahci platform shutdown function to libahci Hanna Hawa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hanna Hawa @ 2019-12-09 16:32 UTC (permalink / raw)
  To: axboe, hdegoede
  Cc: linux-ide, linux-kernel, dwmw, benh, ronenk, talel, jonnyc,
	hanochu, barakw, hhhawa

This series introduced AHCI shutdown handler for AHCI PCIe driver, to
disable host controller DMA and interrupts in order to avoid potentially
corrupting or otherwise interfering with a new kernel being started with
kexec.

Part of this patch move the common part between platform and pcie
drivers to libahci.c.

Hanna Hawa (2):
  ata: libahci: move ahci platform shutdown function to libahci
  ata: ahci: Add shutdown handler

 drivers/ata/ahci.c             |  9 +++++++++
 drivers/ata/ahci.h             |  1 +
 drivers/ata/libahci.c          | 33 +++++++++++++++++++++++++++++++++
 drivers/ata/libahci_platform.c | 20 +-------------------
 4 files changed, 44 insertions(+), 19 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-10  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 16:32 [PATCH 0/2] ata: ahci: Add shutdown handler Hanna Hawa
2019-12-09 16:32 ` [PATCH 1/2] ata: libahci: move ahci platform shutdown function to libahci Hanna Hawa
2019-12-09 16:32 ` [PATCH 2/2] ata: ahci: Add shutdown handler Hanna Hawa
2019-12-10  9:43 ` [PATCH 0/2] " Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).