[PATCH v3 05/10] resource: add PCI configuration space support
Thierry Reding
thierry.reding at avionic-design.de
Thu Jul 26 15:55:07 EDT 2012
This commit adds a new flag that allows marking resources as PCI
configuration space.
Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
---
Changes in v3:
- new patch
include/linux/ioport.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index 589e0e7..3314843 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -102,7 +102,7 @@ struct resource {
/* PCI control bits. Shares IORESOURCE_BITS with above PCI ROM. */
#define IORESOURCE_PCI_FIXED (1<<4) /* Do not move resource */
-
+#define IORESOURCE_PCI_CS (1<<5) /* PCI configuration space */
/* helpers to define resources */
#define DEFINE_RES_NAMED(_start, _size, _name, _flags) \
--
1.7.11.2
More information about the linux-arm-kernel
mailing list