summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi/acpi
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-2/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/parade to /driver/wwan: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers/spi/acpi: Drop 'disable_gpio_export_in_crs' flagMatt DeVillier2023-01-152-5/+2
* drivers/spi/acpi: Update _S0W return value to D3hotTim Wawrzynczak2021-08-091-1/+1
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-021-3/+3
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-114-4/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-18/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-022-3/+3
* 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-062-24/+4
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS fileMartin Roth2019-10-224-8/+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-022-8/+23
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-2/+2
* acpigen: Add stop gpio control to power resourceFurquan Shaikh2017-08-302-1/+7
* drivers/spi: Get rid of spi_get_configFurquan Shaikh2017-04-091-24/+8
* drivers/spi/acpi: Add additional generic ACPI supportDuncan Laurie2017-02-192-4/+103
* drivers/spi: Add support for generating SPI device in SSDTFurquan Shaikh2017-02-164-0/+212