Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-25 Thread Lorenzo Pieralisi
On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > PCI host drivers have already matched on compatible strings, so checking > device_type is redundant. Also, device_type is considered deprecated for > FDT though we've still been requiring it for PCI hosts as it is useful > for finding P

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-24 Thread Michal Simek
Hi Lorenzo, On 21.9.2018 11:29, Lorenzo Pieralisi wrote: > On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: >> PCI host drivers have already matched on compatible strings, so checking >> device_type is redundant. Also, device_type is considered deprecated for >> FDT though we've still

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-21 Thread Lorenzo Pieralisi
On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > PCI host drivers have already matched on compatible strings, so checking > device_type is redundant. Also, device_type is considered deprecated for > FDT though we've still been requiring it for PCI hosts as it is useful > for finding P

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-20 Thread Will Deacon
On Wed, Sep 19, 2018 at 05:33:01PM +0100, Lorenzo Pieralisi wrote: > On Tue, Sep 18, 2018 at 12:05:40PM -0700, Rob Herring wrote: > > On Thu, Sep 13, 2018 at 7:51 AM Lorenzo Pieralisi > > wrote: > > > > > > On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > > > > PCI host drivers have

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-19 Thread Lorenzo Pieralisi
On Tue, Sep 18, 2018 at 12:05:40PM -0700, Rob Herring wrote: > On Thu, Sep 13, 2018 at 7:51 AM Lorenzo Pieralisi > wrote: > > > > On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > > > PCI host drivers have already matched on compatible strings, so checking > > > device_type is redunda

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-18 Thread Rob Herring
On Thu, Sep 13, 2018 at 7:51 AM Lorenzo Pieralisi wrote: > > On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > > PCI host drivers have already matched on compatible strings, so checking > > device_type is redundant. Also, device_type is considered deprecated for > > FDT though we've s

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-13 Thread Lorenzo Pieralisi
On Wed, Aug 29, 2018 at 01:34:40PM -0500, Rob Herring wrote: > PCI host drivers have already matched on compatible strings, so checking > device_type is redundant. Also, device_type is considered deprecated for > FDT though we've still been requiring it for PCI hosts as it is useful > for finding P

Re: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-09-11 Thread Subrahmanya Lingappa
Hi, with regards to : drivers/pci/controller/pcie-mobiveil.c Acked-by: Subrahmaya Lingappa Thanks. On Thu, Aug 30, 2018 at 12:04 AM Rob Herring wrote: > > PCI host drivers have already matched on compatible strings, so checking > device_type is redundant. Also, device_type is considered deprec

RE: [PATCH] PCI: remove unnecessary check of device_type == pci

2018-08-30 Thread Alan Douglas
Subject: [PATCH] PCI: remove unnecessary check of device_type == pci > > EXTERNAL MAIL > > > PCI host drivers have already matched on compatible strings, so checking > device_type is redundant. Also, device_type is considered deprecated for > FDT though we've still been r

[PATCH] PCI: remove unnecessary check of device_type == pci

2018-08-29 Thread Rob Herring
PCI host drivers have already matched on compatible strings, so checking device_type is redundant. Also, device_type is considered deprecated for FDT though we've still been requiring it for PCI hosts as it is useful for finding PCI buses. Cc: Will Deacon Cc: Lorenzo Pieralisi Cc: Bjorn Helgaas