Re: [PATCH v2 3/7] PCI: dwc: artpec6: Populate cpu_addr_fixup ops

2017-03-07 Thread Joao Pinto
Às 9:52 AM de 3/7/2017, Kishon Vijay Abraham I escreveu: > Populate cpu_addr_fixup ops to extract the least 28 bits of the > corresponding cpu address. > > Cc: Niklas Cassel > Signed-off-by: Kishon Vijay Abraham I > --- > drivers/pci/dwc/pcie-artpec6.c | 15 ++- > 1 file changed,

[PATCH v2 3/7] PCI: dwc: artpec6: Populate cpu_addr_fixup ops

2017-03-07 Thread Kishon Vijay Abraham I
Populate cpu_addr_fixup ops to extract the least 28 bits of the corresponding cpu address. Cc: Niklas Cassel Signed-off-by: Kishon Vijay Abraham I --- drivers/pci/dwc/pcie-artpec6.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/pci/dwc/pcie-artpe