All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Cleanup for MSI
@ 2014-07-08  2:07 Yijing Wang
  2014-07-16 20:56 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Yijing Wang @ 2014-07-08  2:07 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: Sebastian Ott, linux-pci, Wuyun, Yijing Wang

This patchset is based Bjorn's pci/msi branch.

v2->v3: Fix the misuse of MSI and MSIX default mask functions.
		Integrate "Use irq_get_msi_desc() to simplify code" into patchset.
v1->v2: Modify msi_setup_entry() return type suggested by Bjorn.
		Post a new s390 MSI patch to fix and simplify MSI code.
		Post another 3 cleanup patch for MSI.

Yijing Wang (6):
  PCI/MSI: MSI cleanup, msi_setup_entry()
  s390/MSI: Use standard mask and unmask funtions
  PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()
  PCI/MSI: Retrieve first MSI irq from msi_desc rather than pci_dev
  PCI/MSI: Clean up the useless code
  PCI/MSI: Use irq_get_msi_desc() to simplify code

 arch/s390/pci/pci.c |   49 ++++--------------------------
 drivers/pci/msi.c   |   84 +++++++++++++++++++++++---------------------------
 include/linux/pci.h |    2 -
 3 files changed, 45 insertions(+), 90 deletions(-)



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

* Re: [PATCH v3 0/6] Cleanup for MSI
  2014-07-08  2:07 [PATCH v3 0/6] Cleanup for MSI Yijing Wang
@ 2014-07-16 20:56 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2014-07-16 20:56 UTC (permalink / raw)
  To: Yijing Wang; +Cc: Sebastian Ott, linux-pci, Wuyun

On Tue, Jul 08, 2014 at 10:07:01AM +0800, Yijing Wang wrote:
> This patchset is based Bjorn's pci/msi branch.
> 
> v2->v3: Fix the misuse of MSI and MSIX default mask functions.
> 		Integrate "Use irq_get_msi_desc() to simplify code" into patchset.
> v1->v2: Modify msi_setup_entry() return type suggested by Bjorn.
> 		Post a new s390 MSI patch to fix and simplify MSI code.
> 		Post another 3 cleanup patch for MSI.
> 
> Yijing Wang (6):
>   PCI/MSI: MSI cleanup, msi_setup_entry()
>   s390/MSI: Use standard mask and unmask funtions
>   PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()
>   PCI/MSI: Retrieve first MSI irq from msi_desc rather than pci_dev
>   PCI/MSI: Clean up the useless code
>   PCI/MSI: Use irq_get_msi_desc() to simplify code
> 
>  arch/s390/pci/pci.c |   49 ++++--------------------------
>  drivers/pci/msi.c   |   84 +++++++++++++++++++++++---------------------------
>  include/linux/pci.h |    2 -
>  3 files changed, 45 insertions(+), 90 deletions(-)

I applied these (except the s390 one, which Sebastian took) to pci/msi for
v3.17, thanks!

Bjorn

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

end of thread, other threads:[~2014-07-16 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-08  2:07 [PATCH v3 0/6] Cleanup for MSI Yijing Wang
2014-07-16 20:56 ` Bjorn Helgaas

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.