index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-tegra194.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-01
PCI: Use %pe format specifier to print error pointers
Krzysztof WilczyĆski
1
-8
/
+8
2026-06-23
Merge branch 'pci/misc'
Bjorn Helgaas
1
-5
/
+3
2026-05-19
PCI: tegra194: Use aspm-l1-entry-delay-ns DT property for L1 entrance latency
Manikanta Maddireddy
1
-0
/
+13
2026-05-05
PCI: Use FIELD_MODIFY() instead of open-coding it
Hans Zhang
1
-5
/
+3
2026-04-13
Merge branch 'pci/controller/dwc-tegra194'
Bjorn Helgaas
1
-95
/
+148
2026-04-13
Merge branch 'pci/controller/max-link-speed'
Bjorn Helgaas
1
-1
/
+1
2026-04-08
PCI: tegra194: Add core monitor clock support
Vidya Sagar
1
-0
/
+16
2026-04-08
PCI: tegra194: Enable hardware hot reset mode in Endpoint mode
Vidya Sagar
1
-0
/
+2
2026-04-08
PCI: tegra194: Enable DMA interrupt
Vidya Sagar
1
-0
/
+18
2026-04-08
PCI: tegra194: Remove IRQF_ONESHOT flag during Endpoint interrupt registration
Vidya Sagar
1
-1
/
+1
2026-04-08
PCI: tegra194: Calibrate pipe to UPHY for Endpoint mode
Vidya Sagar
1
-0
/
+3
2026-04-08
PCI: tegra194: Assert CLKREQ# explicitly by default
Vidya Sagar
1
-0
/
+2
2026-04-08
PCI: tegra194: Fix CBB timeout caused by DBI access before core power-on
Manikanta Maddireddy
1
-4
/
+4
2026-04-08
PCI: tegra194: Disable L1.2 capability of Tegra234 EP
Vidya Sagar
1
-0
/
+19
2026-04-08
PCI: tegra194: Use DWC IP core version
Manikanta Maddireddy
1
-2
/
+2
2026-04-08
PCI: tegra194: Free up Endpoint resources during remove()
Vidya Sagar
1
-0
/
+2
2026-04-08
PCI: tegra194: Allow system suspend when the Endpoint link is not up
Vidya Sagar
1
-6
/
+25
2026-04-08
PCI: tegra194: Set LTR message request before PCIe link up in Endpoint mode
Vidya Sagar
1
-9
/
+9
2026-04-08
PCI: tegra194: Disable direct speed change for Endpoint mode
Vidya Sagar
1
-0
/
+4
2026-04-08
PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"
Vidya Sagar
1
-3
/
+3
2026-04-08
PCI: tegra194: Disable PERST# IRQ only in Endpoint mode
Manikanta Maddireddy
1
-1
/
+2
2026-04-08
PCI: tegra194: Don't force the device into the D0 state before L2
Vidya Sagar
1
-41
/
+0
2026-04-08
PCI: tegra194: Disable LTSSM after transition to Detect on surprise link down
Manikanta Maddireddy
1
-13
/
+16
2026-04-08
PCI: tegra194: Increase LTSSM poll time on surprise link down
Manikanta Maddireddy
1
-15
/
+21
2026-04-08
PCI: tegra194: Fix polling delay for L2 state
Vidya Sagar
1
-5
/
+4
2026-04-04
PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVED
Manikanta Maddireddy
1
-5
/
+37
2026-04-04
PCI: tegra194: Make BAR0 programmable and remove 1MB size limit
Manikanta Maddireddy
1
-2
/
+2
2026-03-27
PCI: dwc: Use pcie_get_link_speed() helper for safe array access
Hans Zhang
1
-1
/
+1
2026-03-15
PCI: dwc: Disable BARs in common code instead of in each glue driver
Niklas Cassel
1
-10
/
+0
2026-03-15
PCI: dwc: Replace certain BAR_RESERVED with BAR_DISABLED in glue drivers
Niklas Cassel
1
-4
/
+4
2026-03-15
PCI: endpoint: Do not mark the BAR succeeding a 64-bit BAR as BAR_RESERVED
Niklas Cassel
1
-1
/
+0
2026-01-28
PCI: dwc: Advertise dynamic inbound mapping support
Koichiro Den
1
-0
/
+1
2025-11-24
PCI: tegra194: Remove unnecessary L1SS disable code
Bjorn Helgaas
1
-40
/
+5
2025-11-24
PCI: dwc: Advertise L1 PM Substates only if driver requests it
Bjorn Helgaas
1
-0
/
+3
2025-10-03
Merge branch 'pci/controller/tegra'
Bjorn Helgaas
1
-8
/
+8
2025-09-25
PCI: tegra194: Rename 'root_bus' to 'root_port_bus' in tegra_pcie_downstream_...
Manivannan Sadhasivam
1
-6
/
+6
2025-09-24
PCI: tegra194: Handle errors in BPMP response
Vidya Sagar
1
-2
/
+16
2025-09-24
PCI: tegra194: Reset BARs when running in PCIe endpoint mode
Niklas Cassel
1
-0
/
+10
2025-09-24
PCI: tegra194: Set pci_epc_features::msi_capable to true
Niklas Cassel
1
-0
/
+1
2025-09-24
PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
Niklas Cassel
1
-2
/
+2
2025-09-22
PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()
Nagarjuna Kristam
1
-2
/
+2
2025-08-14
PCI: endpoint: Drop superfluous pci_epc_features initialization
Niklas Cassel
1
-2
/
+0
2025-06-04
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
1
-9
/
+10
2025-05-13
PCI: dwc: Return bool from link up check
Hans Zhang
1
-2
/
+2
2025-05-02
PCI: tegra194: Create debugfs directory only when CONFIG_PCIEASPM is enabled
Hans Zhang
1
-9
/
+10
2024-11-25
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
1
-3
/
+4
2024-11-03
PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()
Manivannan Sadhasivam
1
-3
/
+4
2024-10-03
PCI: controller: Switch back to struct platform_driver::remove()
Sergio Paracuellos
1
-1
/
+1
2024-09-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-12
/
+7
2024-09-13
PCI: qcom: Add equalization settings for 16.0 GT/s
Shashank Babu Chinta Venkata
1
-12
/
+7
[next]