index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-host.c
Age
Commit message (
Expand
)
Author
2019-05-07
PCI: dwc: Save root bus for driver remove hooks
Jisheng Zhang
2019-05-07
PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify code
Jisheng Zhang
2019-05-07
PCI: dwc: Free MSI in dw_pcie_host_init() error path
Jisheng Zhang
2019-05-07
PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()
Jisheng Zhang
2019-05-07
PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid
Jisheng Zhang
2019-03-01
PCI: dwc: skip MSI init if MSIs have been explicitly disabled
Lucas Stach
2019-03-01
PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()
Andrey Smirnov
2019-02-01
PCI: dwc: Replace bit rotation operation (1 << bit) with BIT(bit)
Gustavo Pimentel
2019-02-01
PCI: dwc: Improve code readability and simplify mask/unmask operations
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pcie_irq_domain_free()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_msi_set_affinity()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_setup_msi_msg()
Gustavo Pimentel
2019-02-01
PCI: dwc: Rename variable name from data to d on dw_pci_bottom_mask/unmask()
Gustavo Pimentel
2019-01-02
Merge branch 'remotes/lorenzo/pci/dwc-msi'
Bjorn Helgaas
2018-12-18
PCI: dwc: Don't hard-code DBI/ATU offset
Stephen Warren
2018-12-11
PCI: dwc: Move interrupt acking into the proper callback
Marc Zyngier
2018-12-11
PCI: dwc: Take lock when ACKing an interrupt
Marc Zyngier
2018-12-11
PCI: dwc: Use interrupt masking instead of disabling
Marc Zyngier
2018-07-18
PCI: designware: Fix I/O space page leak
Sergei Shtylyov
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin