
26 Oct
2021
26 Oct
'21
3:17 p.m.
On Mon, 25 Oct 2021 16:44:44 -0700 Roman Bacik roman.bacik@broadcom.com wrote:
From: Bharat Gooty bharat.gooty@broadcom.com
Following netXtreme commands are supported: probe, remove.
Signed-off-by: Bharat Gooty bharat.gooty@broadcom.com
Signed-off-by: Roman Bacik roman.bacik@broadcom.com
Hi Roman,
why do you need to have custom command for probing / removing the driver?
U-Boot PCI code should probe the driver automatically upon recognizing PCI vendor / device ID.
Even if not, adding custom command for such a thing isn't nice, when we have the `dm` command for communicating with driver model.
Marek