Re: [PATCH v6 07/11] PCI: Replace pci_dev::driver usage that gets the driver name

2021-10-04 Thread Ido Schimmel
driver name by dev_driver_string() which implicitly makes use of struct > pci_dev::dev->driver. > > Acked-by: Simon Horman (for NFP) > Signed-off-by: Uwe Kleine-König For mlxsw: Reviewed-by: Ido Schimmel Tested-by: Ido Schimmel Tested with the kexec flow that I mentioned last time. Works fine now. Thanks

Re: [PATCH v5 07/11] PCI: Replace pci_dev::driver usage that gets the driver name

2021-09-29 Thread Ido Schimmel
driver name by dev_driver_string() which implicitly makes use of struct > pci_dev::dev->driver. > > Signed-off-by: Uwe Kleine-König For mlxsw: Reviewed-by: Ido Schimmel Tested-by: Ido Schimmel Thanks

Re: [PATCH v5 07/11] PCI: Replace pci_dev::driver usage that gets the driver name

2021-09-29 Thread Ido Schimmel
On Wed, Sep 29, 2021 at 05:44:51PM +0300, Ido Schimmel wrote: > On Wed, Sep 29, 2021 at 10:53:02AM +0200, Uwe Kleine-König wrote: > > struct pci_dev::driver holds (apart from a constant offset) the same > > data as struct pci_dev::dev->driver. With the goal to remove struct >

Re: [PATCH v2 5/6] PCI: Adapt all code locations to not use struct pci_dev::driver directly

2021-08-03 Thread Ido Schimmel
ssb/pcihost_wrapper.c | 7 ++-- > drivers/usb/host/xhci-pci.c | 3 +- > 21 files changed, 112 insertions(+), 84 deletions(-) For mlxsw: Tested-by: Ido Schimmel