Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638027
| From | Fabio Estevam <festevam@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures |
| Date | 2017-05-09 12:30 +0200 |
| Message-ID | <tFaz0-oA-7@gated-at.bofh.it> (permalink) |
| References | <tESsq-5wT-29@gated-at.bofh.it> <tF2i5-3ix-5@gated-at.bofh.it> <tF6Yp-6mH-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Peter, On Tue, May 9, 2017 at 3:34 AM, Peter Senna Tschudin <peter.senna@collabora.com> wrote: > Something that ocurred to me is that u-boot is initializing the PCI, and > the PCI networkd cards. Ideally this should not affect anything, but > can this be related to the issue? Yes, in order to narrow things down: please boot 4.11 without PCI support in U-Boot. The problem is that mx6q does not have a way to properly reset the PCI block. On the board I tested there is no PCI support in U-Boot. Maybe we need the following approach in U-Boot as Lucas did for Barebox: https://git.pengutronix.de/cgit/barebox/commit/?id=f1da98da2760c21487bbba8f7fb957c843a22896 According to this patch that went into 4.11 the bootloader must put PCI back in a safe state: https://patchwork.kernel.org/patch/9528911
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 17:10 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Joao Pinto <Joao.Pinto@synopsys.com> - 2017-05-08 17:20 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Kishon Vijay Abraham I <kishon@ti.com> - 2017-05-08 17:30 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Joao Pinto <Joao.Pinto@synopsys.com> - 2017-05-08 17:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Kishon Vijay Abraham I <kishon@ti.com> - 2017-05-08 17:50 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Kishon Vijay Abraham I <kishon@ti.com> - 2017-05-08 17:50 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Kishon Vijay Abraham I <kishon@ti.com> - 2017-05-08 18:00 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 19:20 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 18:20 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lucas Stach <l.stach@pengutronix.de> - 2017-05-08 18:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 18:50 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lucas Stach <l.stach@pengutronix.de> - 2017-05-08 18:50 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 19:00 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-05-08 20:00 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-08 22:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-05-09 18:30 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> - 2017-05-08 20:30 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Fabio Estevam <festevam@gmail.com> - 2017-05-09 03:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-09 08:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Fabio Estevam <festevam@gmail.com> - 2017-05-09 12:30 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-10 15:20 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Fabio Estevam <festevam@gmail.com> - 2017-05-10 15:30 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Lucas Stach <l.stach@pengutronix.de> - 2017-05-10 15:40 +0200
Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures Peter Senna Tschudin <peter.senna@collabora.com> - 2017-05-10 16:20 +0200
csiph-web