summaryrefslogtreecommitdiff
path: root/src/device/pciexp_device.c
AgeCommit message (Expand)Author
2021-03-15pciexp_device: Rewrite LTR configurationNico Huber
2021-03-14device/pciexp_device.c: Remove CPP guardingArthur Heymans
2021-03-12pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber
2021-03-12device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber
2020-10-21device: Allow virtual/generic devices under PCI in devicetreeDuncan Laurie
2020-05-28Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...Furquan Shaikh
2020-05-16Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"Furquan Shaikh
2020-05-12pciexp_device: Add option to allocate prefetch memory above 4G boundaryFurquan Shaikh
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS
2020-04-04src/device: Use SPDX for GPL-2.0-only filesAngel Pons
2020-02-05pciexp: Add support for allocating PCI express hotplug resourcesJeremy Soller
2019-12-19device/pciexp: Match Max_Payload_Size between ends of a linkKyösti Mälkki
2019-12-09src/device: Fix typoElyes HAOUAS
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-18src: Remove unused include '<device/pci_ids.h>'Elyes HAOUAS
2019-09-17AUTHORS: Move src/device copyrights into AUTHORS fileMartin Roth
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-05-04src/device/pciexp_device.c: Get rid of device_tElyes HAOUAS
2018-04-26device: Add flag to disable PCIe ASPMNico Huber
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2017-12-08device/pciexp_device: Set values numerically instead of as bitmaskPatrick Georgi
2017-10-13src/device: Update LTR configuration schemeAamir Bohra
2017-07-15device/pciexp_device.c: Terminate CLK PM message with newlineArthur Heymans
2017-06-09pciexp_device: Remove useless write on a read-only registerYouness Alaoui
2017-06-09pciexp_device: Prevent race condition with retrain linkYouness Alaoui
2016-12-06PCI ops: Define read-modify-write routines globallyKyösti Mälkki
2016-12-01PCIEXP_PLUGIN_SUPPORT: Change dependency on PCI accessKyösti Mälkki
2016-12-01PCIEXP_ASPM: Unify code with other PCI-e tuningKyösti Mälkki
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-30Revert "device/pciexp_device: Tune PCIe bridges before scanning children"Kyösti Mälkki
2015-10-25device/pciexp_device: Tune PCIe bridges before scanning childrenTimothy Pearson
2015-06-17PCIe : Adding some error/not-null condition checkingPratik Prajapati
2015-06-04devicetree: Change scan_bus() prototype in device opsKyösti Mälkki
2015-06-04PCI subsystem: Drop parameter max from scan_busKyösti Mälkki
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-23PCIe: Revise L1 Sub-State supportKenji Chen
2015-03-23PCIe: Add L1 Sub-State support.Kenji Chen
2015-03-09device/pciexp: Add support for PCIe CLK power managementKane Chen
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-30Rename devices -> deviceStefan Reinauer