Re: [PATCH kernel 4/5] powerpc/eeh: Remove unnecessary config_addr from eeh_dev

2017-08-28 Thread Michael Ellerman
Alexey Kardashevskiy writes: > The eeh_dev struct hold a config space address of an associated node > and the very same address is also stored in the pci_dn struct which > is always present during the eeh_dev lifetime. > > This uses bus:devfn directly from pci_dn instead of

Re: [PATCH kernel 4/5] powerpc/eeh: Remove unnecessary config_addr from eeh_dev

2017-08-23 Thread Andrew Donnellan
On 23/08/17 20:19, Alexey Kardashevskiy wrote: The eeh_dev struct hold a config space address of an associated node and the very same address is also stored in the pci_dn struct which is always present during the eeh_dev lifetime. This uses bus:devfn directly from pci_dn instead of cached and