Re: [PATCH 2/4] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops

2017-02-20 Thread Niklas Cassel
Hello Kishon! It's nice to see that you are improving the dwc framework+drivers. pcie-artpec6.c has the same quirk as dra7xx, see define ARTPEC6_CPU_TO_BUS_ADDR. I could create a patch, but I guess it would make more sense if it's part of this series. Keep up the good work! Regards, Niklas

[PATCH 2/4] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops

2017-02-16 Thread Kishon Vijay Abraham I
Populate cpu_addr_fixup ops to extract the least 28 bits of the corresponding cpu address. Signed-off-by: Kishon Vijay Abraham I --- drivers/pci/dwc/pci-dra7xx.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/pci/dwc/pci-dra7xx.c b/drivers/pci/dwc/pci-d