Merge remote-tracking branch 'lsk/v3.10/topic/aosp' into linux-linaro-lsk-android
[firefly-linux-kernel-4.4.55.git] / include / asm-generic / pci-bridge.h
index a5b5d5a89a4fe3fc87d2adb2de31b9ac58c74e61..20db2e5a0a699b20d6b4805de244890a96ec789e 100644 (file)
@@ -30,6 +30,12 @@ enum {
        PCI_ENABLE_PROC_DOMAINS = 0x00000010,
        /* ... except for domain 0 */
        PCI_COMPAT_DOMAIN_0     = 0x00000020,
+
+       /* PCIe downstream ports are bridges that normally lead to only a
+        * device 0, but if this is set, we scan all possible devices, not
+        * just device 0.
+        */
+       PCI_SCAN_ALL_PCIE_DEVS  = 0x00000040,
 };
 
 #ifdef CONFIG_PCI