index
:
linux.git
master
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
/
of.c
Age
Commit message (
Expand
)
Author
2020-08-05
Merge branch 'pci/doc'
Bjorn Helgaas
2020-08-05
Merge branch 'pci/host-probe-refactor'
Bjorn Helgaas
2020-08-05
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-04
PCI: Set bridge map_irq and swizzle_irq to default functions
Rob Herring
2020-08-04
PCI: Move DT resource setup into devm_pci_alloc_host_bridge()
Rob Herring
2020-07-23
PCI: of: Reduce missing non-prefetchable memory region to a warning
Rob Herring
2020-07-10
PCI: Treat "external-facing" devices themselves as internal
Rajat Jain
2020-05-18
PCI: of: Zero max-link-speed value is invalid
Pali Rohár
2019-11-20
PCI: Make devm_of_pci_get_host_bridge_resources() static
Rob Herring
2019-11-20
PCI: of: Add inbound resource parsing to helpers
Rob Herring
2019-10-29
PCI: Export pci_parse_request_of_pci_ranges()
Rob Herring
2019-08-30
PCI: OF: Correct of_irq_parse_pci() documentation
Lubomir Rintel
2019-06-06
PCI: OF: Initialize dev->fwnode appropriately
Jean-Philippe Brucker
2019-05-13
Merge branch 'remotes/lorenzo/pci/keystone'
Bjorn Helgaas
2019-04-15
PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
Kishon Vijay Abraham I
2019-04-11
PCI: OF: Support "external-facing" property
Jean-Philippe Brucker
2019-01-22
PCI: Use of_node_name_eq() for node name comparisons
Rob Herring
2018-09-25
iommu/of: make of_pci_map_rid() available for other devices too
Nipun Gupta
2018-08-15
Merge branch 'pci/resource'
Bjorn Helgaas
2018-07-18
PCI: OF: Fix I/O space page leak
Sergei Shtylyov
2018-06-19
PCI: Clean up resource allocation in devm_of_pci_get_host_bridge_resources()
Jan Kiszka
2018-05-30
PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge...
Jan Kiszka
2018-05-30
PCI: Use dev_printk() in of_pci_get_host_bridge_resources()
Jan Kiszka
2018-05-30
PCI: Pass struct device to of_pci_get_host_bridge_resources()
Jan Kiszka
2018-05-30
PCI: Rename of_pci_get_host_bridge_resources() device node parameter
Jan Kiszka
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
2018-01-31
Merge remote-tracking branch 'lorenzo/pci/cadence' into next
Bjorn Helgaas
2018-01-31
PCI: OF: Add generic function to parse and allocate PCI resources
Cyrille Pitchen
2018-01-28
PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate
Bjorn Helgaas
2018-01-25
PCI: Make of_irq_parse_pci() static
Rob Herring
2018-01-17
PCI: Move OF-related PCI functions into PCI core
Rob Herring
2015-10-16
PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsing
Marc Zyngier
2015-07-30
PCI/MSI: Allow msi_domain lookup using the host bridge node
Marc Zyngier
2015-07-30
PCI/MSI: Add support for OF-provided msi_domain
Marc Zyngier
2011-08-19
PCI: OF: Don't crash when bridge parent is NULL.
David Daney
2011-06-08
pci/of: Match PCI devices to OF nodes dynamically
Benjamin Herrenschmidt