summaryrefslogtreecommitdiff
path: root/drivers/of/of_pci.c
AgeCommit message (Expand)Author
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring
2017-11-16of/pci: Fix theoretical NULL dereferenceRobin Murphy
2017-07-24of_pci: use of_property_read_u32_array()Sergei Shtylyov
2017-07-24of_pci: use of_property_read_u32()Sergei Shtylyov
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring
2017-03-14of/pci: Remove unused MSI controller helpersThomas Petazzoni
2016-11-14of/pci: Add of_pci_get_max_link_speed() to parse max-link-speed from DTShawn Lin
2016-09-16of/irq: Break out msi-map lookup (again)Robin Murphy
2016-07-18of: use pr_fmt prefix for all console printingRob Herring
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-07PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee
2015-11-07of/pci: Fix pci_get_host_bridge_device leakSuthikulpanit, Suravee
2015-11-06Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-13PCI: of: Ignore resources with failed translationPavel Fedin
2015-09-17of/pci: Add of_pci_check_probe_only to parse "linux,pci-probe-only"Marc Zyngier
2015-03-03of/pci: Add of_pci_dma_configure() to update DMA configurationMurali Karicheri
2015-02-11of/pci: Remove duplicate kfree in of_pci_get_host_bridge_resources()Lorenzo Pieralisi
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-02-09Merge branch 'pci/host-generic' of git://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki
2015-01-28of/pci: Free resources on failure in of_pci_get_host_bridge_resources()Lorenzo Pieralisi
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang
2014-09-30of/pci: Add support for parsing PCI host bridge resources from DTLiviu Dudau
2014-09-30of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni
2013-05-19of/pci: Add of_pci_parse_bus_range() functionThierry Reding
2013-05-19of/pci: Add of_pci_get_devfn() functionThierry Reding
2011-10-31of: of_pci.c needs export.h since it uses EXPORT_SYMBOLSPaul Gortmaker
2011-07-23of: fix missing include from of_pci.cGrant Likely
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt
2011-02-23x86: dtb: Add support for PCI devices backed by dtb nodesSebastian Andrzej Siewior
2011-02-04of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior