All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ahci per-port msix support
@ 2015-10-30 21:09 Dan Williams
  2015-10-30 21:09 ` [PATCH 1/4] ahci: ahci_host_activate: kill IRQF_SHARED Dan Williams
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Dan Williams @ 2015-10-30 21:09 UTC (permalink / raw)
  To: tj; +Cc: linux-ide, Ricardo Neri

A series of small fixups for achi implementations that provide multiple
msi-x vectors.  The notable changes are needing to maintain support for
the current single-vector msix implementation and disabling threaded
irqs by default.

---

Dan Williams (4):
      ahci: ahci_host_activate: kill IRQF_SHARED
      ahci: cleanup ahci_host_activate_multi_irqs
      ahci: per-port msix support
      ahci: switch from 'threaded' to 'hardirq' interrupt handling


 drivers/ata/ahci.c    |   69 ++++++++++++++++++++++++++++++++---------------
 drivers/ata/ahci.h    |    2 +
 drivers/ata/libahci.c |   72 +++++++++++++++++++++++++++++++++----------------
 3 files changed, 97 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2015-11-16 16:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 21:09 [PATCH 0/4] ahci per-port msix support Dan Williams
2015-10-30 21:09 ` [PATCH 1/4] ahci: ahci_host_activate: kill IRQF_SHARED Dan Williams
2015-10-30 21:09 ` [PATCH 2/4] ahci: cleanup ahci_host_activate_multi_irqs Dan Williams
2015-10-31  0:59   ` Tejun Heo
2015-10-30 21:09 ` [PATCH 3/4] ahci: per-port msix support Dan Williams
2015-10-31  1:03   ` Tejun Heo
2015-10-31  1:54     ` Dan Williams
2015-10-30 21:09 ` [PATCH 4/4] ahci: switch from 'threaded' to 'hardirq' interrupt handling Dan Williams
2015-10-31  0:56   ` Tejun Heo
2015-10-31  1:59     ` Dan Williams
2015-10-31  2:01       ` Tejun Heo
2015-11-16 13:52         ` Mark Lord
2015-11-16 15:33           ` Tejun Heo
2015-11-16 16:29             ` Dan Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.