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
*
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
*
PCI: dwc: Add API support to de-initialize host
Vidya Sagar
2019-06-27
1
-0
/
+8
*
Merge branch 'remotes/lorenzo/pci/keystone'
Bjorn Helgaas
2019-05-14
1
-67
/
+30
|
\
|
*
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
2019-04-15
1
-19
/
+0
|
*
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
2019-04-04
1
-11
/
+13
|
*
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2019-04-04
1
-36
/
+14
|
*
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
1
-3
/
+2
|
*
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
1
-1
/
+4
*
|
PCI: dwc: Save root bus for driver remove hooks
Jisheng Zhang
2019-05-07
1
-6
/
+6
*
|
PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code
Jisheng Zhang
2019-05-07
1
-13
/
+8
*
|
PCI: dwc: Free MSI in dw_pcie_host_init() error path
Jisheng Zhang
2019-05-07
1
-3
/
+6
*
|
PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
Jisheng Zhang
2019-05-07
1
-4
/
+8
*
|
PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid
Jisheng Zhang
2019-05-07
1
-2
/
+4
|
/
*
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
2019-03-01
1
-1
/
+1
*
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
2019-03-01
1
-38
/
+23
*
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
2019-02-01
1
-3
/
+3
*
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2019-02-01
1
-6
/
+6
[next]