[PATCH 1/2] pci: Add IORESOURCE_BIT entry for PCIe ECAM resources.
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-05-31 18:41:22
Also in:
linux-arm-msm, linux-devicetree, linux-pci, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-05-31 18:41:22
Also in:
linux-arm-msm, linux-devicetree, linux-pci, lkml
On Saturday 31 May 2014 01:36:40 Liviu Dudau wrote:
We would like to be able to describe PCIe ECAM resources as IORESOURCE_MEM blocks while distinguish them from standard memory resources. Add an IORESOURCE_BIT entry for this case. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
I still don't see any value in this at all. What is the advantage of doing this opposed to just having a standardized 'reg' property for a particular compatible string? Arnd