Re: [PATCH v2 7/9] PCI: endpoint: Add the function number as argument to EPC ops

2017-12-29 Thread Cyrille Pitchen
Hi Kishon, Le 29/12/2017 à 10:23, Kishon Vijay Abraham I a écrit : > Hi, > > On Monday 18 December 2017 11:46 PM, Cyrille Pitchen wrote: >> This patch updates the prototype of most handlers from 'struct >> pci_epc_ops' so the EPC library can now support multi-function devices. >> >> Signed-off-by

Re: [PATCH v2 7/9] PCI: endpoint: Add the function number as argument to EPC ops

2017-12-29 Thread Kishon Vijay Abraham I
Hi, On Monday 18 December 2017 11:46 PM, Cyrille Pitchen wrote: > This patch updates the prototype of most handlers from 'struct > pci_epc_ops' so the EPC library can now support multi-function devices. > > Signed-off-by: Cyrille Pitchen > --- > drivers/pci/dwc/pcie-designware-ep.c | 2

[PATCH v2 7/9] PCI: endpoint: Add the function number as argument to EPC ops

2017-12-18 Thread Cyrille Pitchen
This patch updates the prototype of most handlers from 'struct pci_epc_ops' so the EPC library can now support multi-function devices. Signed-off-by: Cyrille Pitchen --- drivers/pci/dwc/pcie-designware-ep.c | 20 + drivers/pci/endpoint/functions/pci-epf-test.c | 41 ++---