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
/
controller
/
dwc
/
pcie-designware.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
PCI: dwc: Introduce generic platform clocks and resets
Serge Semin
1
-0
/
+91
2022-11-23
PCI: dwc: Combine iATU detection procedures
Serge Semin
1
-29
/
+10
2022-11-23
PCI: dwc: Introduce generic resources getter
Serge Semin
1
-20
/
+55
2022-11-23
PCI: dwc: Introduce generic controller capabilities interface
Serge Semin
1
-5
/
+6
2022-11-23
PCI: dwc: Introduce dma-ranges property support for RC-host
Serge Semin
1
-2
/
+54
2022-11-10
PCI: dwc: Use dev_info for PCIe link down event logging
Vidya Sagar
1
-1
/
+1
2022-10-27
PCI: dwc: Fix n_fts[] array overrun
Vidya Sagar
1
-1
/
+1
2022-08-01
PCI: dwc: Validate iATU outbound mappings against hardware constraints
Serge Semin
1
-13
/
+25
2022-08-01
PCI: dwc: Add iATU regions size detection procedure
Serge Semin
1
-4
/
+29
2022-08-01
PCI: dwc: Simplify in/outbound iATU setup methods
Serge Semin
1
-205
/
+85
2022-08-01
PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OB
Serge Semin
1
-21
/
+7
2022-08-01
PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IO
Serge Semin
1
-30
/
+5
2022-08-01
PCI: dwc: Add macros to compare Synopsys IP core versions
Serge Semin
1
-4
/
+4
2022-08-01
PCI: dwc: Read DWC IP core version from register
Serge Semin
1
-0
/
+24
2022-08-01
PCI: dwc: Use native DWC IP core version representation
Serge Semin
1
-4
/
+4
2022-08-01
PCI: dwc: Log link speed and width if it comes up
Serge Semin
1
-6
/
+16
2022-07-05
PCI: dwc: Organize local variable usage
Serge Semin
1
-5
/
+3
2022-07-05
PCI: dwc: Convert dw_pcie_link_up() to use dw_pcie_readl_dbi()
Serge Semin
1
-1
/
+1
2022-07-05
PCI: dwc: Simplify unrolled iATU detection
Serge Semin
1
-6
/
+5
2022-07-05
PCI: dwc: Add newlines to log messages
Serge Semin
1
-1
/
+1
2022-07-05
PCI: dwc: Add braces to multi-line if-else statements
Serge Semin
1
-1
/
+2
2022-07-05
PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists
Serge Semin
1
-7
/
+7
2022-07-05
PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
Serge Semin
1
-6
/
+10
2022-07-05
PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu()
Serge Semin
1
-3
/
+13
2021-12-02
PCI: dwc: Do not remap invalid res
Tim Harvey
1
-3
/
+4
2021-09-30
PCI: dwc: Export more symbols to allow modular drivers
Luca Ceresoli
1
-0
/
+1
2021-04-29
PCI: dwc: Move iATU detection earlier
Hou Zhiqiang
1
-3
/
+8
2021-02-24
PCI: dwc: Don't assume the ops in dw_pcie always exist
Jisheng Zhang
1
-7
/
+7
2021-02-24
PCI: dwc: Add upper limit address for outbound iATU
Shradha Todi
1
-0
/
+5
2021-02-24
PCI: dwc: Change size to u64 for EP outbound iATU
Shradha Todi
1
-1
/
+1
2021-02-24
PCI: dwc: Work around ECRC configuration issue
Vidya Sagar
1
-2
/
+47
2020-11-19
PCI: dwc: Detect number of iATU windows
Rob Herring
1
-7
/
+86
2020-11-18
PCI: dwc: Add support to program ATU for >4GB memory
Vidya Sagar
1
-5
/
+7
2020-10-13
PCI: dwc: Add common iATU register support
Kunihiko Hayashi
1
-0
/
+5
2020-09-28
PCI: dwc: Fix 'cast truncates bits from constant value'
Gustavo Pimentel
1
-1
/
+1
2020-09-21
PCI: designware-ep: Add multiple PFs support for DWC
Xiaowei Bao
1
-18
/
+41
2020-09-10
PCI: dwc: Move N_FTS setup to common setup
Rob Herring
1
-11
/
+17
2020-09-10
PCI: dwc: Set PORT_LINK_DLL_LINK_EN in common setup code
Rob Herring
1
-0
/
+1
2020-09-10
PCI: dwc: Centralize link gen setting
Rob Herring
1
-14
/
+19
2020-09-08
PCI: dwc: Make ATU accessors private
Rob Herring
1
-6
/
+6
2020-09-08
PCI: dwc: Remove read_dbi2 code
Rob Herring
1
-15
/
+0
2020-09-08
PCI: dwc: Ensure FAST_LINK_MODE is cleared
Rob Herring
1
-1
/
+4
2020-09-08
PCI: dwc: Add a 'num_lanes' field to struct dw_pcie
Rob Herring
1
-8
/
+6
2020-06-30
PCI: Replace http:// links with https://
Alexander A. Klimov
1
-1
/
+1
2020-05-22
PCI: dwc: Program outbound ATU upper limit register
Alan Mikhak
1
-2
/
+5
2020-01-09
PCI: dwc: intel: PCIe RC controller driver
Dilip Kota
1
-0
/
+56
2019-09-23
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
1
-1
/
+89
2019-09-08
PCI: tegra: Add Tegra194 PCIe support
Vidya Sagar
1
-1
/
+1
2019-08-22
PCI: dwc: Return directly when num-lanes is not found
Hou Zhiqiang
1
-2
/
+4
2019-08-13
PCI: dwc: Add support to enable CDM register check
Vidya Sagar
1
-0
/
+7
[next]