index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-ep.c
Age
Commit message (
Expand
)
Author
2025-03-27
Merge branch 'pci/controller/dwc-cpu-addr-fixup'
Bjorn Helgaas
2025-03-27
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
2025-03-24
PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()
Frank Li
2025-03-24
PCI: dwc: ep: Ensure proper iteration over outbound map windows
Frank Li
2025-03-24
PCI: dwc: ep: Use devicetree 'reg[addr_space]' to derive CPU -> ATU addr offset
Frank Li
2025-03-24
PCI: dwc: ep: Consolidate devicetree handling in dw_pcie_ep_get_resources()
Bjorn Helgaas
2025-03-24
PCI: dwc: ep: Call epc_create() early in dw_pcie_ep_init()
Bjorn Helgaas
2025-03-17
PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configuration
Frank Li
2025-03-14
PCI: dwc: ep: Add dw_pcie_ep_hide_ext_capability()
Niklas Cassel
2025-03-14
PCI: dwc: ep: Return -ENOMEM for allocation failures
Dan Carpenter
2025-03-08
PCI: dwc: ep: Remove superfluous function dw_pcie_ep_find_ext_capability()
Niklas Cassel
2025-03-08
PCI: dwc: ep: Allow EPF drivers to configure the size of Resizable BARs
Niklas Cassel
2025-03-08
PCI: dwc: ep: Move dw_pcie_ep_find_ext_capability()
Niklas Cassel
2025-03-06
PCI: dwc: Add debugfs based Silicon Debug support for DWC
Shradha Todi
2024-12-18
PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbo...
Niklas Cassel
2024-12-18
PCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()
Niklas Cassel
2024-12-18
PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()
Niklas Cassel
2024-11-25
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
2024-11-16
PCI: dwc: ep: Fix advertised resizable BAR size regression
Niklas Cassel
2024-11-16
PCI: dwc: ep: Use align addr function for dw_pcie_ep_raise_{msi,msix}_irq()
Niklas Cassel
2024-11-04
PCI: dwc: endpoint: Implement the pci_epc_ops::align_addr() operation
Damien Le Moal
2024-10-27
PCI: dwc: endpoint: Clear outbound address on unmap
Damien Le Moal
2024-07-09
PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitation
Niklas Cassel
2024-07-09
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
2024-07-09
PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
Manivannan Sadhasivam
2024-07-09
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
2024-07-09
PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
Frank Li
2024-07-04
PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
Manivannan Sadhasivam
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Add Kernel-doc comments for APIs
Manivannan Sadhasivam
2024-04-10
PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
Manivannan Sadhasivam
2024-03-14
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-10
PCI: dwc: endpoint: Fix advertised resizable BAR size
Niklas Cassel
2024-02-07
PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment
Dan Carpenter
2024-02-07
PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
Dan Carpenter
2024-01-15
Merge branch 'pci/irq-clean-up'
Bjorn Helgaas
2024-01-06
PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
Yoshihiro Shimoda
2024-01-06
PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_ops
Yoshihiro Shimoda
2024-01-06
PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_ops
Yoshihiro Shimoda
2023-12-19
PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()
Damien Le Moal
2023-12-18
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
2023-12-18
PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
Niklas Cassel
2023-10-28
Merge branch 'pci/field-get'
Bjorn Helgaas
2023-10-24
PCI: dwc: Use FIELD_GET/PREP()
Ilpo Järvinen
2023-10-23
PCI: dwc: endpoint: Introduce .pre_init() and .deinit()
Yoshihiro Shimoda
[next]