summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/sx9310
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c: sx9310: Replace register map with descriptive namesGwendal Grignou2021-03-103-40/+79
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-1/+1
* src: Remove unused '#include <stdint.h>'Elyes HAOUAS2020-05-131-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-113-3/+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-063-36/+6
* 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-223-6/+0
* drivers/i2c/sx9310: Print I2C SAR device infoEric Lai2019-06-181-0/+4
* drivers/i2c/sx9310: Add support for GPIO IRQFurquan Shaikh2019-04-122-5/+20
* 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
* google: Use proper ACPI ID for Semtech chips: STHGwendal Grignou2018-07-061-1/+1
* drivers/i2c/sx9310: Check for config not being NULL before using itFurquan Shaikh2018-06-241-1/+4
* drivers/i2c: Add a driver for Semtech SX9310Enrico Granata2018-06-225-0/+190