[PATCH] PCI: Delay after FLR of Intel DC P4510 NVMe

2021-04-08 Thread Raphael Norwitz
-by: Alex Williamson Signed-off-by: Alay Shah Signed-off-by: Suresh Gumpula Signed-off-by: Raphael Norwitz --- drivers/pci/quirks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 653660e3ba9e..5a8c059b848d 100644 --- a/drivers/pci/quirks.c

Re: [PATCH] PCI: merge slot and bus reset implementations

2021-04-08 Thread Raphael Norwitz
> > > > > On Thu, Apr 01, 2021 at 10:56:16AM -0600, Alex Williamson wrote: > > > > > > > > On Thu, 1 Apr 2021 15:27:37 +0300 > > > > > > > > Leon Romanovsky wrote: > > > > > > > > > > > >

[PATCH v2] PCI: merge slot and bus reset implementations

2021-04-08 Thread Raphael Norwitz
and therefore is exposed in pci.h. Link: https://lkml.org/lkml/2021/3/23/911 Suggested-by: Alex Williamson Signed-off-by: Amey Narkhede Signed-off-by: Raphael Norwitz --- drivers/pci/pci.c | 19 +++ include/linux/pci.h | 1 + 2 files changed, 12 insertions(+), 8 deletions(-) diff

[PATCH] PCI: merge slot and bus reset implementations

2021-03-31 Thread Raphael Norwitz
and therefore is exposed in pci.h. Link: https://lkml.org/lkml/2021/3/23/911 Suggested-by: Alex Williamson Signed-off-by: Amey Narkhede Signed-off-by: Raphael Norwitz --- drivers/pci/pci.c | 17 + include/linux/pci.h | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) diff

Re: [PATCH 4/4] PCI/sysfs: Allow userspace to query and set device reset mechanism

2021-03-15 Thread Raphael Norwitz
On Mon, Mar 15, 2021 at 10:29:50AM -0600, Alex Williamson wrote: > On Mon, 15 Mar 2021 21:03:41 +0530 > Amey Narkhede wrote: > > > On 21/03/15 05:07PM, Leon Romanovsky wrote: > > > On Mon, Mar 15, 2021 at 08:34:09AM -0600, Alex Williamson wrote: > > > > On Mon, 15 Mar 2021 14:52:26 +0100 > > >

Re: [PATCH 0/4] Expose and manage PCI device reset

2021-03-12 Thread Raphael Norwitz
given reset method, and for which device specific > > > quirks have not been developed. > > > > > > Suggested-by: Alex Williamson > > > Reviewed-by: Alex Williamson > > > Reviewed-by: Raphael Norwitz > > > > Reviews/Acks/Sign-off-by from others (asid

Re: [PATCH] Fix typo in irq_domain documentation

2020-10-28 Thread Raphael Norwitz
Ping - looks like this was never applied? On Tue, Aug 25, 2020 at 6:23 AM Marc Zyngier wrote: > > On 2020-08-19 22:53, Raphael Norwitz wrote: > > The irq_domain documentation states that "Here the interrupt number > > loose all kind of correspondence to hardware interrupt

[PATCH] Fix typo in irq_domain documentation

2020-08-19 Thread Raphael Norwitz
xes the aforementioned wording. Signed-off-by: Raphael Norwitz --- Documentation/core-api/irq/irq-domain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/irq/irq-domain.rst b/Documentation/core-api/irq/irq-domain.rst index 096db12..eba5e41 100644 --- a/