summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/hid
Commit message (Expand)AuthorAgeFilesLines
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* drivers/i2c: Constify struct device * param to i2c fill ssdt callbackFurquan 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
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-4/+0
* mb/google/sarien: Disable touch by strap pin GPP_B4Eric Lai2019-04-241-0/+19
* 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
* src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki2018-06-061-0/+6
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-1/+1
* drivers/i2c/hid: Add generic I2C HID driverDuncan Laurie2016-12-164-0/+99