index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-05
Merge branch 'pci/qcom'
Bjorn Helgaas
2
-112
/
+180
2022-10-05
PCI: qcom-ep: Check platform_get_resource_byname() return value
Yang Yingliang
1
-0
/
+5
2022-10-05
PCI: qcom-ep: Add support for SM8450 SoC
Manivannan Sadhasivam
1
-0
/
+1
2022-10-05
PCI: qcom-ep: Make PERST separation optional
Manivannan Sadhasivam
1
-4
/
+6
2022-10-05
PCI: qcom-ep: Disable Master AXI Clock when there is no PCIe traffic
Manivannan Sadhasivam
1
-1
/
+8
2022-10-05
PCI: qcom-ep: Gate Master AXI clock to MHI bus during L1SS
Manivannan Sadhasivam
1
-0
/
+9
2022-10-05
PCI: qcom-ep: Expose link transition counts via debugfs
Manivannan Sadhasivam
1
-0
/
+60
2022-10-05
PCI: qcom-ep: Disable IRQs during driver remove
Manivannan Sadhasivam
1
-6
/
+9
2022-10-03
PCI: qcom-ep: Make use of the cached dev pointer
Manivannan Sadhasivam
1
-2
/
+2
2022-10-03
PCI: qcom-ep: Rely on the clocks supplied by devicetree
Manivannan Sadhasivam
1
-20
/
+13
2022-10-03
PCI: qcom-ep: Add kernel-doc for qcom_pcie_ep structure
Manivannan Sadhasivam
1
-0
/
+17
2022-10-03
phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()
Richard Zhu
1
-3
/
+3
2022-10-03
PCI: imx6: Add i.MX8MP PCIe support
Richard Zhu
1
-2
/
+25
2022-10-03
PCI: dwc: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
1
-2
/
+2
2022-09-29
PCI: qcom: Rename host-init error label
Johan Hovold
1
-2
/
+2
2022-09-29
PCI: qcom: Drop unused post_deinit callback
Johan Hovold
1
-3
/
+0
2022-08-30
PCI: qcom-ep: Add MODULE_DEVICE_TABLE
Dmitry Baryshkov
1
-0
/
+1
2022-08-29
PCI: dwc: Drop dependency on ZONE_DMA32
Will McVicker
2
-22
/
+7
2022-08-23
PCI: qcom: Sort device-id table
Johan Hovold
1
-7
/
+7
2022-08-23
PCI: qcom: Clean up IP configurations
Johan Hovold
1
-60
/
+29
2022-08-23
PCI: qcom: Make all optional clocks optional
Johan Hovold
1
-24
/
+4
2022-08-23
PCI: qcom: Add support for SA8540P
Johan Hovold
1
-0
/
+6
2022-08-23
PCI: qcom: Add support for SC8280XP
Johan Hovold
1
-2
/
+20
2022-08-13
Merge tag 'ntb-5.20' of https://github.com/jonmason/ntb
Linus Torvalds
1
-1
/
+9
2022-08-09
PCI: designware-ep: Allow pci_epc_set_bar() update inbound map address
Frank Li
1
-1
/
+9
2022-08-04
Merge branch 'pci/misc'
Bjorn Helgaas
3
-3
/
+3
2022-08-04
Merge branch 'pci/ctrl/pm-ops'
Bjorn Helgaas
3
-13
/
+11
2022-08-04
Merge branch 'pci/ctrl/tegra194'
Bjorn Helgaas
2
-234
/
+455
2022-08-04
Merge branch 'pci/ctrl/qcom'
Bjorn Helgaas
3
-164
/
+276
2022-08-04
Merge branch 'pci/ctrl/imx6'
Bjorn Helgaas
1
-304
/
+360
2022-08-04
Merge branch 'pci/ctrl/fu740'
Bjorn Helgaas
1
-2
/
+0
2022-08-01
PCI: imx6: Support more than Gen2 speed link mode
Richard Zhu
1
-4
/
+4
2022-08-01
PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registers
Richard Zhu
1
-0
/
+4
2022-08-01
PCI: imx6: Reformat suspend callback to keep symmetric with resume
Richard Zhu
1
-25
/
+37
2022-08-01
PCI: imx6: Move the imx6_pcie_ltssm_disable() earlier
Richard Zhu
1
-19
/
+19
2022-08-01
PCI: imx6: Disable clocks in reverse order of enable
Bjorn Helgaas
1
-2
/
+2
2022-08-01
PCI: imx6: Do not hide PHY driver callbacks and refine the error handling
Richard Zhu
1
-13
/
+23
2022-08-01
PCI: imx6: Reduce resume time by only starting link if it was up before suspend
Richard Zhu
1
-1
/
+6
2022-08-01
PCI: imx6: Mark the link down as non-fatal error
Richard Zhu
1
-7
/
+8
2022-08-01
PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()
Richard Zhu
1
-20
/
+16
2022-08-01
PCI: imx6: Turn off regulator when system is in suspend mode
Richard Zhu
1
-12
/
+5
2022-08-01
PCI: imx6: Call host init function directly in resume
Richard Zhu
1
-3
/
+3
2022-08-01
PCI: imx6: Disable i.MX6QDL clock when disabling ref clocks
Richard Zhu
1
-0
/
+8
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
[next]