aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rt1011
AgeCommit message (Expand)Author
2024-05-29tree: Use <stdio.h> for snprintfElyes Haouas
2024-04-12tree: Drop duplicated <device/{path,resource}.h>Elyes Haouas
2024-02-18drivers: Add SPDX license headers to Kconfig filesMartin Roth
2024-01-31include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard
2024-01-24driver/i2c: Rename Makefiles from .inc to .mkMartin Roth
2023-08-06drivers: Add SPDX license headers to MakefilesMartin Roth
2023-05-05vc/google: Decouple DSM_CALIB from CHROMEOSMatt DeVillier
2023-04-28treewide: Add missing include guards to chip.hJan Samek
2022-04-24drivers: Remove unused <acpi/acpi.h>Elyes HAOUAS
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-14src: Remove unused 'include <stdint.h>Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick 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-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-10-24drivers/i2c/rt1011: Add a driver for RT1011Cheng-Yi Chiang