Re: [PATCH v4 03/10] PCI: endpoint: functions/pci-epf-test: Add second entry

2018-04-17 Thread Kishon Vijay Abraham I
Hi, On Tuesday 17 April 2018 02:49 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 16 April 2018 08:07 PM, Gustavo Pimentel wrote: >> Adds a seconds entry on the pci_epf_test_ids structure that disables the >> linkup_notifier parameter on driver. >> >> This allows EPs that doesn't have link

Re: [PATCH v4 03/10] PCI: endpoint: functions/pci-epf-test: Add second entry

2018-04-17 Thread Kishon Vijay Abraham I
Hi, On Monday 16 April 2018 08:07 PM, Gustavo Pimentel wrote: > Adds a seconds entry on the pci_epf_test_ids structure that disables the > linkup_notifier parameter on driver. > > This allows EPs that doesn't have linkup notification signal to work > with pcitest. > > Signed-off-by: Gustavo Pime

[PATCH v4 03/10] PCI: endpoint: functions/pci-epf-test: Add second entry

2018-04-16 Thread Gustavo Pimentel
Adds a seconds entry on the pci_epf_test_ids structure that disables the linkup_notifier parameter on driver. This allows EPs that doesn't have linkup notification signal to work with pcitest. Signed-off-by: Gustavo Pimentel --- Change v2->v3: - Added second entry in pci_epf_test_ids structure.