Commit 9e058c2
committed
Merge tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull pci fixes from Bjorn Helgaas:
- Work around apparent firmware issue that made Linux reject MMCONFIG
space, which broke PCI extended config space (Bjorn Helgaas)
- Fix CONFIG_PCIE_BT1 dependency due to mid-air collision between a
PCI_MSI_IRQ_DOMAIN -> PCI_MSI change and addition of PCIE_BT1 (Lukas
Bulwahn)
* tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
x86/pci: Simplify is_mmconf_reserved() messages
PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN2 files changed
+39
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
442 | 443 | | |
443 | 444 | | |
444 | 445 | | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
445 | 472 | | |
446 | 473 | | |
447 | 474 | | |
448 | 475 | | |
449 | | - | |
| 476 | + | |
450 | 477 | | |
451 | 478 | | |
452 | 479 | | |
453 | 480 | | |
454 | 481 | | |
455 | | - | |
456 | 482 | | |
457 | 483 | | |
458 | 484 | | |
| |||
464 | 490 | | |
465 | 491 | | |
466 | 492 | | |
467 | | - | |
| 493 | + | |
468 | 494 | | |
469 | 495 | | |
470 | | - | |
| 496 | + | |
471 | 497 | | |
472 | 498 | | |
473 | 499 | | |
| |||
500 | 526 | | |
501 | 527 | | |
502 | 528 | | |
503 | | - | |
| 529 | + | |
| 530 | + | |
504 | 531 | | |
505 | 532 | | |
506 | 533 | | |
| |||
513 | 540 | | |
514 | 541 | | |
515 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
516 | 547 | | |
517 | 548 | | |
518 | 549 | | |
| |||
527 | 558 | | |
528 | 559 | | |
529 | 560 | | |
530 | | - | |
| 561 | + | |
| 562 | + | |
531 | 563 | | |
532 | 564 | | |
533 | 565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments