From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753449AbdEIBaQ (ORCPT ); Mon, 8 May 2017 21:30:16 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:34852 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751908AbdEIBaO (ORCPT ); Mon, 8 May 2017 21:30:14 -0400 MIME-Version: 1.0 In-Reply-To: <20170508150224.GA7458@collabora.com> References: <20170508150224.GA7458@collabora.com> From: Fabio Estevam Date: Mon, 8 May 2017 22:30:13 -0300 Message-ID: Subject: Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures To: Peter Senna Tschudin Cc: Kishon Vijay Abraham I , Bjorn Helgaas , Jingoo Han , Richard Zhu , Lucas Stach , Murali Karicheri , Minghuan Lian , Mingkai Hu , Roy Zang , Thomas Petazzoni , Niklas Cassel , Jesper Nilsson , Joao Pinto , Zhou Wang , Gabriele Paoloni , Stanimir Varbanov , Pratyush Anand , "linux-pci@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , linux-kernel , Tim Harvey Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Peter, On Mon, May 8, 2017 at 12:02 PM, Peter Senna Tschudin wrote: > Hello Kishon, > > Our iMX6 hardware (imx6q-b850v3.dts) is not booting with latest > linux-next and I could bisect until: > > commit 442ec4c04d1235f8c664a74004dae54a7a574d18 > Author: Kishon Vijay Abraham I > Date: Wed Feb 15 18:48:14 2017 +0530 > > PCI: dwc: all: Split struct pcie_port into host-only and core structures I can reproduce the same problem on a custom imx6q board with a PCI bridge chip. Other mx6 boards without PCI bridge boot fine. I haven't bisected it, but the problem for me does not happen on 4.11. It happens only in linux-next. The commit you mentioned above is from 4.11 and does not cause the problem on my tests. Can you double check if you really have issues with 4.11? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: MIME-Version: 1.0 In-Reply-To: <20170508150224.GA7458@collabora.com> References: <20170508150224.GA7458@collabora.com> From: Fabio Estevam Date: Mon, 8 May 2017 22:30:13 -0300 Message-ID: Subject: Re: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures To: Peter Senna Tschudin List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , Jesper Nilsson , Joao Pinto , Richard Zhu , Gabriele Paoloni , Jingoo Han , Tim Harvey , Pratyush Anand , "linux-pci@vger.kernel.org" , linux-kernel , Kishon Vijay Abraham I , Stanimir Varbanov , Minghuan Lian , Zhou Wang , Murali Karicheri , Niklas Cassel , Bjorn Helgaas , Mingkai Hu , Roy Zang , "linux-arm-kernel@lists.infradead.org" , Lucas Stach Content-Type: text/plain; charset="us-ascii" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+bjorn=helgaas.com@lists.infradead.org List-ID: Hi Peter, On Mon, May 8, 2017 at 12:02 PM, Peter Senna Tschudin wrote: > Hello Kishon, > > Our iMX6 hardware (imx6q-b850v3.dts) is not booting with latest > linux-next and I could bisect until: > > commit 442ec4c04d1235f8c664a74004dae54a7a574d18 > Author: Kishon Vijay Abraham I > Date: Wed Feb 15 18:48:14 2017 +0530 > > PCI: dwc: all: Split struct pcie_port into host-only and core structures I can reproduce the same problem on a custom imx6q board with a PCI bridge chip. Other mx6 boards without PCI bridge boot fine. I haven't bisected it, but the problem for me does not happen on 4.11. It happens only in linux-next. The commit you mentioned above is from 4.11 and does not cause the problem on my tests. Can you double check if you really have issues with 4.11? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Mon, 8 May 2017 22:30:13 -0300 Subject: Regression: 442ec4c04d1: PCI: dwc: all: Split struct pcie_port into host-only and core structures In-Reply-To: <20170508150224.GA7458@collabora.com> References: <20170508150224.GA7458@collabora.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Peter, On Mon, May 8, 2017 at 12:02 PM, Peter Senna Tschudin wrote: > Hello Kishon, > > Our iMX6 hardware (imx6q-b850v3.dts) is not booting with latest > linux-next and I could bisect until: > > commit 442ec4c04d1235f8c664a74004dae54a7a574d18 > Author: Kishon Vijay Abraham I > Date: Wed Feb 15 18:48:14 2017 +0530 > > PCI: dwc: all: Split struct pcie_port into host-only and core structures I can reproduce the same problem on a custom imx6q board with a PCI bridge chip. Other mx6 boards without PCI bridge boot fine. I haven't bisected it, but the problem for me does not happen on 4.11. It happens only in linux-next. The commit you mentioned above is from 4.11 and does not cause the problem on my tests. Can you double check if you really have issues with 4.11?