From f80779158d7ac2bcfe0ffa8cf52bec9008edd2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 10 Sep 2021 15:11:12 +0200 Subject: linux-mox: add --- ...-declare-IDT-bridge-as-hotpluggabl-bridge.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 linux-mox/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch (limited to 'linux-mox/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch') diff --git a/linux-mox/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch b/linux-mox/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch new file mode 100644 index 0000000..522c175 --- /dev/null +++ b/linux-mox/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch @@ -0,0 +1,25 @@ +From 927a01dffed9eb439bc9bf6df0b6548380bc84a7 Mon Sep 17 00:00:00 2001 +From: Rabeeh Khoury +Date: Mon, 10 Feb 2020 10:47:45 +0200 +Subject: [PATCH] pci: hotplug: declare IDT bridge as hotpluggabl bridge + +Signed-off-by: Rabeeh Khoury +--- + drivers/pci/quirks.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c +index 55870dd42b4d..bfac025931e0 100644 +--- a/drivers/pci/quirks.c ++++ b/drivers/pci/quirks.c +@@ -2915,6 +2915,7 @@ static void quirk_hotplug_bridge(struct pci_dev *dev) + dev->is_hotplug_bridge = 1; + } + DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_HINT, 0x0020, quirk_hotplug_bridge); ++DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_IDT, 0x808c, quirk_hotplug_bridge); + + /* + * This is a quirk for the Ricoh MMC controller found as a part of some +-- +2.17.1 + -- cgit v1.2.3