summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/wifi: Check device is of type PCI before checking vendor IDFurquan Shaikh2020-11-101-2/+5
* drivers/usb/acpi: Add support for privacy_gpioRicardo Ribalda2020-11-092-11/+45
* driver/usb/acpi: Add power resources for devices on USB portsKarthikeyan Ramasubramanian2020-11-092-2/+32
* drivers/intel/gma: Add Kconfig option for vbt data sizeSrinidhi N Kaushik2020-11-092-1/+5
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-0929-40/+25
* soc/intel/common: Create common Intel FSP reset code blockSubrata Banik2020-11-021-0/+8
* drivers/intel/fsp2_0: Add function to report FSP-T outputArthur Heymans2020-11-023-0/+30
* drivers/wifi/generic: Use is_dev_enabled() instead of dev->enabledFurquan Shaikh2020-11-021-2/+2
* wifi: Drop PCI IDs for JfP and HrPFurquan Shaikh2020-11-021-10/+0
* drivers/wifi/generic: Add support for CNVi dummy device opsFurquan Shaikh2020-11-024-12/+48
* drivers/wifi/generic: Split wifi_generic_fill_ssdt into two functionsFurquan Shaikh2020-11-021-16/+29
* drivers/wifi/generic: Move ACPI functions to a separate fileFurquan Shaikh2020-11-024-227/+235
* drivers/wifi/generic: Move SMBIOS functions to a separate fileFurquan Shaikh2020-11-024-39/+58
* drivers/wifi/generic: Use acpigen_write_ADR_pci_deviceFurquan Shaikh2020-11-021-5/+1
* soc/intel/xeon_sp: Move read_msr_ppin() to common util.cMarc Jones2020-10-301-1/+1
* drivers/soundwire/alc711: Add Realtek ALC711 soundwire deviceAnil Kumar2020-10-304-0/+170
* drivers/mrc_cache: Fix size comparison in mrc_cache updateTim Wawrzynczak2020-10-281-2/+2
* src/drivers/ipmi: Add function to get BMC revisionTim Chu2020-10-262-0/+20
* src: Include <arch/io.h> when appropriateElyes HAOUAS2020-10-262-0/+2
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-225-3/+364
* drivers/intel/gma: Increase vbt_data sizeSrinidhi N Kaushik2020-10-211-1/+1
* mrc_cache: Remove unnecessary data checksum calculationShelley Chen2020-10-201-10/+11
* mrc_cache: Add tpm_hash_index field to cache_region structShelley Chen2020-10-201-7/+18
* security/vboot: Make mrc_cache hash functions genericShelley Chen2020-10-201-2/+5
* mrc_cache: Move mrc_cache_*_hash functions into mrc_cache driverShelley Chen2020-10-202-13/+11
* mrc_cache: Add config MRC_SAVE_HASH_IN_TPMShelley Chen2020-10-203-21/+12
* security/vboot: Rename mem_init.h to mrc_cache_hash_tpm.hShelley Chen2020-10-192-20/+1
* drivers/i2c/gpiomux: Add chip driver for multiplexed I2C busKarthikeyan Ramasubramanian2020-10-194-0/+71
* drivers/i2c: Add chip driver for GPIO based I2C multiplexerKarthikeyan Ramasubramanian2020-10-195-0/+107
* drivers/intel/usb4: Add driver for USB4 retimer deviceDuncan Laurie2020-10-194-0/+158
* drivers/camera: Add config CHROMEOS_CAMERAYu-Ping Wu2020-10-194-0/+74
* drivers: snsn65dsi86: Fix link rate parsingJulius Werner2020-10-131-7/+5
* drivers/wifi/generic: Do not generate SAR tables for non-Intel WiFiFurquan Shaikh2020-10-131-2/+6
* drivers/wifi/generic: Limit scope of ACPI-related functions to generic.cFurquan Shaikh2020-10-132-31/+4
* drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driverFurquan Shaikh2020-10-136-167/+73
* wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh2020-10-132-4/+4
* drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh2020-10-133-2/+5
* drivers/wifi/generic: Add support for generating SMBIOS dataFurquan Shaikh2020-10-131-0/+41
* src: Rename EM100Pro-specific SPI console Kconfig optionAngel Pons2020-10-132-2/+2
* drivers/i2c/nct7802y: Configure remote diodes and local sensorMaxim Polyakov2020-10-113-7/+31
* drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh2020-10-113-7/+3
* drivers/wifi/generic: Log WiFi wake source to event logFurquan Shaikh2020-10-111-0/+8
* drivers/intel/wifi: Use newly added pci_dev_is_wake_sourceFurquan Shaikh2020-10-111-9/+2
* sc7180: Remove the delay to force hpd detection and always disable HPDVinod Polimera2020-10-091-30/+2
* mrc_cache: Change mrc_cache_load_current to return size of entryShelley Chen2020-10-091-4/+4
* drivers/intel/wifi: Drop call to pci_dev_initFurquan Shaikh2020-10-071-2/+0
* drivers/wifi/generic: Use pci_dev_* operations for device opsFurquan Shaikh2020-10-071-3/+6
* drivers/ipmi/ocp/ipmi_ocp.c: Clean up includesMarc Jones2020-10-061-4/+5
* mrc_cache: Update mrc_cache data in romstageShelley Chen2020-10-022-46/+119
* drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES configShelley Chen2020-10-021-0/+12