Age | Commit message (Expand) | Author |
2024-05-29 | tree: Remove unused <string.h> | Elyes Haouas |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.h> | Elyes Haouas |
2024-02-18 | drivers: Add SPDX license headers to Kconfig files | Martin Roth |
2024-01-31 | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard |
2024-01-24 | driver/i2c: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-11 | drivers/i2c/sx9310: Set ACPI status to hidden (0xb) | Matt DeVillier |
2023-08-06 | drivers: Add SPDX license headers to Makefiles | Martin Roth |
2021-03-10 | drivers/i2c: sx9310: Replace register map with descriptive names | Gwendal Grignou |
2020-11-09 | acpi: Call acpi_fill_ssdt() only for enabled devices | Karthikeyan Ramasubramanian |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-10 | Replace DEVICE_NOOP with noop_(set|read)_resources | Nico Huber |
2020-04-10 | Drop unnecessary DEVICE_NOOP entries | Nico Huber |
2020-04-06 | src/drivers: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2019-10-22 | AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS file | Martin Roth |
2019-06-18 | drivers/i2c/sx9310: Print I2C SAR device info | Eric Lai |
2019-04-12 | drivers/i2c/sx9310: Add support for GPIO IRQ | Furquan Shaikh |
2019-01-23 | src/drivers: Remove needless '&' on function pointers | Elyes HAOUAS |
2018-09-16 | acpi: Call acpi_gen_writeSTA by status from device tree | Hung-Te Lin |
2018-07-06 | google: Use proper ACPI ID for Semtech chips: STH | Gwendal Grignou |
2018-06-24 | drivers/i2c/sx9310: Check for config not being NULL before using it | Furquan Shaikh |
2018-06-22 | drivers/i2c: Add a driver for Semtech SX9310 | Enrico Granata |