summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic/gpio_regulator/gpio_regulator.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/generic/gpio_regulator: Drop unused driver for gpio_regulatorFurquan Shaikh2020-07-021-75/+0
* 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-1/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* drivers/regulator: Add driver for handling GPIO-based fixed regulatorFurquan Shaikh2016-12-171-0/+90