Displaying 5 results from an estimated 5 matches for "pci_device_setup".
2015 Sep 06
5
[PATCH v7] pci: quirk to skip msi disable on shutdown
...by Eric
dropped stable Cc, this patch does not seem to qualify for stable
changes from v4:
Yijing Wang <wangyijing at huawei.com> noted that
early fixups rely on pci_msi_off.
Split out the functionality and move off the
required part to run early during pci_device_setup.
Changes from v3:
fix a copy-and-paste error in
pci: drop some duplicate code
other patches are unchanged
drop Cc stable for now
Changes from v2:
move code from probe to device enumeration
add patches to unexport pci_msi_off
include/linux/pci.h...
2015 Sep 06
5
[PATCH v7] pci: quirk to skip msi disable on shutdown
...by Eric
dropped stable Cc, this patch does not seem to qualify for stable
changes from v4:
Yijing Wang <wangyijing at huawei.com> noted that
early fixups rely on pci_msi_off.
Split out the functionality and move off the
required part to run early during pci_device_setup.
Changes from v3:
fix a copy-and-paste error in
pci: drop some duplicate code
other patches are unchanged
drop Cc stable for now
Changes from v2:
move code from probe to device enumeration
add patches to unexport pci_msi_off
include/linux/pci.h...
2015 Sep 17
1
[PATCH v7] pci: quirk to skip msi disable on shutdown
...does not seem to qualify for stable
>> changes from v4:
>> Yijing Wang <wangyijing at huawei.com> noted that
>> early fixups rely on pci_msi_off.
>> Split out the functionality and move off the
>> required part to run early during pci_device_setup.
>> Changes from v3:
>> fix a copy-and-paste error in
>> pci: drop some duplicate code
>> other patches are unchanged
>> drop Cc stable for now
>> Changes from v2:
>> move code from probe to device enumeration
>&...
2015 Sep 17
1
[PATCH v7] pci: quirk to skip msi disable on shutdown
...does not seem to qualify for stable
>> changes from v4:
>> Yijing Wang <wangyijing at huawei.com> noted that
>> early fixups rely on pci_msi_off.
>> Split out the functionality and move off the
>> required part to run early during pci_device_setup.
>> Changes from v3:
>> fix a copy-and-paste error in
>> pci: drop some duplicate code
>> other patches are unchanged
>> drop Cc stable for now
>> Changes from v2:
>> move code from probe to device enumeration
>&...
2015 Sep 17
0
[PATCH v7] pci: quirk to skip msi disable on shutdown
...table Cc, this patch does not seem to qualify for stable
> changes from v4:
> Yijing Wang <wangyijing at huawei.com> noted that
> early fixups rely on pci_msi_off.
> Split out the functionality and move off the
> required part to run early during pci_device_setup.
> Changes from v3:
> fix a copy-and-paste error in
> pci: drop some duplicate code
> other patches are unchanged
> drop Cc stable for now
> Changes from v2:
> move code from probe to device enumeration
> add patches to unexp...