summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic
Commit message (Expand)AuthorAgeFilesLines
* drivers/generic/alc1015: Add HID to support alc1019Eric Lai2021-08-122-3/+6
* arch/x86/ioapic: Drop irq_on_fsb as a configurable itemKyösti Mälkki2021-06-162-3/+1
* drivers/generic/ioapic: Use arch/x86/ioapicKyösti Mälkki2021-06-071-66/+2
* drivers/gpio_keys: Add SW_MUTE_DEVICEBen Zhang2021-05-201-0/+1
* drivers/gpio_keys: Add label to set input device nameBen Zhang2021-05-202-0/+4
* src/drivers/generic/nau8315: Add nau8315 supportSeven Lee2021-04-064-0/+86
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-15/+4
* drivers/generic/alc1015: Change HID name for driverEric Lai2021-03-151-1/+1
* drivers/generic/alc1015: Fix missing _DSD and correct property nameEric Lai2021-03-151-1/+2
* drivers/generic/max98357a: Use depends HAVE_ACPI_TABLESEric Lai2021-03-042-5/+1
* drivers/generic/alc1015: add ALC1015 AMP driverEric Lai2021-03-044-0/+83
* drivers/generic/bayhub_lv2: remove unnecessary configsVictor Ding2021-02-202-14/+1
* drivers/generic/bayhub_lv2: move the driver to ".enable"Victor Ding2021-02-201-2/+2
* drivers/generic/bayhub_lv2: Add driver for BayHub lv2John Su2021-02-045-0/+123
* bayhub bh720: Add helpers to access PCR registersAngel Pons2021-02-011-30/+26
* bayhub bh720: Factor out common HS200 init codeAngel Pons2021-01-283-4/+49
* bayhub bh720: Configure VIH tuning via devicetreeAngel Pons2021-01-252-0/+16
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-093-3/+3
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* drivers/generic/generic: Drop dead codeAngel Pons2020-07-094-122/+0
* acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh2020-07-022-2/+2
* drivers/generic/gpio_regulator: Drop unused driver for gpio_regulatorFurquan Shaikh2020-07-024-97/+0
* gpio_keys: Allow boards to configure different wakeup routesFurquan Shaikh2020-06-282-4/+31
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* drivers/generic/max98357a: Don't write device if HID is missingRaul E Rangel2020-06-031-4/+4
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-182-4/+0
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-133-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1118-18/+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-0210-15/+15
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-285-5/+5
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-106-11/+11
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-106-6/+0
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0616-192/+32
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-025-21/+21
* drivers/generic/max98357a: Allow custom _HID from configAamir Bohra2020-03-202-2/+11
* gfx: Move drivers/generic/gfx to drivers/gfx/genericFurquan Shaikh2020-02-244-192/+0
* drivers/generic/gfx: Add null pointer error checkJacob Garber2020-02-031-0/+3
* drivers/generic/cbfs-serial: Add driver to read serial from CBFSMatt DeVillier2019-12-263-0/+57
* src: Remove unused include <string.h>Elyes HAOUAS2019-12-261-1/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* drivers/gfx: Add generic graphics with SSDT generatorMathew King2019-12-024-0/+190
* src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-2217-35/+30
* devicetree: Fix improper use of chip_operationsKyösti Mälkki2019-10-041-7/+1
* src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+2
* drivers/generic/max98357a: Add extra error handlingJacob Garber2019-05-291-2/+7
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-5/+5