summaryrefslogtreecommitdiff
path: root/src/drivers/wifi
AgeCommit message (Expand)Author
2021-05-03device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak
2021-03-17drivers/wifi, mb/google: Drop config `WIFI_SAR_CBFS`Furquan Shaikh
2021-03-01acpi: Move PCI functions to separate fileTim Wawrzynczak
2021-02-15src/drivers: Remove unused <console/console.h>Elyes HAOUAS
2020-11-20vc/google/chromeos/sar: Make "SAR not found" log a debug messageMaulik V Vaghela
2020-11-10drivers/wifi: Check device is of type PCI before checking vendor IDFurquan Shaikh
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-11-02drivers/wifi/generic: Use is_dev_enabled() instead of dev->enabledFurquan Shaikh
2020-11-02wifi: Drop PCI IDs for JfP and HrPFurquan Shaikh
2020-11-02drivers/wifi/generic: Add support for CNVi dummy device opsFurquan Shaikh
2020-11-02drivers/wifi/generic: Split wifi_generic_fill_ssdt into two functionsFurquan Shaikh
2020-11-02drivers/wifi/generic: Move ACPI functions to a separate fileFurquan Shaikh
2020-11-02drivers/wifi/generic: Move SMBIOS functions to a separate fileFurquan Shaikh
2020-11-02drivers/wifi/generic: Use acpigen_write_ADR_pci_deviceFurquan Shaikh
2020-10-13drivers/wifi/generic: Do not generate SAR tables for non-Intel WiFiFurquan Shaikh
2020-10-13drivers/wifi/generic: Limit scope of ACPI-related functions to generic.cFurquan Shaikh
2020-10-13drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driverFurquan Shaikh
2020-10-13wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh
2020-10-13drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh
2020-10-13drivers/wifi/generic: Add support for generating SMBIOS dataFurquan Shaikh
2020-10-11drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh
2020-10-11drivers/wifi/generic: Log WiFi wake source to event logFurquan Shaikh
2020-10-07drivers/wifi/generic: Use pci_dev_* operations for device opsFurquan Shaikh
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-28drivers/wifi: Adapt generic wifi driver into a chip driverKarthikeyan Ramasubramanian
2020-06-19Kconfig: Escape variable to accommodate new Kconfig versionsPatrick Georgi
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-05-06treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-01-09acpi: Be more ACPI compliant when generating _UIDPatrick Rudolph
2019-10-22AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth
2019-09-21drivers/wifi/generic.c: Upper case the AML WiFi name as required by specAndrew McRae
2019-07-13drivers/wifi: Add generic WiFi driverKarthikeyan Ramasubramanian