summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/acpi/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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-281-1/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* 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-5/+5
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+0
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-161-0/+1
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-021-5/+14
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-2/+2
* acpigen: Add stop gpio control to power resourceFurquan Shaikh2017-08-301-1/+2
* drivers/spi: Get rid of spi_get_configFurquan Shaikh2017-04-091-24/+8
* drivers/spi/acpi: Add additional generic ACPI supportDuncan Laurie2017-02-191-3/+82
* drivers/spi: Add support for generating SPI device in SSDTFurquan Shaikh2017-02-161-0/+146