Re: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt

2012-09-09 Thread Kumar Gala
: Thursday, July 26, 2012 11:45 AM To: bhelg...@google.com; linux-...@vger.kernel.org; akpm@linux- foundation.org Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Liu Shengzhou-B36685 Subject: RE: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt Hello

Re: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt

2012-09-07 Thread Bjorn Helgaas
...@google.com; linux-...@vger.kernel.org; akpm@linux- foundation.org Cc: Wood Scott-B07421; linuxppc-dev@lists.ozlabs.org; Liu Shengzhou-B36685 Subject: RE: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt Hello, A gentle reminder! Any comments are appreciated. Who can

RE: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt

2012-08-06 Thread Zang Roy-R61911
-B07421; linuxppc-dev@lists.ozlabs.org; Liu Shengzhou-B36685 Subject: RE: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt Hello, A gentle reminder! Any comments are appreciated. Who can help to review and pick up this patch? Thanks. Roy

RE: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt

2012-07-25 Thread Liu Shengzhou-B36685
: [PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt On some platforms, root port has neither MSI/MSI-X nor INTx interrupt generated in RC mode. In this case, we have to use other interrupt(e.g. system shared interrupt) for port service irq to have AER, Hot-plug, etc

[PATCH v2] PCI: use dev-irq instead of dev-pin to enable non MSI/INTx interrupt

2012-07-18 Thread Shengzhou Liu
On some platforms, root port has neither MSI/MSI-X nor INTx interrupt generated in RC mode. In this case, we have to use other interrupt(e.g. system shared interrupt) for port service irq to have AER, Hot-plug, etc, services to work. Signed-off-by: Shengzhou Liu shengzhou@freescale.com ---