Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1157080 > unrolled thread
| Started by | Tejun Heo <tj@kernel.org> |
|---|---|
| First post | 2015-06-03 07:40 +0200 |
| Last post | 2015-06-03 07:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 2/3] ahci: Store irq number in struct ahci_host_priv Tejun Heo <tj@kernel.org> - 2015-06-03 07:40 +0200
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2015-06-03 07:40 +0200 |
| Subject | Re: [PATCH v4 2/3] ahci: Store irq number in struct ahci_host_priv |
| Message-ID | <px9zb-7ZO-1@gated-at.bofh.it> |
On Sun, May 31, 2015 at 01:55:18PM +0200, Robert Richter wrote: > From: Robert Richter <rrichter@cavium.com> > > Currently, ahci supports only msi and intx. To also support msix the > handling of the irq number need to be changed. The irq number for msix > devices is taken from msi_list instead of pci_dev. Thus, the irq > number of a device needs to be stored in struct ahci_host_priv now. > This allows the host controller to be activated in a generic way. > > This change is only intended for ahci drivers. For that reason the irq > number is stored in struct ahci_host_priv used only by ahci drivers. > Thus, the ABI changes only for ahci_host_activate(), but existing ata > drivers (about 50) are unaffected and keep unchanged. All users of > ahci_host_activate() have been updated. > > While touching drivers/ata/libahci.c, doing a small code cleanup in > ahci_port_start(). > > Signed-off-by: Robert Richter <rrichter@cavium.com> Applied 1-2 to libata/for-4.2. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web