Re: [PATCH 3/4] PCI: Remove reset_fn field from pci_dev

2021-03-14 Thread Pali Rohár
On Friday 12 March 2021 23:04:51 ameynarkhed...@gmail.com wrote: > From: Amey Narkhede > > reset_fn field is used to indicate whether the > device supports any reset mechanism or not. > Deprecate use of reset_fn in favor of new > reset_methods bitmap which can be used to keep > track of all suppo

[PATCH 3/4] PCI: Remove reset_fn field from pci_dev

2021-03-12 Thread ameynarkhede03
From: Amey Narkhede reset_fn field is used to indicate whether the device supports any reset mechanism or not. Deprecate use of reset_fn in favor of new reset_methods bitmap which can be used to keep track of all supported reset mechanisms of a device. Signed-off-by: Amey Narkhede --- Reviewed-