index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-host.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2021-02-24
1
-4
/
+2
|
\
|
*
PCI: dwc: Remove IRQ handler and data in one go
Martin Kaiser
2021-01-18
1
-4
/
+2
*
|
PCI: dwc: Don't assume the ops in dw_pcie always exist
Jisheng Zhang
2021-02-24
1
-1
/
+1
*
|
PCI: dwc: Drop support for config space in 'ranges'
Rob Herring
2021-02-24
1
-33
/
+12
|
/
*
PCI: dwc: Fix inverted condition of DMA mask setup warning
Alexander Lobakin
2020-12-26
1
-6
/
+2
*
PCI: dwc: Set 32-bit DMA mask for MSI target address allocation
Vidya Sagar
2020-12-10
1
-0
/
+8
*
PCI: dwc: Detect number of iATU windows
Rob Herring
2020-11-19
1
-9
/
+5
*
PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
Rob Herring
2020-11-19
1
-0
/
+1
*
PCI: dwc: Move dw_pcie_msi_init() into core
Rob Herring
2020-11-19
1
-4
/
+5
*
PCI: dwc: Move link handling into common code
Rob Herring
2020-11-19
1
-0
/
+9
*
PCI: dwc: Rework MSI initialization
Rob Herring
2020-11-19
1
-8
/
+12
*
PCI: dwc: Move MSI interrupt setup into DWC common code
Rob Herring
2020-11-19
1
-1
/
+10
*
PCI: dwc: Drop the .set_num_vectors() host op
Rob Herring
2020-11-19
1
-15
/
+4
*
PCI: dwc: Ensure all outbound ATU windows are reset
Rob Herring
2020-11-19
1
-0
/
+5
*
PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
Rob Herring
2020-11-19
1
-0
/
+7
*
PCI: dwc: Support multiple ATU memory regions
Rob Herring
2020-11-18
1
-22
/
+32
*
PCI: dwc: Restore ATU memory resource setup to use last entry
Rob Herring
2020-11-04
1
-2
/
+6
*
PCI: dwc: Add link up check in dw_child_pcie_ops.map_bus()
Hou Zhiqiang
2020-10-20
1
-0
/
+11
*
PCI: dwc: Fix MSI page leakage in suspend/resume
Jisheng Zhang
2020-10-13
1
-15
/
+18
*
PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
Jisheng Zhang
2020-10-13
1
-1
/
+1
*
PCI: dwc: Centralize link gen setting
Rob Herring
2020-09-10
1
-0
/
+3
*
PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()
Rob Herring
2020-09-08
1
-0
/
+3
*
PCI: dwc: Simplify config space handling
Rob Herring
2020-09-08
1
-43
/
+20
*
PCI: dwc: Remove storing of PCI resources
Rob Herring
2020-09-08
1
-18
/
+9
*
PCI: dwc: Remove root_bus pointer
Rob Herring
2020-09-08
1
-2
/
+2
*
PCI: dwc: Convert to use pci_host_probe()
Rob Herring
2020-09-08
1
-18
/
+3
*
PCI: dwc: Use generic config accessors
Rob Herring
2020-09-08
1
-82
/
+37
*
PCI: dwc: Remove dwc specific config accessor ops
Rob Herring
2020-09-08
1
-14
/
+0
*
PCI: dwc: Add a default pci_ops.map_bus for root port
Rob Herring
2020-09-08
1
-0
/
+12
*
PCI: dwc: Allow overriding bridge pci_ops
Rob Herring
2020-09-07
1
-5
/
+10
*
PCI: dwc: Use DBI accessors instead of own config accessors
Rob Herring
2020-09-07
1
-36
/
+19
*
Merge branch 'pci/host-probe-refactor'
Bjorn Helgaas
2020-08-06
1
-19
/
+6
|
\
|
*
PCI: Set bridge map_irq and swizzle_irq to default functions
Rob Herring
2020-08-04
1
-2
/
+0
|
*
PCI: Move DT resource setup into devm_pci_alloc_host_bridge()
Rob Herring
2020-08-04
1
-5
/
+0
|
*
PCI: Move setting pci_host_bridge.busnr out of host drivers
Rob Herring
2020-07-23
1
-1
/
+0
|
*
PCI: designware: Use pci_is_root_bus() to check if bus is root bus
Rob Herring
2020-07-23
1
-11
/
+7
|
*
PCI: Set default bridge parent device
Rob Herring
2020-07-23
1
-1
/
+0
*
|
PCI: Replace http:// links with https://
Alexander A. Klimov
2020-06-30
1
-1
/
+1
|
/
*
PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_port
Kishon Vijay Abraham I
2020-05-22
1
-1
/
+1
*
PCI: dwc: Fix inner MSI IRQ domain registration
Marc Zyngier
2020-05-22
1
-0
/
+2
*
Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'
Bjorn Helgaas
2019-11-28
1
-20
/
+9
|
\
|
*
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-11-20
1
-1
/
+2
|
*
PCI: dwc: Use pci_parse_request_of_pci_ranges()
Rob Herring
2019-10-29
1
-20
/
+8
*
|
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
2019-11-28
1
-5
/
+6
|
\
\
|
*
|
PCI: dwc: Fix find_next_bit() usage
Niklas Cassel
2019-10-15
1
-5
/
+6
|
|
/
*
/
PCI: Remove unused includes and superfluous struct declaration
Krzysztof Wilczynski
2019-11-21
1
-0
/
+1
|
/
*
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
2019-09-23
1
-6
/
+8
|
\
|
*
PCI: dwc: Group DBI registers writes requiring unlocking
Vidya Sagar
2019-08-13
1
-6
/
+8
*
|
PCI: dwc: Add validation that PCIe core is set to correct mode
Jonathan Chocron
2019-09-16
1
-0
/
+16
|
/
*
PCI: dwc: Export APIs to support .remove() implementation
Vidya Sagar
2019-06-27
1
-0
/
+4
[next]