summaryrefslogtreecommitdiffstats
path: root/src/drivers/generic/max98357a
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* driver/acpi to /driver/gfx: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* drivers: Add SPDX license headers to MakefilesMartin Roth2023-08-061-0/+2
* treewide: Add missing include guards to chip.hJan Samek2023-04-281-0/+5
* drivers: Get rid of unnecessary blank lines {before,after} braceElyes HAOUAS2022-07-171-1/+0
* drivers/generic/max98357a: Use depends HAVE_ACPI_TABLESEric Lai2021-03-042-5/+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-1/+1
* drivers/generic/max98357a: Don't write device if HID is missingRaul E Rangel2020-06-031-4/+4
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* 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
* drivers/generic/max98357a: Allow custom _HID from configAamir Bohra2020-03-202-2/+11
* 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-222-2/+13
* drivers/generic/max98357a: Add extra error handlingJacob Garber2019-05-291-2/+7
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* 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-1/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* x86/acpi_device: Add support for GPIO output polarityFurquan Shaikh2016-10-071-1/+2
* acpi: Change device properties to work as a treeDuncan Laurie2016-07-081-4/+5
* drivers/generic/max98357a: Fix naming and ACPI path handlingDuncan Laurie2016-07-021-6/+4
* generic: Add a Maxim 98357A codec driverDuncan Laurie2016-06-024-0/+125