summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/nau8825/nau8825.c
Commit message (Expand)AuthorAgeFilesLines
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* drivers/i2c/nau8825: Fix typo: deboune -> debounceMatt DeVillier2023-02-141-1/+1
* drivers/i2c/nau8825: Add ADCOUT IO drive strength controlEric Lai2022-09-161-0/+1
* drivers: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* drivers/i2c/nau8825: Support nau8825 for ACPI GPIO descriptorsSeven Lee2021-04-061-1/+5
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* 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-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-061-12/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-5/+5
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-221-2/+0
* 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
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* acpi: Change device properties to work as a treeDuncan Laurie2016-07-081-6/+8
* nau8825: Add driver for I2C codecDuncan Laurie2016-06-011-0/+117