Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1251151 > unrolled thread
| Started by | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| First post | 2015-10-20 01:20 +0200 |
| Last post | 2015-10-20 15:30 +0200 |
| Articles | 6 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Bjorn Helgaas <helgaas@kernel.org> - 2015-10-20 01:20 +0200
Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Simon Horman <horms@verge.net.au> - 2015-10-20 03:40 +0200
Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Geert Uytterhoeven <geert@linux-m68k.org> - 2015-10-20 09:40 +0200
RE: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-20 10:10 +0200
Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Bjorn Helgaas <helgaas@kernel.org> - 2015-10-20 14:50 +0200
RE: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances Phil Edworthy <phil.edworthy@renesas.com> - 2015-10-20 15:30 +0200
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Date | 2015-10-20 01:20 +0200 |
| Subject | Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances |
| Message-ID | <qlrSG-2oi-7@gated-at.bofh.it> |
[+cc Geert] On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote: > Fixes and changes to get PCIe working on ARM64 with mulitple instances. > > I've tested these on ARM (Koelsch board), and it works fine. > I've also tested on ARM64 (Salvator-X board), but I currently have an issue > with inbound PCI accesses. I am reasonably sure that this problem is hardware > related. > > Phil Edworthy (4): > PCI: rcar-pcie: Make PCI aware of the IO resources > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci > PCI: rcar-pcie: Set root bus nr to that provided in DT > PCI: rcar-pcie: Fix IO offset for multiple instances I applied these with Simon's ack to pci/host-rcar for v4.4. Note that these are on top of Geert's patch to make rcar build only for ARM, which is probably not necessary after you remove the struct hw_pci dependency. I can drop Geert's patch if you want. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2015-10-20 03:40 +0200 |
| Message-ID | <qlu49-5wE-19@gated-at.bofh.it> |
| In reply to | #1251151 |
On Mon, Oct 19, 2015 at 06:16:34PM -0500, Bjorn Helgaas wrote: > [+cc Geert] > > On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote: > > Fixes and changes to get PCIe working on ARM64 with mulitple instances. > > > > I've tested these on ARM (Koelsch board), and it works fine. > > I've also tested on ARM64 (Salvator-X board), but I currently have an issue > > with inbound PCI accesses. I am reasonably sure that this problem is hardware > > related. > > > > Phil Edworthy (4): > > PCI: rcar-pcie: Make PCI aware of the IO resources > > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci > > PCI: rcar-pcie: Set root bus nr to that provided in DT > > PCI: rcar-pcie: Fix IO offset for multiple instances > > I applied these with Simon's ack to pci/host-rcar for v4.4. > > Note that these are on top of Geert's patch to make rcar build only > for ARM, which is probably not necessary after you remove the struct > hw_pci dependency. I can drop Geert's patch if you want. I'm happy with that if Geert is. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2015-10-20 09:40 +0200 |
| Subject | Re: [PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances |
| Message-ID | <qlzGx-5pm-13@gated-at.bofh.it> |
| In reply to | #1251251 |
On Tue, Oct 20, 2015 at 3:36 AM, Simon Horman <horms@verge.net.au> wrote:
> On Mon, Oct 19, 2015 at 06:16:34PM -0500, Bjorn Helgaas wrote:
>> [+cc Geert]
>>
>> On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote:
>> > Fixes and changes to get PCIe working on ARM64 with mulitple instances.
>> >
>> > I've tested these on ARM (Koelsch board), and it works fine.
>> > I've also tested on ARM64 (Salvator-X board), but I currently have an issue
>> > with inbound PCI accesses. I am reasonably sure that this problem is hardware
>> > related.
>> >
>> > Phil Edworthy (4):
>> > PCI: rcar-pcie: Make PCI aware of the IO resources
>> > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci
>> > PCI: rcar-pcie: Set root bus nr to that provided in DT
>> > PCI: rcar-pcie: Fix IO offset for multiple instances
>>
>> I applied these with Simon's ack to pci/host-rcar for v4.4.
>>
>> Note that these are on top of Geert's patch to make rcar build only
>> for ARM, which is probably not necessary after you remove the struct
>> hw_pci dependency. I can drop Geert's patch if you want.
>
> I'm happy with that if Geert is.
Iff the driver compiles/works on arm64 now, my patch should/must be
dropped/reverted.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Phil Edworthy <phil.edworthy@renesas.com> |
|---|---|
| Date | 2015-10-20 10:10 +0200 |
| Message-ID | <qlA9B-6df-31@gated-at.bofh.it> |
| In reply to | #1251346 |
SGkgR2VlcnQsDQoNCk9uIDIwIE9jdG9iZXIgMjAxNSAwODozNywgR2VlcnQgd3JvdGU6DQo+IE9u IFR1ZSwgT2N0IDIwLCAyMDE1IGF0IDM6MzYgQU0sIFNpbW9uIEhvcm1hbiA8aG9ybXNAdmVyZ2Uu bmV0LmF1PiB3cm90ZToNCj4gPiBPbiBNb24sIE9jdCAxOSwgMjAxNSBhdCAwNjoxNjozNFBNIC0w NTAwLCBCam9ybiBIZWxnYWFzIHdyb3RlOg0KPiA+PiBbK2NjIEdlZXJ0XQ0KPiA+Pg0KPiA+PiBP biBGcmksIE9jdCAwMiwgMjAxNSBhdCAxMToyNTowM0FNICswMTAwLCBQaGlsIEVkd29ydGh5IHdy b3RlOg0KPiA+PiA+IEZpeGVzIGFuZCBjaGFuZ2VzIHRvIGdldCBQQ0llIHdvcmtpbmcgb24gQVJN NjQgd2l0aCBtdWxpdHBsZSBpbnN0YW5jZXMuDQo+ID4+ID4NCj4gPj4gPiBJJ3ZlIHRlc3RlZCB0 aGVzZSBvbiBBUk0gKEtvZWxzY2ggYm9hcmQpLCBhbmQgaXQgd29ya3MgZmluZS4NCj4gPj4gPiBJ J3ZlIGFsc28gdGVzdGVkIG9uIEFSTTY0IChTYWx2YXRvci1YIGJvYXJkKSwgYnV0IEkgY3VycmVu dGx5IGhhdmUgYW4gaXNzdWUNCj4gPj4gPiB3aXRoIGluYm91bmQgUENJIGFjY2Vzc2VzLiBJIGFt IHJlYXNvbmFibHkgc3VyZSB0aGF0IHRoaXMgcHJvYmxlbSBpcw0KPiBoYXJkd2FyZQ0KPiA+PiA+ IHJlbGF0ZWQuDQo+ID4+ID4NCj4gPj4gPiBQaGlsIEVkd29ydGh5ICg0KToNCj4gPj4gPiAgIFBD STogcmNhci1wY2llOiBNYWtlIFBDSSBhd2FyZSBvZiB0aGUgSU8gcmVzb3VyY2VzDQo+ID4+ID4g ICBQQ0k6IHJjYXItcGNpZTogUmVtb3ZlIGRlcGVuZGVuY3kgb24gQVJNLXNwZWNpZmljIHN0cnVj dCBod19wY2kNCj4gPj4gPiAgIFBDSTogcmNhci1wY2llOiBTZXQgcm9vdCBidXMgbnIgdG8gdGhh dCBwcm92aWRlZCBpbiBEVA0KPiA+PiA+ICAgUENJOiByY2FyLXBjaWU6IEZpeCBJTyBvZmZzZXQg Zm9yIG11bHRpcGxlIGluc3RhbmNlcw0KPiA+Pg0KPiA+PiBJIGFwcGxpZWQgdGhlc2Ugd2l0aCBT aW1vbidzIGFjayB0byBwY2kvaG9zdC1yY2FyIGZvciB2NC40Lg0KPiA+Pg0KPiA+PiBOb3RlIHRo YXQgdGhlc2UgYXJlIG9uIHRvcCBvZiBHZWVydCdzIHBhdGNoIHRvIG1ha2UgcmNhciBidWlsZCBv bmx5DQo+ID4+IGZvciBBUk0sIHdoaWNoIGlzIHByb2JhYmx5IG5vdCBuZWNlc3NhcnkgYWZ0ZXIg eW91IHJlbW92ZSB0aGUgc3RydWN0DQo+ID4+IGh3X3BjaSBkZXBlbmRlbmN5LiAgSSBjYW4gZHJv cCBHZWVydCdzIHBhdGNoIGlmIHlvdSB3YW50Lg0KPiA+DQo+ID4gSSdtIGhhcHB5IHdpdGggdGhh dCBpZiBHZWVydCBpcy4NCj4gDQo+IElmZiB0aGUgZHJpdmVyIGNvbXBpbGVzL3dvcmtzIG9uIGFy bTY0IG5vdywgbXkgcGF0Y2ggc2hvdWxkL211c3QgYmUNCj4gZHJvcHBlZC9yZXZlcnRlZC4NClll cywgdGhlIGRyaXZlciB3b3JrcyBvbiB0aGUgQVJNNjQgU2FsdmF0b3ItWCBib2FyZC4gDQoNClRo YW5rcw0KUGhpbA0K -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Bjorn Helgaas <helgaas@kernel.org> |
|---|---|
| Date | 2015-10-20 14:50 +0200 |
| Message-ID | <qlEwx-3ZK-1@gated-at.bofh.it> |
| In reply to | #1251417 |
On Tue, Oct 20, 2015 at 08:00:10AM +0000, Phil Edworthy wrote: > Hi Geert, > > On 20 October 2015 08:37, Geert wrote: > > On Tue, Oct 20, 2015 at 3:36 AM, Simon Horman <horms@verge.net.au> wrote: > > > On Mon, Oct 19, 2015 at 06:16:34PM -0500, Bjorn Helgaas wrote: > > >> [+cc Geert] > > >> > > >> On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote: > > >> > Fixes and changes to get PCIe working on ARM64 with mulitple instances. > > >> > > > >> > I've tested these on ARM (Koelsch board), and it works fine. > > >> > I've also tested on ARM64 (Salvator-X board), but I currently have an issue > > >> > with inbound PCI accesses. I am reasonably sure that this problem is > > hardware > > >> > related. > > >> > > > >> > Phil Edworthy (4): > > >> > PCI: rcar-pcie: Make PCI aware of the IO resources > > >> > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci > > >> > PCI: rcar-pcie: Set root bus nr to that provided in DT > > >> > PCI: rcar-pcie: Fix IO offset for multiple instances > > >> > > >> I applied these with Simon's ack to pci/host-rcar for v4.4. > > >> > > >> Note that these are on top of Geert's patch to make rcar build only > > >> for ARM, which is probably not necessary after you remove the struct > > >> hw_pci dependency. I can drop Geert's patch if you want. > > > > > > I'm happy with that if Geert is. > > > > Iff the driver compiles/works on arm64 now, my patch should/must be > > dropped/reverted. > Yes, the driver works on the ARM64 Salvator-X board. I dropped Geert's patch and redid the merges to my "next" branch, so rcar should build for both ARM and ARM64. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Phil Edworthy <phil.edworthy@renesas.com> |
|---|---|
| Date | 2015-10-20 15:30 +0200 |
| Message-ID | <qlF9g-4YG-29@gated-at.bofh.it> |
| In reply to | #1251648 |
Hi Bjorn, On 20 October 2015 13:50, Bjorn wrote: > On Tue, Oct 20, 2015 at 08:00:10AM +0000, Phil Edworthy wrote: > > Hi Geert, > > > > On 20 October 2015 08:37, Geert wrote: > > > On Tue, Oct 20, 2015 at 3:36 AM, Simon Horman <horms@verge.net.au> > wrote: > > > > On Mon, Oct 19, 2015 at 06:16:34PM -0500, Bjorn Helgaas wrote: > > > >> [+cc Geert] > > > >> > > > >> On Fri, Oct 02, 2015 at 11:25:03AM +0100, Phil Edworthy wrote: > > > >> > Fixes and changes to get PCIe working on ARM64 with mulitple > instances. > > > >> > > > > >> > I've tested these on ARM (Koelsch board), and it works fine. > > > >> > I've also tested on ARM64 (Salvator-X board), but I currently have an > issue > > > >> > with inbound PCI accesses. I am reasonably sure that this problem is > > > hardware > > > >> > related. > > > >> > > > > >> > Phil Edworthy (4): > > > >> > PCI: rcar-pcie: Make PCI aware of the IO resources > > > >> > PCI: rcar-pcie: Remove dependency on ARM-specific struct hw_pci > > > >> > PCI: rcar-pcie: Set root bus nr to that provided in DT > > > >> > PCI: rcar-pcie: Fix IO offset for multiple instances > > > >> > > > >> I applied these with Simon's ack to pci/host-rcar for v4.4. > > > >> > > > >> Note that these are on top of Geert's patch to make rcar build only > > > >> for ARM, which is probably not necessary after you remove the struct > > > >> hw_pci dependency. I can drop Geert's patch if you want. > > > > > > > > I'm happy with that if Geert is. > > > > > > Iff the driver compiles/works on arm64 now, my patch should/must be > > > dropped/reverted. > > Yes, the driver works on the ARM64 Salvator-X board. > > I dropped Geert's patch and redid the merges to my "next" branch, so > rcar should build for both ARM and ARM64. Thanks for sorting that out. Phil -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web