diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-28 11:51:53 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-28 11:51:53 -0800 |
commit | 29795de0d242a5ba45904b36a5fb67e38a304cb7 (patch) | |
tree | c24f966799e251c307d73e7da4a0876f4a8c5b36 /MAINTAINERS | |
parent | 2edc78b9a4b868d7bfee4f87ea29f2df19b6e955 (diff) | |
parent | 5901b51f3e5d9129da3e59b10cc76e4cc983e940 (diff) | |
download | linux-29795de0d242a5ba45904b36a5fb67e38a304cb7.tar.bz2 |
Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fixes from Bjorn Helgaas:
- Fix build issue on 32-bit ARM with old compilers (Marek Szyprowski)
- Update MAINTAINERS for recent Cadence driver file move (Lukas
Bulwahn)
* tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
MAINTAINERS: Correct Cadence PCI driver path
PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8f27f40d22bb..6158a143a13e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12739,7 +12739,7 @@ M: Tom Joseph <tjoseph@cadence.com> L: linux-pci@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/cdns,*.txt -F: drivers/pci/controller/pcie-cadence* +F: drivers/pci/controller/cadence/ PCI DRIVER FOR FREESCALE LAYERSCAPE M: Minghuan Lian <minghuan.Lian@nxp.com> |