summaryrefslogtreecommitdiffstats
path: root/src/drivers/intel/wifi
Commit message (Expand)AuthorAgeFilesLines
* drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driverFurquan Shaikh2020-10-134-167/+0
* wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh2020-10-131-4/+0
* drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh2020-10-131-1/+1
* drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh2020-10-111-4/+2
* drivers/intel/wifi: Use newly added pci_dev_is_wake_sourceFurquan Shaikh2020-10-111-9/+2
* drivers/intel/wifi: Drop call to pci_dev_initFurquan Shaikh2020-10-071-2/+0
* drivers/wifi: Adapt generic wifi driver into a chip driverKarthikeyan Ramasubramanian2020-07-282-5/+5
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* drivers/intel/wifi: Add support for Intel Wi-Fi 6 SeriesSubrata Banik2020-04-071-0/+8
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-8/+8
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-5/+0
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* drivers/intel/wifi: Make Intel wifi driver arch agnosticKarthikeyan Ramasubramanian2019-07-131-1/+1
* drivers/wifi: Add generic WiFi driverKarthikeyan Ramasubramanian2019-07-133-252/+13
* drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 moduleSubrata Banik2019-03-281-0/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-8/+8
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* Revert "src/drivers/intel/wifi: Add a W/A for Intel ThP2 9260"Duncan Laurie2019-02-221-25/+0
* drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 moduleSubrata Banik2019-02-201-0/+1
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* src/drivers/intel/wifi: Add a W/A for Intel ThP2 9260Gaggery Tsai2019-01-111-0/+25
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275Subrata Banik2018-10-011-0/+5
* drivers/intel/wifi: Make WIFI_SAR_CBFS user visibleFurquan Shaikh2018-08-271-1/+1
* drivers/intel/wifi: Get rid of unused wrdd.aslFurquan Shaikh2018-08-121-37/+0
* drivers/intel/wifi: Skip adding SSDT entry if device is disabledFurquan Shaikh2018-08-121-1/+1
* intel/wifi: Add WGDS ACPI method for Geo Aware SARPratik Prajapati2018-07-134-1/+85
* drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-FiFurquan Shaikh2018-06-011-0/+2
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+1
* drivers/intel/wifi: Add support for Harrison Peak (HrP)Subrata Banik2018-04-111-6/+31
* drivers/intel/wifi: Add Jefferson Peak Device IDLijian Zhao2018-03-191-0/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* SMBIOS: Correct length calculation for empty string tableKonstantin Aladyshev2017-08-101-1/+1
* driver/intel/wifi: Update wifi wake source in elogNaresh G Solanki2017-07-281-1/+17
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* drvs/intel/wifi/wifi: Fix regressionPatrick Rudolph2017-06-081-2/+3
* drivers/intel/wifi: provide weak get_wifi_sar_limits()Aaron Durbin2017-05-081-0/+6
* intel/wifi: Create ACPI objects for wifi SAR configurationRobbie Zhang2017-01-133-0/+127
* drivers/intel/wifi: Add depends on ARCH_X86Martin Roth2016-10-091-0/+1
* intel/wifi: Include conditionally in the buildKyösti Mälkki2016-07-313-6/+11