summaryrefslogtreecommitdiffstats
path: root/src/device/pciexp_device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Revert "device/pciexp_device: Tune PCIe bridges before scanning children"4.2Kyösti Mälkki2015-10-301-2/+0
* device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson2015-10-251-0/+2
* PCIe : Adding some error/not-null condition checkingPratik Prajapati2015-06-171-3/+8
* devicetree: Change scan_bus() prototype in device opsKyösti Mälkki2015-06-041-2/+2
* PCI subsystem: Drop parameter max from scan_busKyösti Mälkki2015-06-041-4/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* PCIe: Revise L1 Sub-State supportKenji Chen2015-03-231-5/+2
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-231-0/+184
* device/pciexp: Add support for PCIe CLK power managementKane Chen2015-03-091-0/+22
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Rename devices -> deviceStefan Reinauer2012-11-301-0/+252