summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* drivers/gpio_keys: Remove redundant is_wakeup_source flagKarthikeyan Ramasubramanian2019-02-082-5/+1
* drivers/generic/gpio_keys: Add trigger for wakeup event actionKarthikeyan Ramasubramanian2019-01-242-1/+14
* src/drivers: Remove needless '&' on function pointersElyes HAOUAS2019-01-235-15/+15
* drivers/generic/adau7002: Add wakeup-delay-ms propertyAkshu Agrawal2019-01-162-0/+11
* drivers/generic/gpio_keys: Add mechanism to configure GPE wake eventKarthikeyan Ramasubramanian2018-12-102-0/+4
* drivers/generic: Add support for providing DSD propertiesFurquan Shaikh2018-10-064-1/+148
* src/*: normalize Google copyright headersPatrick Georgi2018-09-283-3/+3
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-162-2/+2
* google/grunt: Reset BayHub EMMC freq to SD base CLK 50MHzKevin Chiu2018-08-282-4/+11
* google/grunt: Override BayHub EMMC driving strengthKevin Chiu2018-08-092-21/+53
* mb/google/kahlee/variants/grunt: Select low-power mode for BayHub720Simon Glass2018-06-251-6/+20
* src/drivers: Get rid of whitespace before tabElyes HAOUAS2018-06-041-3/+3
* drivers/generic/ioapic/ioapic.c: Remove unneeded includeElyes HAOUAS2018-06-041-8/+0
* drivers/generic/bayhub: Add driver for BayHub BH720Simon Glass2018-05-024-0/+120
* ioapic: extend definition name to avoid collisionMarc Jones2018-04-091-2/+2
* drivers/generic/adau7002/adau7002.c: Fix null pointer dereferenceRichard Spiegel2018-02-151-3/+8
* drivers/adau7002: Fix include fileDaniel Kurtz2018-02-141-1/+19
* drivers/adau7002: Add driver for handling ADAU7002Daniel Kurtz2018-02-104-0/+81
* drivers/gpio_keys: Add driver for handling gpio-keysFurquan Shaikh2018-01-314-0/+200
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-142-2/+2
* drivers/regulator: Add driver for handling GPIO-based fixed regulatorFurquan Shaikh2016-12-174-0/+151
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+2