RE: [PATCH v3 1/6] PCI: designware: remove wrong io_base assignment

2015-11-23 Thread Gabriele Paoloni
Hi Stanimir, Many Thanks for this fix > -Original Message- > From: linux-kernel-ow...@vger.kernel.org [mailto:linux-kernel- > ow...@vger.kernel.org] On Behalf Of Arnd Bergmann > Sent: 23 November 2015 10:00 > To: Stanimir Varbanov > Cc: linux-arm-...@vger.kernel.org; linux-ker...@vger.kern

RE: [PATCH v13 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-11-02 Thread Gabriele Paoloni
rgmann; rmk+ker...@arm.linux.org.uk; thomas.petazzoni@free- > electrons.com; Gabriele Paoloni; lorenzo.pieral...@arm.com; > james.mo...@arm.com; liviu.du...@arm.com; ja...@lakedaemon.net; > r...@kernel.org; gabriel.fernan...@linaro.org; > minghuan.l...@freescale.com > Cc: linux-...@

RE: [PATCH v11 1/6] PCI: designware: move calculation of bus addresses to DRA7xx

2015-10-22 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas > Sent: Thursday, October 22, 2015 5:36 PM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com; > pratyush.

RE: [PATCH v11 1/6] PCI: designware: move calculation of bus addresses to DRA7xx

2015-10-22 Thread Gabriele Paoloni
> -Original Message- > From: Bjorn Helgaas [mailto:helg...@kernel.org] > Sent: 21 October 2015 23:15 > To: Wangzhou (B) > Cc: Bjorn Helgaas; jingooh...@gmail.com; pratyush.an...@gmail.com; Arnd > Bergmann; li...@arm.linux.org.uk; thomas.petazz...@free-electrons.com;

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, October 14, 2015 10:42 AM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Wednesday, October 14, 2015 10:04 AM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-14 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, October 13, 2015 12:19 PM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; >

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-13 Thread Gabriele Paoloni
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, October 13, 2015 12:12 PM > To: Bjorn Helgaas > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com; > pratyush.an...@gmail.com; li...@arm.linux.org.uk; > thomas.petazz...@free-el

RE: [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-10-12 Thread Gabriele Paoloni
> >> + > >> +static int __init hisi_pcie_init(void) > >> +{ > >> + return platform_driver_probe(&hisi_pcie_driver, hisi_pcie_probe); > >> +} > >> +subsys_initcall(hisi_pcie_init); > > > > Can you use module_platform_driver() or module_platform_driver_probe() > > here instead of the subsys_initcal

RE: [PATCH v8 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-09-07 Thread Gabriele Paoloni
d > Bergmann; li...@arm.linux.org.uk; thomas.petazz...@free-electrons.com; > Gabriele Paoloni; lorenzo.pieral...@arm.com; james.mo...@arm.com; > liviu.du...@arm.com; ja...@lakedaemon.net; r...@kernel.org > Cc: linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > devicetree@

RE: [PATCH v8 3/6] PCI: designware: Add ARM64 support

2015-08-27 Thread Gabriele Paoloni
ergmann; Russell King; thomas.petazz...@free-electrons.com; Gabriele Paoloni; > lorenzo.pieral...@arm.com; james.mo...@arm.com; Liviu Dudau; > ja...@lakedaemon.net; r...@kernel.org; devicetree@vger.kernel.org; linux- > p...@vger.kernel.org; xuwei (O); qiuzhenfa; liudongdong (C); zhangjukuo; > Li

RE: [PATCH v7 3/6] PCI: designware: Add ARM64 support

2015-08-24 Thread Gabriele Paoloni
> -Original Message- > From: Wangzhou (B) > Sent: Monday, August 24, 2015 7:26 AM > To: Gabriele Paoloni > Cc: Liviu Dudau; Lucas Stach; Bjorn Helgaas; jingooh...@gmail.com; > Pratyush Anand; Arnd Bergmann; li...@arm.linux.org.uk; > thomas.petazz...@free-electrons.c

RE: [PATCH v7 3/6] PCI: designware: Add ARM64 support

2015-08-21 Thread Gabriele Paoloni
Hi Liviu Many Thanks for reviewing > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Liviu Dudau > Sent: Friday, August 21, 2015 2:43 PM > To: Gabriele Paoloni > Cc: Lucas Stach; Wangzhou (B); Bjor

RE: [PATCH v7 3/6] PCI: designware: Add ARM64 support

2015-08-20 Thread Gabriele Paoloni
20, 2015 9:27 AM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com; Pratyush Anand; > Arnd Bergmann; li...@arm.linux.org.uk; thomas.petazzoni@free- > electrons.com; lorenzo.pieral...@arm.com; james.mo...@arm.com; > liviu.du...@arm.com; ja...@lakedae

RE: [PATCH v7 3/6] PCI: designware: Add ARM64 support

2015-08-19 Thread Gabriele Paoloni
Hi Lucas First of all many thanks for the quick reply, really appreciated > -Original Message- > From: Lucas Stach [mailto:l.st...@pengutronix.de] > Sent: Wednesday, August 19, 2015 4:37 PM > To: Gabriele Paoloni > Cc: Wangzhou (B); Bjorn Helgaas; jingooh...@gmail.com;

RE: [PATCH v7 3/6] PCI: designware: Add ARM64 support

2015-08-19 Thread Gabriele Paoloni
tex_unlock(&root_bus_nr_mux); + return -ENOMEM; + } + + root_bus_nr += bus->busn_res.end + 1; + mutex_unlock(&root_bus_nr_mux); Please let me know what you think... Many Thanks Gab -- From: gabriele paoloni This patch tries to unify ARM32 and ARM64 PCIe

RE: [PATCH v6 3/6] PCI: designware: Add ARM64 support

2015-08-14 Thread Gabriele Paoloni
> > I've tested this whole series on an ARM32 PCIe board:'Freescale i.MX6 > Quad > SABRE Lite Board' with an Intel wireless card on v4.2-rc6. > > I can rescan the bus, load firmware, list nearby APs, and even get MSIs > coming from the card. > > Tested-By: James Morse > > > Thanks, > > James

RE: [PATCH v6 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

2015-08-11 Thread Gabriele Paoloni
free-electrons.com; Gabriele > Paoloni; lorenzo.pieral...@arm.com; James Morse; liviu.du...@arm.com; > Jason Cooper; r...@kernel.org; linux-...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; devicetree@vger.kernel.org; Yuanzhichang; > Zhudacai; zhangjukuo; qiuzhenfa; liudongdong

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-08-06 Thread Gabriele Paoloni
rt" Gab > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Gabriele Paoloni > Sent: Tuesday, August 04, 2015 11:12 AM > To: Jingoo Han > Cc: Rob Herring; Kishon Vijay Abraham I; Bjorn Helgaas; a...@ar

RE: [PATCH v5 2/5] PCI: designware: Add ARM64 support

2015-08-04 Thread Gabriele Paoloni
> -Original Message- > From: James Morse [mailto:james.mo...@arm.com] > Sent: Tuesday, August 04, 2015 11:40 AM > To: Gabriele Paoloni; Wangzhou (B) > Cc: Bjorn Helgaas; Jingoo Han; Pratyush Anand; Arnd Bergmann; Lorenzo > Pieralisi; Liviu Dudau; thomas.petazz...@free-el

RE: [PATCH v5 2/5] PCI: designware: Add ARM64 support

2015-08-04 Thread Gabriele Paoloni
Tuesday, August 04, 2015 10:35 AM > To: Wangzhou (B) > Cc: Bjorn Helgaas; Jingoo Han; Pratyush Anand; Arnd Bergmann; Gabriele > Paoloni; Lorenzo Pieralisi; Liviu Dudau; thomas.petazzoni@free- > electrons.com; Jason Cooper; r...@kernel.org; linux-...@vger.kernel.org; > linux-arm-

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-08-04 Thread Gabriele Paoloni
> -Original Message- > From: Jingoo Han [mailto:jingooh...@gmail.com] > Sent: Tuesday, August 04, 2015 5:20 AM > To: Gabriele Paoloni > Cc: Rob Herring; Kishon Vijay Abraham I; Bjorn Helgaas; a...@arndb.de; > lorenzo.pieral...@arm.com; Wangzhou (B); robh...@kern

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-08-03 Thread Gabriele Paoloni
.@vger.kernel.org] On Behalf Of Rob Herring > Sent: Friday, July 31, 2015 5:53 PM > To: Kishon Vijay Abraham I > Cc: Gabriele Paoloni; Bjorn Helgaas; a...@arndb.de; > lorenzo.pieral...@arm.com; Wangzhou (B); robh...@kernel.org; > james.mo...@arm.com; liviu.du...@arm.com; linux-

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-31 Thread Gabriele Paoloni
> -Original Message- > From: Kishon Vijay Abraham I [mailto:kis...@ti.com] > Sent: Friday, July 31, 2015 3:57 PM > To: Gabriele Paoloni; Rob Herring > Cc: Bjorn Helgaas; a...@arndb.de; lorenzo.pieral...@arm.com; Wangzhou > (B); robh...@kernel.org; james.mo...@arm.com; l

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-31 Thread Gabriele Paoloni
[+cc Kishon] > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Rob Herring > Sent: Thursday, July 30, 2015 9:42 PM > To: Gabriele Paoloni > Cc: Bjorn Helgaas; a...@arndb.de; lorenzo.pieral...@arm.com; Wa

RE: [PATCH v5 1/5] ARM/PCI: remove align_resource in pci_sys_data

2015-07-31 Thread Gabriele Paoloni
atyush Anand; Arnd Bergmann; Gabriele > Paoloni; > James Morse; Liviu Dudau; thomas.petazz...@free-electrons.com; Jason Cooper; > linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > devicetree@vger.kernel.org; Yuanzhichang; Zhudacai; zhangjukuo; qiuzhenfa; > liudongdong (C);

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-30 Thread Gabriele Paoloni
> -Original Message- > From: Bjorn Helgaas [mailto:bhelg...@google.com] > Sent: 30 July 2015 18:15 > To: Gabriele Paoloni > Cc: Rob Herring; a...@arndb.de; lorenzo.pieral...@arm.com; Wangzhou (B); > robh...@kernel.org; james.mo...@arm.com; liviu.du...@a

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-30 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Bjorn Helgaas > Sent: Thursday, July 30, 2015 5:15 PM > To: Gabriele Paoloni > Cc: Rob Herring; a...@arndb.de; lorenzo.pieral...@arm.com; Wa

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-30 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Gabriele Paoloni > Sent: Thursday, July 30, 2015 2:52 PM > To: Rob Herring > Cc: Bjorn Helgaas; a...@arndb.de; lorenzo.pieral...@arm.com; Wa

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-30 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Rob Herring > Sent: Thursday, July 30, 2015 2:43 PM > To: Gabriele Paoloni > Cc: Bjorn Helgaas; a...@arndb.de; lorenzo.pieral...@arm.com; Wa

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-30 Thread Gabriele Paoloni
> -Original Message- > From: Bjorn Helgaas [mailto:bhelg...@google.com] > Sent: Wednesday, July 29, 2015 10:47 PM > To: Gabriele Paoloni > Cc: a...@arndb.de; lorenzo.pieral...@arm.com; Wangzhou (B); > robh...@kernel.org; james.mo...@arm.com; liviu.du...@a

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-29 Thread Gabriele Paoloni
gt; Sent: Wednesday, July 29, 2015 6:21 PM > To: Gabriele Paoloni > Cc: a...@arndb.de; lorenzo.pieral...@arm.com; Wangzhou (B); > robh...@kernel.org; james.mo...@arm.com; liviu.du...@arm.com; linux- > p...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > devicetree@vger.

RE: [PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-29 Thread Gabriele Paoloni
Hi Bjorn Liviu and Rob already acked, do you think it is ok to merge this? Cheers Gab > -Original Message- > From: Gabriele Paoloni > Sent: Monday, July 27, 2015 4:17 PM > To: Gabriele Paoloni; a...@arndb.de; lorenzo.pieral...@arm.com; > Wangzhou (B); bhelg...@g

RE: [PATCH v5] PCI: Store PCIe bus address in struct of_pci_range

2015-07-27 Thread Gabriele Paoloni
> -Original Message- > From: Gabriele Paoloni > Sent: Monday, July 27, 2015 11:45 AM > To: Gabriele Paoloni; a...@arndb.de; lorenzo.pieral...@arm.com; > Wangzhou (B); bhelg...@google.com; robh...@kernel.org; > james.mo...@arm.com; liviu.du...@arm.com > Cc: linux-...@v

[PATCH v6] PCI: Store PCIe bus address in struct of_pci_range

2015-07-27 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are

RE: [PATCH v4] PCI: Store PCIe bus address in struct of_pci_range

2015-07-27 Thread Gabriele Paoloni
Sent "[PATCH v5] PCI: Store PCIe bus address in struct of_pci_range" with Rob Herring ack > -Original Message- > From: Gabriele Paoloni > Sent: Wednesday, July 22, 2015 3:22 PM > To: Gabriele Paoloni; a...@arndb.de; lorenzo.pieral...@arm.com; > Wangzhou (B);

[PATCH v5] PCI: Store PCIe bus address in struct of_pci_range

2015-07-27 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are

[PATCH v4] PCI: Store PCIe bus address in struct of_pci_range

2015-07-22 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are

RE: [PATCH v3] PCI: Store PCIe bus address in struct of_pci_range

2015-07-22 Thread Gabriele Paoloni
> -Original Message- > From: Gabriele Paoloni > Sent: Wednesday, July 22, 2015 3:17 PM > To: Gabriele Paoloni; a...@arndb.de; lorenzo.pieral...@arm.com; > Wangzhou (B); bhelg...@google.com; robh...@kernel.org; > james.mo...@arm.com; liviu.du...@arm.com > Cc: linu

[PATCH v3] PCI: Store PCIe bus address in struct of_pci_range

2015-07-22 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are

RE: [PATCH v2] PCI: Store PCIe bus address in struct of_pci_range

2015-07-22 Thread Gabriele Paoloni
Many Thanks Liviu I am going to send out v3 base on your suggestions > -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of Liviu Dudau > Sent: Wednesday, July 22, 2015 11:46 AM > To: Gabriele Paoloni >

RE: [PATCH v2] PCI: Store PCIe bus address in struct of_pci_range

2015-07-22 Thread Gabriele Paoloni
Any comment on this patch? This is needed by "[PATCH v4 2/5] PCI: designware: Add ARM64 support" Thanks Gab > -Original Message- > From: Gabriele Paoloni > Sent: Tuesday, July 14, 2015 11:47 AM > To: Gabriele Paoloni; a...@arndb.de; lorenzo.pieral...@arm.com;

RE: [PATCH v2 2/4] PCI: designware: Add ARM64 support

2015-07-17 Thread Gabriele Paoloni
> -Original Message- > From: Lorenzo Pieralisi [mailto:lorenzo.pieral...@arm.com] > Sent: Monday, July 13, 2015 3:18 PM > To: Wangzhou (B) > Cc: Gabriele Paoloni; James Morse; Bjorn Helgaas; Jingoo Han; Pratyush > Anand; Arnd Bergmann; fabrice.gasn...@st.com; Liviu

RE: [PATCH v3 1/5] ARM/PCI: remove align_resource callback in pcibios_align_resource

2015-07-17 Thread Gabriele Paoloni
t;struct pcie_port*" pointer. This patch solves the issue by removing "align_resource" from "pci_sys_data" struct and defining a static global function pointer in "bios32.c" Signed-off-by: Gabriele Paoloni --- arch/arm/include/asm/mach/pci.h | 5 - arc

[PATCH v2] PCI: Store PCIe bus address in struct of_pci_range

2015-07-14 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are

RE: [PATCH] Store PCIe controllers address in struct of_pci_range

2015-07-13 Thread Gabriele Paoloni
Sorry I just realized I forgot to reply to the last item Gab > -Original Message- > From: Gabriele Paoloni > Sent: Monday, July 13, 2015 12:07 PM > To: 'Rob Herring' > Cc: Arnd Bergmann; Lorenzo Pieralisi; Wangzhou (B); Bjorn Helgaas; Rob > Herring; jame

RE: [PATCH] Store PCIe controllers address in struct of_pci_range

2015-07-13 Thread Gabriele Paoloni
Hi Rob Many Thanks for your review > -Original Message- > From: Rob Herring [mailto:robherri...@gmail.com] > Sent: Friday, July 10, 2015 8:56 PM > To: Gabriele Paoloni > Cc: Arnd Bergmann; Lorenzo Pieralisi; Wangzhou (B); Bjorn Helgaas; Rob > Herring; james.mo...@ar

RE: [PATCH v3 2/5] PCI: designware: Add ARM64 support

2015-07-10 Thread Gabriele Paoloni
re and we can use the new PCI DT parsing API This problem was already discussed in this thread: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html > -Original Message- > From: Wangzhou (B) > Sent: Tuesday, July 07, 2015 4:44 AM > To: James Morse

[PATCH] Store PCIe controllers address in struct of_pci_range

2015-07-10 Thread Gabriele Paoloni
From: gabriele paoloni This patch is needed port PCIe designware to new DT parsing API As discussed in http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/317743.html in designware we have a problem as the PCI addresses in the PCIe controller address space are required in order to

RE: [PATCH v3 2/5] PCI: designware: Add ARM64 support

2015-07-02 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of James Morse > Sent: 01 July 2015 18:33 > To: Gabriele Paoloni; Wangzhou (B); Bjorn Helgaas; Jingoo Han; Pratyush > Anand; Arnd Bergmann; Liviu Dudau

RE: [PATCH v3 2/5] PCI: designware: Add ARM64 support

2015-07-01 Thread Gabriele Paoloni
> -Original Message- > From: linux-pci-ow...@vger.kernel.org [mailto:linux-pci- > ow...@vger.kernel.org] On Behalf Of James Morse > Sent: Wednesday, July 01, 2015 3:27 PM > To: Gabriele Paoloni; Wangzhou (B); Bjorn Helgaas; Jingoo Han; Pratyush > Anand; Arnd Bergmann

RE: [PATCH v3 2/5] PCI: designware: Add ARM64 support

2015-07-01 Thread Gabriele Paoloni
Jingoo Han pcie-spear13xx Pratyush Anand Cheers Gab > -Original Message- > From: Wangzhou (B) > Sent: Wednesday, July 01, 2015 10:44 AM > To: Bjorn Helgaas; Jingoo Han; Pratyush Anand; Arnd Bergmann; Gabriele > Paoloni; James Morse; Liviu Dudau > Cc: linux-...@vger.ker

RE: [PATCH v2 2/4] PCI: designware: Add ARM64 support

2015-06-16 Thread Gabriele Paoloni
> -Original Message- > From: Wangzhou (B) > Sent: Tuesday, June 16, 2015 12:30 PM > To: Gabriele Paoloni > Cc: Lorenzo Pieralisi; James Morse; Bjorn Helgaas; Jingoo Han; Pratyush > Anand; Arnd Bergmann; fabrice.gasn...@st.com; Liviu Dudau; linux- > p...@vger.kern

RE: [PATCH v2 2/4] PCI: designware: Add ARM64 support

2015-06-11 Thread Gabriele Paoloni
Morse: io_base declared as resource_size_t It compiles fine on ARCH arm and arm64 on Linux 4.1-rc7. It needs to be tested. Signed-off-by: Gabriele Paoloni --- drivers/pci/host/pci-dra7xx.c | 1 + drivers/pci/host/pci-exynos.c | 2 +- drivers/pci/host/pci-imx6.c| 2

RE: [PATCH v2 2/4] PCI: designware: Add ARM64 support

2015-06-10 Thread Gabriele Paoloni
also included the rework asked by James Morse: io_base declared as resource_size_t It compiles fine on ARCH arm and arm64. It needs to be tested. Signed-off-by: Gabriele Paoloni --- drivers/pci/host/pci-dra7xx.c | 1 + drivers/pci/host/pci-exynos.c | 2 +- drivers/pc