summaryrefslogtreecommitdiffstats
path: root/src/include/device
Commit message (Expand)AuthorAgeFilesLines
* device/mdio: Provide helper functions for read and writeWerner Zeh2022-11-241-0/+3
* src/device + util/sconfig: Introduce new device 'mdio'Mario Scheithauer2022-11-243-0/+26
* src/include: Remove unnecessary space after castsElyes Haouas2022-11-221-1/+1
* device/pciexp: add pcie_find_dsn()Jonathan Zhang2022-11-201-0/+3
* soc/intel/meteorlake: Add Meteor Lake MCH device IDSridhar Siricilla2022-11-181-0/+1
* soc/intel: Add Meteor Lake IGD device id 0x7d45Ravi Sarawadi2022-11-151-3/+4
* inc/dev: Add definitions for Link Capability and Slot CapabilityTim Chu2022-11-131-0/+3
* device/xhci: Factor out `struct xhci_usb_info`Robert Zieba2022-11-091-0/+14
* device/xhci: Factor out common PORTSC codeRobert Zieba2022-11-091-1/+37
* include/device/pci_def.h: Add some PCIe DPC/AER definitionsTim Chu2022-11-041-0/+19
* treewide: Add 'IWYU pragma: export' commentElyes Haouas2022-11-034-9/+10
* device/mmio: add clr/setbitsXp macrosMichael Niewöhner2022-11-021-0/+15
* soc/intel/alderlake: Add Raptor Lake device IDsLawrence Chang2022-10-251-0/+1
* device: Drop unused ADL-N UFS PCI Device IDSubrata Banik2022-10-121-3/+0
* mb/google/brya/nivviks: Enable ISH driver and firmware nameMeera Ravindranath2022-10-111-0/+1
* include/device/device_util.c: add predicates for pci devicesFabio Aiuto2022-10-061-0/+3
* soc/intel/cmn/gfx: Add missing CML-U IGD device IDsMichał Żygowski2022-10-061-0/+2
* include/device/path.h: use functions for enabled cpu selectionFabio Aiuto2022-09-291-0/+2
* Revert "drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driver"Subrata Banik2022-09-161-4/+4
* device: Clear lane error statusWilson Chou2022-09-121-0/+5
* soc/intel/common/smbus: Add missing ID for GLKSean Rhodes2022-09-081-0/+1
* soc/intel/commmon/fast_spi: Add missing ID for GLKSean Rhodes2022-09-081-0/+1
* pciexp_device: Propagate above-4G flag to all hotplug devicesNico Huber2022-09-041-0/+4
* device/i2c_bus: Add routines to read and write multiple bytesWerner Zeh2022-09-041-0/+14
* device/dram: Add function to convert freq to MT/s for (LP)DDR5Matt DeVillier2022-08-251-0/+20
* pciexp_device: Introduce pciexp_find_ext_vendor_cap()Nico Huber2022-08-172-0/+3
* pciexp_device: Join pciexp_find_(next_)extended_cap() APIsNico Huber2022-08-171-3/+2
* Fix Alder Lake and Raptor Lake Device ID'sMaximilian Brune2022-08-121-58/+44
* Add missing ADL-S device identificationMaximilian Brune2022-08-121-0/+3
* include: Add SPDX identifiers to files missing themMartin Roth2022-08-111-0/+2
* 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-0112-0/+24
* include/device/device.h: Remove unneeded blank line after '{'Elyes HAOUAS2022-07-171-1/+0
* soc/intel/common/graphics: Add another Meteor Lake device IDWonkyu Kim2022-07-071-1/+2
* soc/intel: Add Raptor Lake device IDszhixingma2022-06-281-1/+4
* device: Drop LOG_MEM/IO_RESOURCEKyösti Mälkki2022-06-261-17/+0
* resource: Add helpers for memory resourcesKyösti Mälkki2022-06-261-0/+56
* device: Add fixed_io_range_flags() and helpersKyösti Mälkki2022-06-261-6/+23
* device: Add fixed_mem_range_flags() and helpersKyösti Mälkki2022-06-261-3/+34
* soc/intel: Add Meteor Lake SA device IDSubrata Banik2022-06-221-0/+1
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-13/+13
* soc/intel/alderlake/report_platform.c: Add ADL-S identificationMichał Żygowski2022-06-171-0/+15
* drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driverSubrata Banik2022-06-031-4/+4
* dev/i2c_bus: Add declaration, implementation of i2c_dev_detect()Matt DeVillier2022-05-311-0/+5
* device: Add log_resource()Kyösti Mälkki2022-05-241-0/+9
* soc/intel/ehl: Use defines for Ethernet controller IDsMario Scheithauer2022-05-201-0/+5
* drivers/wifi/generic: Add new device IDBora Guvendik2022-05-161-0/+1
* soc/intel: Add Raptor Lake device IDsBora Guvendik2022-05-161-3/+56
* device/dram/common.h: Use C over CPPArthur Heymans2022-05-111-5/+5
* include/device/i2c_simple: add i2c_2ba_read_bytes functionFelix Held2022-04-271-0/+28