Re: [PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API

2016-04-14 Thread Jayachandran C
Hi David, On Tue, Apr 12, 2016 at 6:04 AM, David Daney wrote: > On 04/11/2016 03:45 PM, Jayachandran C wrote: >> >> Use functions provided by drivers/pci/ecam.h for mapping the config >> space in drivers/pci/host/pci-host-common.c, and update its users to >> use 'struct pci_config_window' and 'st

Re: [PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API

2016-04-11 Thread David Daney
On 04/11/2016 03:45 PM, Jayachandran C wrote: Use functions provided by drivers/pci/ecam.h for mapping the config space in drivers/pci/host/pci-host-common.c, and update its users to use 'struct pci_config_window' and 'struct pci_generic_ecam_ops' The changes are mostly to use 'struct pci_config

[PATCH v2 3/4] PCI: generic, thunder: update to use generic ECAM API

2016-04-11 Thread Jayachandran C
Use functions provided by drivers/pci/ecam.h for mapping the config space in drivers/pci/host/pci-host-common.c, and update its users to use 'struct pci_config_window' and 'struct pci_generic_ecam_ops' The changes are mostly to use 'struct pci_config_window' in place of 'struct gen_pci'. Some of t