summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add 'IWYU pragma: export' commentElyes Haouas2022-11-031-5/+6
* pci_device: Add a function to find PCI capability ID recursivelyBill XIE2022-08-071-0/+1
* include: Add SPDX-License-Identifiers to files missing themMartin Roth2022-08-011-0/+2
* pciexp_device: Rewrite LTR configurationNico Huber2021-03-151-1/+1
* device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber2021-03-121-1/+1
* device: Move pci_dev_is_wake_source functionTim Wawrzynczak2020-11-091-9/+0
* device: Rework bus master optionFelix Singer2020-11-021-1/+1
* pci_device: Add a helper function for determining if PCI device is wake sourceFurquan Shaikh2020-10-111-0/+8
* device: Fix incompatible-pointer-types build errorSubrata Banik2020-09-111-1/+1
* device: Add method to configure bus mastering based on KconfigFelix Singer2020-08-311-0/+12
* device: Add a disabling PCIe device bus master functionJohn Zhao2020-06-081-0/+1
* device/pci_early: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki2019-09-301-2/+4
* cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki2019-09-281-5/+4
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-151-9/+0
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-2/+1
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-041-10/+0
* device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki2019-03-161-13/+1
* device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki2019-03-161-6/+9
* device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki2019-03-131-6/+6
* device/pci_ops: Unify signaturesKyösti Mälkki2019-03-131-6/+6
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki2019-03-061-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-2/+1
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-031-9/+6
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-1/+0
* device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki2019-02-111-0/+6
* device/pci_early.c: Drop some guardsKyösti Mälkki2019-02-111-1/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* device/pci_early: Fixes for __SIMPLE_DEVICE__Kyösti Mälkki2018-12-301-0/+2
* device/pci: Add MSI-X helper functionsPatrick Rudolph2018-07-191-0/+18
* pci: Fix function prototypePatrick Rudolph2018-05-031-1/+1
* device: Make pci_dev_ops_pci structure globalSubrata Banik2017-12-131-1/+2
* device/pci: untangle struct device and device_tAaron Durbin2017-08-091-20/+22
* src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* src/include: Wrap lines at 80 columnsLee Leahy2017-03-131-3/+6
* src/include: Remove space between function name and parametersLee Leahy2017-03-131-6/+6
* src/include: Fix space between type, * and variable nameLee Leahy2017-03-131-1/+1
* src/include: Remove braces for single statementsLee Leahy2017-03-121-2/+1
* src/include: Add space after commaLee Leahy2017-03-091-1/+1
* src/include: Fix unsigned warningsLee Leahy2017-03-091-13/+18
* device/pci.h: change #ifdef argument to __SIMPLE_DEVICE__Antonello Dettori2016-09-041-3/+3
* include/device: Move inline functions from pci_def.h to pci.hAlexandru Gagniuc2016-02-031-0/+7
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-2/+2
* 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-3/+6
* device: Add class and subclass name supportLee Leahy2015-04-221-0/+2
* PCIe: Add L1 Sub-State support.Kenji Chen2015-03-231-0/+1
* device/pci_early.c: Mixes up variants of a typedefs to 'u32'Edward O'Callaghan2014-07-191-0/+6
* PCI IRQs: Swizzle PCI IRQs for PCI bridgesMike Loptien2014-05-291-0/+2