Merge branch 'pci/misc'
- Tidy setup-irq.c comments (Pranay Sanghai) - Fix misspellings (Krzysztof Wilczyński) - Fix sprintf(), sscanf() format mismatches (Krzysztof Wilczyński) - Tidy cpqphp code formatting (Krzysztof Wilczyński) - Remove unused pci_pool wrappers, which have been replaced by dma_pool (Cai Huoqing) - Remove a redundant initialization in __pci_reset_function_locked() (Colin Ian King) - Use 'unsigned int' instead of 'unsigned' (Krzysztof Wilczyński) - Update PCI subsystem information in MAINTAINERS (Krzysztof Wilczyński) - Include generic <linux/> headers instead of <asm/> for cpqphp and vmd (Krzysztof Wilczyński) * pci/misc: PCI: vmd: Drop redundant includes of <asm/device.h>, <asm/msi.h> PCI: cpqphp: Use <linux/io.h> instead of <asm/io.h> MAINTAINERS: Update PCI subsystem information PCI: Prefer 'unsigned int' over bare 'unsigned' PCI: Remove redundant 'rc' initialization PCI: Remove unused pci_pool wrappers PCI: cpqphp: Format if-statement code block correctly PCI: Use unsigned to match sscanf("%x") in pci_dev_str_match_path() PCI: hv: Remove unnecessary use of %hx PCI: Correct misspelled and remove duplicated words PCI: Tidy comments
No related branches found
No related tags found
Showing
- MAINTAINERS 13 additions, 4 deletionsMAINTAINERS
- drivers/pci/controller/pci-hyperv.c 2 additions, 2 deletionsdrivers/pci/controller/pci-hyperv.c
- drivers/pci/controller/pci-thunder-ecam.c 2 additions, 2 deletionsdrivers/pci/controller/pci-thunder-ecam.c
- drivers/pci/controller/pci-xgene-msi.c 1 addition, 1 deletiondrivers/pci/controller/pci-xgene-msi.c
- drivers/pci/controller/pcie-brcmstb.c 1 addition, 1 deletiondrivers/pci/controller/pcie-brcmstb.c
- drivers/pci/controller/pcie-iproc.c 1 addition, 1 deletiondrivers/pci/controller/pcie-iproc.c
- drivers/pci/controller/vmd.c 0 additions, 2 deletionsdrivers/pci/controller/vmd.c
- drivers/pci/endpoint/pci-epc-core.c 1 addition, 1 deletiondrivers/pci/endpoint/pci-epc-core.c
- drivers/pci/endpoint/pci-epf-core.c 2 additions, 2 deletionsdrivers/pci/endpoint/pci-epf-core.c
- drivers/pci/hotplug/acpiphp_glue.c 1 addition, 1 deletiondrivers/pci/hotplug/acpiphp_glue.c
- drivers/pci/hotplug/cpqphp.h 1 addition, 1 deletiondrivers/pci/hotplug/cpqphp.h
- drivers/pci/hotplug/cpqphp_ctrl.c 2 additions, 2 deletionsdrivers/pci/hotplug/cpqphp_ctrl.c
- drivers/pci/hotplug/cpqphp_pci.c 4 additions, 2 deletionsdrivers/pci/hotplug/cpqphp_pci.c
- drivers/pci/hotplug/ibmphp.h 2 additions, 2 deletionsdrivers/pci/hotplug/ibmphp.h
- drivers/pci/hotplug/shpchp_hpc.c 1 addition, 1 deletiondrivers/pci/hotplug/shpchp_hpc.c
- drivers/pci/msi.c 2 additions, 1 deletiondrivers/pci/msi.c
- drivers/pci/pci-driver.c 1 addition, 1 deletiondrivers/pci/pci-driver.c
- drivers/pci/pci.c 5 additions, 4 deletionsdrivers/pci/pci.c
- drivers/pci/pcie/aer.c 1 addition, 1 deletiondrivers/pci/pcie/aer.c
- drivers/pci/probe.c 4 additions, 3 deletionsdrivers/pci/probe.c
Loading
Please register or sign in to comment