summaryrefslogtreecommitdiff
path: root/src/drivers/generic
AgeCommit message (Expand)Author
2021-05-20drivers/gpio_keys: Add SW_MUTE_DEVICEBen Zhang
2021-05-20drivers/gpio_keys: Add label to set input device nameBen Zhang
2021-04-06src/drivers/generic/nau8315: Add nau8315 supportSeven Lee
2021-03-17cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner
2021-03-15drivers/generic/alc1015: Change HID name for driverEric Lai
2021-03-15drivers/generic/alc1015: Fix missing _DSD and correct property nameEric Lai
2021-03-04drivers/generic/max98357a: Use depends HAVE_ACPI_TABLESEric Lai
2021-03-04drivers/generic/alc1015: add ALC1015 AMP driverEric Lai
2021-02-20drivers/generic/bayhub_lv2: remove unnecessary configsVictor Ding
2021-02-20drivers/generic/bayhub_lv2: move the driver to ".enable"Victor Ding
2021-02-04drivers/generic/bayhub_lv2: Add driver for BayHub lv2John Su
2021-02-01bayhub bh720: Add helpers to access PCR registersAngel Pons
2021-01-28bayhub bh720: Factor out common HS200 init codeAngel Pons
2021-01-25bayhub bh720: Configure VIH tuning via devicetreeAngel Pons
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-09drivers/generic/generic: Drop dead codeAngel Pons
2020-07-02acpi_device: Replace polarity with active_low in acpi_gpio for GpioIoFurquan Shaikh
2020-07-02drivers/generic/gpio_regulator: Drop unused driver for gpio_regulatorFurquan Shaikh
2020-06-28gpio_keys: Allow boards to configure different wakeup routesFurquan Shaikh
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-03drivers/generic/max98357a: Don't write device if HID is missingRaul E Rangel
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-13src: Remove unused '#include <stdint.h>'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick 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-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-06src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-20drivers/generic/max98357a: Allow custom _HID from configAamir Bohra
2020-02-24gfx: Move drivers/generic/gfx to drivers/gfx/genericFurquan Shaikh
2020-02-03drivers/generic/gfx: Add null pointer error checkJacob Garber
2019-12-26drivers/generic/cbfs-serial: Add driver to read serial from CBFSMatt DeVillier
2019-12-26src: Remove unused include <string.h>Elyes HAOUAS
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-02drivers/gfx: Add generic graphics with SSDT generatorMathew King
2019-10-27src/[arch-lib]: change "unsigned" to "unsigned int"Martin Roth
2019-10-22AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth
2019-10-04devicetree: Fix improper use of chip_operationsKyösti Mälkki
2019-05-29src/{device,drivers}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29drivers/generic/max98357a: Add extra error handlingJacob Garber
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-08drivers/gpio_keys: Remove redundant is_wakeup_source flagKarthikeyan Ramasubramanian
2019-01-24drivers/generic/gpio_keys: Add trigger for wakeup event actionKarthikeyan Ramasubramanian