index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
device
/
pciexp_device.c
Age
Commit message (
Expand
)
Author
2023-09-08
arch to drivers/intel: Fix misspellings & capitalization issues
Martin Roth
2023-03-02
device/pciexp_device.c: Do not enable common clock if already active
Werner Zeh
2022-11-20
device/pciexp: add pcie_find_dsn()
Jonathan Zhang
2022-09-12
device: Clear lane error status
Wilson Chou
2022-09-04
pciexp_device: Propagate above-4G flag to all hotplug devices
Nico Huber
2022-08-29
pciexp: Move PCI path check one level up to pciexp_enable_ltr()
Nico Huber
2022-08-17
pciexp_device: Fix offset handling for extended capabilities
Nico Huber
2022-08-17
pciexp: Refactor extended capability handling
Nico Huber
2022-08-17
pciexp_device: Drop quirk handling in pciexp_get_ext_cap_offset()
Nico Huber
2022-08-17
pciexp_device: Properly search for Intel's 0xcafe capability
Nico Huber
2022-08-17
pciexp_device: Introduce pciexp_find_ext_vendor_cap()
Nico Huber
2022-08-17
pciexp_device: Join pciexp_find_(next_)extended_cap() APIs
Nico Huber
2022-08-15
pciexp_device: Fix pciexp_find_next_extended_cap()
Nico Huber
2022-08-07
pciexp_device: Handle unsupported requests in pciexp_get_ext_cap_offset()
Bill XIE
2022-08-07
pciexp_device: Fix a bug in pciexp_enable_ltr()
Bill XIE
2022-03-28
device/pciexp_device: Set resources for pciexp_hotplug_dummy_ops
John Su
2022-02-10
device: Add pciexp_find_next_extended_cap function
Tim Wawrzynczak
2022-01-24
device: constify pciexp_find_extended_cap()
Tim Wawrzynczak
2021-12-22
device: Make pciexp_get_ltr_max_latencies a public function
Tim Wawrzynczak
2021-03-15
pciexp_device: Rewrite LTR configuration
Nico Huber
2021-03-14
device/pciexp_device.c: Remove CPP guarding
Arthur Heymans
2021-03-12
pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper
Nico Huber
2021-03-12
device: Give `pci_ops.set_L1_ss_latency` a proper name
Nico Huber
2020-10-21
device: Allow virtual/generic devices under PCI in devicetree
Duncan Laurie
2020-05-28
Revert "Revert "pciexp_device: Add option to allocate prefetch memory above 4...
Furquan Shaikh
2020-05-16
Revert "pciexp_device: Add option to allocate prefetch memory above 4G boundary"
Furquan Shaikh
2020-05-12
pciexp_device: Add option to allocate prefetch memory above 4G boundary
Furquan Shaikh
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-04
src/device: Use SPDX for GPL-2.0-only files
Angel Pons
2020-02-05
pciexp: Add support for allocating PCI express hotplug resources
Jeremy Soller
2019-12-19
device/pciexp: Match Max_Payload_Size between ends of a link
Kyösti Mälkki
2019-12-09
src/device: Fix typo
Elyes HAOUAS
2019-10-27
src/[arch-lib]: change "unsigned" to "unsigned int"
Martin Roth
2019-10-18
src: Remove unused include '<device/pci_ids.h>'
Elyes HAOUAS
2019-09-17
AUTHORS: Move src/device copyrights into AUTHORS file
Martin Roth
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-05-04
src/device/pciexp_device.c: Get rid of device_t
Elyes HAOUAS
2018-04-26
device: Add flag to disable PCIe ASPM
Nico Huber
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2017-12-08
device/pciexp_device: Set values numerically instead of as bitmask
Patrick Georgi
2017-10-13
src/device: Update LTR configuration scheme
Aamir Bohra
2017-07-15
device/pciexp_device.c: Terminate CLK PM message with newline
Arthur Heymans
2017-06-09
pciexp_device: Remove useless write on a read-only register
Youness Alaoui
2017-06-09
pciexp_device: Prevent race condition with retrain link
Youness Alaoui
2016-12-06
PCI ops: Define read-modify-write routines globally
Kyösti Mälkki
2016-12-01
PCIEXP_PLUGIN_SUPPORT: Change dependency on PCI access
Kyösti Mälkki
2016-12-01
PCIEXP_ASPM: Unify code with other PCI-e tuning
Kyösti Mälkki
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-30
Revert "device/pciexp_device: Tune PCIe bridges before scanning children"
Kyösti Mälkki
2015-10-25
device/pciexp_device: Tune PCIe bridges before scanning children
Timothy Pearson
2015-06-17
PCIe : Adding some error/not-null condition checking
Pratik Prajapati
2015-06-04
devicetree: Change scan_bus() prototype in device ops
Kyösti Mälkki
2015-06-04
PCI subsystem: Drop parameter max from scan_bus
Kyösti Mälkki
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-03-23
PCIe: Revise L1 Sub-State support
Kenji Chen
2015-03-23
PCIe: Add L1 Sub-State support.
Kenji Chen
2015-03-09
device/pciexp: Add support for PCIe CLK power management
Kane Chen
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2012-11-30
Rename devices -> device
Stefan Reinauer