aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-host-generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-30PCI: host-common: Convert to library for host controller driversManivannan Sadhasivam1-0/+2
2024-10-03PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-07-08PCI: controller: Add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-11-20PCI: host-generic: Convert to platform remove callback returning voidUwe Kleine-König1-1/+1
2020-12-10PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński1-1/+0
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring1-14/+1
2020-05-01PCI: host-generic: Support building as modulesRob Herring1-2/+5
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring1-2/+2
2019-04-13PCI: Fix comment typosBjorn Helgaas1-1/+1
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+100
d>ref-filter: strip format option after a field name only once while parsingSZEDER Gábor1-11/+11 2016-10-03show-branch: use QSORTRené Scharfe1-4/+2 2016-10-03coccicheck: make transformation for strbuf_addf(sb, "...") more preciseRené Scharfe1-3/+26 2016-09-29pretty: avoid adding reset for %C(auto) if output is emptyRené Scharfe2-2/+2 2016-09-29use QSORT, part 2René Scharfe2-3/+2 2016-09-29coccicheck: use --all-includes by defaultRené Scharfe1-1/+2 2016-09-29http: control GSSAPI credential delegationPetr Stodulka2-0/+51 2016-09-29Sixth batch for 2.11Junio C Hamano1-0/+28 2016-09-29Prepare for 2.10.1Junio C Hamano1-0/+87 2016-09-29graph: fix extra spaces in graph_padding_lineJeff King1-4/+12 2016-09-29remove unnecessary check before QSORTRené Scharfe3-8/+23 2016-09-29use QSORTRené Scharfe30-65/+44 2016-09-29add QSORTRené Scharfe2-0/+27 2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano1-1/+1 2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124 2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35 2016-09-27rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3 2016-09-27fsck: handle bad trees like other errorsDavid Turner4-19/+106 2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King2-7/+30 2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9 2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8