Re: [PATCH 11/11] ocxl: Add PCI hotplug dependency to Kconfig

2019-09-26 Thread Andrew Donnellan
On 9/9/19 5:46 pm, Frederic Barrat wrote: The PCI hotplug framework is used to update the devices when a new image is written to the FPGA. Signed-off-by: Frederic Barrat Acked-by: Andrew Donnellan --- drivers/misc/ocxl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/

Re: [PATCH 11/11] ocxl: Add PCI hotplug dependency to Kconfig

2019-09-09 Thread Alastair D'Silva
On Mon, 2019-09-09 at 17:46 +0200, Frederic Barrat wrote: > The PCI hotplug framework is used to update the devices when a new > image is written to the FPGA. > > Signed-off-by: Frederic Barrat > --- > drivers/misc/ocxl/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mi

[PATCH 11/11] ocxl: Add PCI hotplug dependency to Kconfig

2019-09-09 Thread Frederic Barrat
The PCI hotplug framework is used to update the devices when a new image is written to the FPGA. Signed-off-by: Frederic Barrat --- drivers/misc/ocxl/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/misc/ocxl/Kconfig b/drivers/misc/ocxl/Kconfig index 1916fa65f2f2..2d2266c1439e