Re: [PATCH v6 01/11] PCI: designware-ep: Add multiple PFs support for DWC

2020-05-20 Thread Rob Herring
On Sat, 14 Mar 2020 11:30:28 +0800, Xiaowei Bao wrote: > Add multiple PFs support for DWC, due to different PF have different > config space, we use func_conf_select callback function to access > the different PF's config space, the different chip company need to > implement this callback function

[PATCH v6 01/11] PCI: designware-ep: Add multiple PFs support for DWC

2020-03-13 Thread Xiaowei Bao
Add multiple PFs support for DWC, due to different PF have different config space, we use func_conf_select callback function to access the different PF's config space, the different chip company need to implement this callback function when use the DWC IP core and intend to support multiple PFs