summaryrefslogtreecommitdiffstats
path: root/src/drivers/wifi
Commit message (Expand)AuthorAgeFilesLines
* drivers/wifi, mb/google: Drop config `WIFI_SAR_CBFS`Furquan Shaikh2021-03-172-17/+10
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-011-0/+1
* src/drivers: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* vc/google/chromeos/sar: Make "SAR not found" log a debug messageMaulik V Vaghela2020-11-201-1/+1
* drivers/wifi: Check device is of type PCI before checking vendor IDFurquan Shaikh2020-11-101-2/+5
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-6/+0
* 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
* 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-132-0/+73
* wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh2020-10-131-0/+4
* drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh2020-10-132-1/+4
* drivers/wifi/generic: Add support for generating SMBIOS dataFurquan Shaikh2020-10-131-0/+41
* drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh2020-10-112-3/+1
* drivers/wifi/generic: Log WiFi wake source to event logFurquan Shaikh2020-10-111-0/+8
* drivers/wifi/generic: Use pci_dev_* operations for device opsFurquan Shaikh2020-10-071-3/+6
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* drivers/wifi: Adapt generic wifi driver into a chip driverKarthikeyan Ramasubramanian2020-07-285-18/+45
* Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi2020-06-191-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* 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
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-2/+2
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph2020-01-091-1/+2
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* drivers/wifi/generic.c: Upper case the AML WiFi name as required by specAndrew McRae2019-09-211-1/+2
* drivers/wifi: Add generic WiFi driverKarthikeyan Ramasubramanian2019-07-134-0/+354