summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/bcm203x.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-12PCI/ACPI: Fix companion lookup for device 0 on the root busRafael J. Wysocki1-1/+21
2020-12-10PCI: Keep both device and resource name for config space remapsAlexander Lobakin1-1/+8
2020-12-10PCI: xgene: Removed unused ".bus_shift" initialisers from pci-xgene.cKrzysztof Wilczyński1-2/+0
2020-12-10PCI: vmd: Update type of the __iomem pointersKrzysztof Wilczyński1-4/+4
2020-12-10PCI: iproc: Convert to use the new ECAM constantsKrzysztof Wilczyński1-23/+8
2020-12-10PCI: thunder-pem: Add constant for custom ".bus_shift" initialiserKrzysztof Wilczyński1-2/+11
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński14-91/+80
2020-12-10PCI: Disable PTM during suspend to save powerDavid E. Box3-1/+43
2020-12-10PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box3-0/+53
2020-12-10PCI: Mark AMD Raven iGPU ATS as broken in some platformsAlex Deucher1-0/+14
2020-12-10PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle argKishon Vijay Abraham I1-9/+19
2020-12-10dt-bindings: PCI: Add EP mode dt-bindings for TI's J7200 SoCKishon Vijay Abraham I1-2/+8
2020-12-10dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoCKishon Vijay Abraham I1-3/+13
2020-12-10dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argumentKishon Vijay Abraham I2-8/+14
2020-12-10PCI: dwc: Set 32-bit DMA mask for MSI target address allocationVidya Sagar1-0/+8
2020-12-09PCI: qcom: Add support for configuring BDF to SID mapping for SM8250Manivannan Sadhasivam2-0/+89
2020-12-08PCI: Reduce pci_set_cacheline_size() message to debug levelHeiner Kallweit1-1/+1
2020-12-08PCI: Remove unused HAVE_PCI_SET_MWIHeiner Kallweit1-1/+0
2020-12-08PCI: qcom: Add SM8250 SoC supportManivannan Sadhasivam1-0/+11
2020-12-08dt-bindings: pci: qcom: Document PCIe bindings for SM8250 SoCManivannan Sadhasivam1-2/+4
2020-12-07PCI: tegra: Disable LTSSM during L2 entryVidya Sagar1-7/+9
2020-12-07PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar1-1/+5
2020-12-07PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar1-24/+15
2020-12-07PCI: tegra: Set DesignWare IP versionVidya Sagar1-0/+1
2020-12-07PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar1-6/+6
2020-12-07PCI: aardvark: Update comment about disabling link trainingPali Rohár1-1/+8
2020-12-05PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo1-1/+4
2020-12-05PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2-10/+15
2020-12-05PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley3-4/+54
2020-12-05PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2-12/+27
2020-12-05PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley4-0/+100
2020-12-05PCI/ERR: Recover from RCEC AER errorsSean V Kelley2-21/+56
2020-12-05PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong1-3/+3
2020-12-04PCI/PM: Do not generate wakeup event when runtime resuming deviceMika Westerberg1-1/+0
2020-12-04PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg3-12/+7
2020-12-04PCI: Add sysfs attribute for device power stateMaximilian Luz2-0/+19
2020-12-04PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas2-6/+6
2020-12-04PCI: Return u8 from pci_find_capability() and similarPuranjay Mohan2-27/+27
2020-12-04PCI/MSI: Set device flag indicating only 32-bit MSI supportVidya Sagar1-5/+8
2020-12-04PCI/MSI: Move MSI/MSI-X flags updaters to msi.cBjorn Helgaas2-21/+21
2020-12-04PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas4-21/+41
2020-12-04PCI/ERR: Clear AER status only when we control AERSean V Kelley1-2/+11
2020-12-04PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley1-7/+23
2020-12-04PCI/ERR: Avoid negated conditional for claritySean V Kelley1-4/+4
2020-12-04PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley1-17/+20
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley3-8/+11
2020-12-04PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley1-1/+1
2020-12-04PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2-6/+6
2020-12-04PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley5-1/+83
2020-12-04PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo3-1/+12