summaryrefslogtreecommitdiffstats
path: root/src/device/pciexp_device.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-5/+5
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* device/pciexp_device.c: Do not enable common clock if already activeWerner Zeh2023-03-021-0/+18
* device/pciexp: add pcie_find_dsn()Jonathan Zhang2022-11-201-0/+51
* device: Clear lane error statusWilson Chou2022-09-121-0/+28
* pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber2022-09-041-0/+1
* pciexp: Move PCI path check one level up to pciexp_enable_ltr()Nico Huber2022-08-291-2/+3
* pciexp_device: Fix offset handling for extended capabilitiesNico Huber2022-08-171-2/+2
* pciexp: Refactor extended capability handlingNico Huber2022-08-171-11/+21
* pciexp_device: Drop quirk handling in pciexp_get_ext_cap_offset()Nico Huber2022-08-171-4/+1
* pciexp_device: Properly search for Intel's 0xcafe capabilityNico Huber2022-08-171-1/+5
* pciexp_device: Introduce pciexp_find_ext_vendor_cap()Nico Huber2022-08-171-0/+29
* pciexp_device: Join pciexp_find_(next_)extended_cap() APIsNico Huber2022-08-171-11/+23
* pciexp_device: Fix pciexp_find_next_extended_cap()Nico Huber2022-08-151-2/+2
* pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset()Bill XIE2022-08-071-0/+3
* pciexp_device: Fix a bug in pciexp_enable_ltr()Bill XIE2022-08-071-1/+1
* device/pciexp_device: Set resources for pciexp_hotplug_dummy_opsJohn Su2022-03-281-0/+1
* device: Add pciexp_find_next_extended_cap functionTim Wawrzynczak2022-02-101-11/+21
* device: constify pciexp_find_extended_cap()Tim Wawrzynczak2022-01-241-1/+1
* device: Make pciexp_get_ltr_max_latencies a public functionTim Wawrzynczak2021-12-221-1/+1
* pciexp_device: Rewrite LTR configurationNico Huber2021-03-151-39/+69
* device/pciexp_device.c: Remove CPP guardingArthur Heymans2021-03-141-3/+0
* pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber2021-03-121-4/+4
* device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber2021-03-121-2/+2
* device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie2020-10-211-0/+4
* Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...Furquan Shaikh2020-05-281-3/+7
* Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"Furquan Shaikh2020-05-161-7/+3
* pciexp_device: Add option to allocate prefetch memory above 4G boundaryFurquan Shaikh2020-05-121-3/+7
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-2/+0
* src/device: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller2020-02-051-0/+59
* device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki2019-12-191-0/+44
* src/device: Fix typoElyes HAOUAS2019-12-091-1/+1
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-8/+8
* src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS2019-10-181-1/+0
* AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth2019-09-171-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-2/+2
* src/device/pciexp_device.c: Get rid of device_tElyes HAOUAS2018-05-041-22/+22
* device: Add flag to disable PCIe ASPMNico Huber2018-04-261-0/+3
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi2017-12-081-4/+13
* src/device: Update LTR configuration schemeAamir Bohra2017-10-131-11/+44
* device/pciexp_device.c: Terminate CLK PM message with newlineArthur Heymans2017-07-151-1/+1
* pciexp_device: Remove useless write on a read-only registerYouness Alaoui2017-06-091-5/+0
* pciexp_device: Prevent race condition with retrain linkYouness Alaoui2017-06-091-2/+20
* PCI ops: Define read-modify-write routines globallyKyösti Mälkki2016-12-061-18/+8
* PCIEXP_PLUGIN_SUPPORT: Change dependency on PCI accessKyösti Mälkki2016-12-011-28/+14
* PCIEXP_ASPM: Unify code with other PCI-e tuningKyösti Mälkki2016-12-011-17/+7