Re: [PATCH v2 3/3] PCI: uniphier-ep: Add EPC restart management support

2021-02-02 Thread Kunihiko Hayashi
Hi Kishon, Thank you for your comment. On 2021/01/28 23:29, Kishon Vijay Abraham I wrote: Hi Kunihiko, On 24/01/21 8:39 pm, Kunihiko Hayashi wrote: Set the polling function and call the init function to enable EPC restart management. The polling function detects that the bus-reset signal is a

Re: [PATCH v2 3/3] PCI: uniphier-ep: Add EPC restart management support

2021-01-28 Thread Kishon Vijay Abraham I
Hi Kunihiko, On 24/01/21 8:39 pm, Kunihiko Hayashi wrote: > Set the polling function and call the init function to enable EPC restart > management. The polling function detects that the bus-reset signal is a > rising edge. > > Signed-off-by: Kunihiko Hayashi > --- > drivers/pci/controller/dwc/K

[PATCH v2 3/3] PCI: uniphier-ep: Add EPC restart management support

2021-01-24 Thread Kunihiko Hayashi
Set the polling function and call the init function to enable EPC restart management. The polling function detects that the bus-reset signal is a rising edge. Signed-off-by: Kunihiko Hayashi --- drivers/pci/controller/dwc/Kconfig| 1 + drivers/pci/controller/dwc/pcie-uniphier-ep.c |