index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-01
PCI: imx6: Propagate .host_init() errors to caller
Richard Zhu
1
-4
/
+12
2022-08-01
PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()
Richard Zhu
1
-39
/
+56
2022-08-01
PCI: imx6: Factor out ref clock disable to match enable
Bjorn Helgaas
1
-6
/
+10
2022-08-01
PCI: imx6: Move imx6_pcie_clk_disable() earlier
Richard Zhu
1
-24
/
+24
2022-08-01
PCI: imx6: Move imx6_pcie_enable_ref_clk() earlier
Bjorn Helgaas
1
-48
/
+48
2022-08-01
PCI: imx6: Move PHY management functions together
Bjorn Helgaas
1
-128
/
+128
2022-08-01
PCI: imx6: Move imx6_pcie_grp_offset(), imx6_pcie_configure_type() earlier
Bjorn Helgaas
1
-25
/
+25
2022-08-01
PCI: imx6: Convert to NOIRQ_SYSTEM_SLEEP_PM_OPS()
Bjorn Helgaas
1
-4
/
+2
2022-08-01
PCI: exynos: Correct generic PHY usage
Marek Szyprowski
1
-2
/
+1
2022-08-01
PCI: dwc: Handle MSIs routed to multiple GIC interrupts
Dmitry Baryshkov
1
-3
/
+58
2022-08-01
PCI: dwc: Convert struct pcie_port.msi_irq to an array
Dmitry Baryshkov
7
-17
/
+24
2022-08-01
PCI: dwc: Split MSI IRQ parsing/allocation to a separate function
Dmitry Baryshkov
1
-42
/
+54
2022-08-01
PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
Dmitry Baryshkov
1
-1
/
+1
2022-08-01
PCI: dwc: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-8
/
+4
2022-08-01
PCI: dwc: Fix MSI msi_msg DMA mapping
Will McVicker
2
-7
/
+9
2022-08-01
PCI: dwc: Check iATU in/outbound range setup status
Serge Semin
4
-59
/
+114
2022-08-01
PCI: dwc: Validate iATU outbound mappings against hardware constraints
Serge Semin
2
-19
/
+29
2022-08-01
PCI: dwc: Add iATU regions size detection procedure
Serge Semin
2
-4
/
+31
2022-08-01
PCI: dwc: Simplify in/outbound iATU setup methods
Serge Semin
3
-237
/
+108
2022-08-01
PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OB
Serge Semin
4
-34
/
+13
2022-08-01
PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IO
Serge Semin
3
-50
/
+15
2022-08-01
PCI: dwc: Add dw_pcie_ops.host_deinit() callback
Serge Semin
2
-5
/
+17
2022-08-01
PCI: tegra194: Drop manual DW PCIe controller version setup
Serge Semin
1
-1
/
+0
2022-08-01
PCI: intel-gw: Drop manual DW PCIe controller version setup
Serge Semin
1
-15
/
+1
2022-08-01
PCI: dwc: Add macros to compare Synopsys IP core versions
Serge Semin
3
-5
/
+20
2022-08-01
PCI: dwc: Read DWC IP core version from register
Serge Semin
4
-0
/
+34
2022-08-01
PCI: dwc: Use native DWC IP core version representation
Serge Semin
5
-14
/
+22
2022-08-01
PCI: dwc: Detect iATU settings after getting "addr_space" resource
Serge Semin
1
-2
/
+2
2022-08-01
PCI: dwc: Log link speed and width if it comes up
Serge Semin
1
-6
/
+16
2022-07-29
PCI: qcom: Allow ASPM L1 and substates for 2.7.0
Krishna chaitanya chundru
1
-0
/
+8
2022-07-29
PCI: Remove pci_mmap_page_range() wrapper
Arnd Bergmann
2
-45
/
+6
2022-07-27
PCI: Convert to new *_PM_OPS macros
Bjorn Helgaas
10
-42
/
+35
2022-07-27
PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'
Jim Quinlan
1
-8
/
+8
2022-07-27
PCI: brcmstb: Disable/enable regulators in suspend/resume
Jim Quinlan
1
-5
/
+59
2022-07-27
PCI: brcmstb: Enable child bus device regulators from DT
Jim Quinlan
1
-5
/
+98
2022-07-27
PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()
Jim Quinlan
1
-47
/
+64
2022-07-27
PCI: brcmstb: Prevent config space access when link is down
Jim Quinlan
1
-6
/
+14
2022-07-27
PCI: brcmstb: Remove unnecessary forward declarations
Jim Quinlan
1
-77
/
+72
2022-07-26
PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
Logan Gunthorpe
1
-66
/
+0
2022-07-26
PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
Logan Gunthorpe
1
-7
/
+37
2022-07-26
PCI/P2PDMA: Attempt to set map_type if it has not been set
Logan Gunthorpe
1
-1
/
+6
2022-07-26
lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
Logan Gunthorpe
1
-0
/
+5
2022-07-22
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
2
-1
/
+5
2022-07-22
PCI: tegra194: Add Tegra234 PCIe support
Vidya Sagar
1
-59
/
+225
2022-07-22
PCI: tegra194: Extend Endpoint mode support
Vidya Sagar
1
-0
/
+9
2022-07-22
PCI: tegra194: Fix link up retry sequence
Vidya Sagar
1
-1
/
+1
2022-07-22
PCI: tegra194: Clean up the exit path for Endpoint mode
Vidya Sagar
1
-14
/
+31
2022-07-22
PCI: tegra194: Enable support for 256 Byte payload
Vidya Sagar
1
-0
/
+13
2022-07-22
PCI: tegra194: Clear bandwidth management status
Vidya Sagar
1
-0
/
+6
2022-07-22
PCI: tegra194: Fix Root Port interrupt handling
Vidya Sagar
1
-24
/
+22
[prev]
[next]