summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* src: Use tabs for indentationElyes HAOUAS2018-10-082-2/+2
* acpi: Call acpi_gen_writeSTA by status from device treeHung-Te Lin2018-09-168-8/+8
* drivers/i2c/tpm/cr50.c: Check if TPM was readRichard Spiegel2018-08-141-4/+7
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* src/drivers: Fix typoElyes HAOUAS2018-08-103-4/+4
* drivers/i2c/da7219: Allow disabling micbias-pulse featureDaniel Kurtz2018-07-301-4/+6
* src/{device,drivers}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* google: Use proper ACPI ID for Semtech chips: STHGwendal Grignou2018-07-061-1/+1
* drivers/i2c/alps: Get rid of i2c/alps driverFurquan Shaikh2018-06-244-94/+0
* 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
* drivers/i2c/generic: Ensure config is not NULL before accessing itFurquan Shaikh2018-06-121-2/+4
* src/driver/i2c/{generic,hid,tpm,max}: Update device name based on devicetree.cbNaresh G Solanki2018-06-065-0/+29
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-042-28/+23
* drivers/i2c/max98373: update DT property namesSathyanarayana Nujella2018-05-281-3/+5
* src: Remove non-ascii charactersMartin Roth2018-05-222-2/+2
* drivers/i2c/da7219: Add mclk-name propertyAkshu Agrawal2018-05-042-0/+8
* src/drivers: Add reset/enable/stop_off_ms variables to ACPI devicesShelley Chen2018-05-022-8/+23
* drivers/i2c/lm63: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/adm1026: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/adm1027: Remove unneeded headersElyes HAOUAS2018-04-271-4/+0
* drivers/i2c/ck505: Remove unneeded headersElyes HAOUAS2018-04-261-5/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* drivers/i2c/designware: Fix indentationMaulik V Vaghela2018-03-211-1/+1
* drivers/i2c: Add chip driver for I/O expander PCA9538Werner Zeh2018-02-155-0/+139
* drivers/i2c/designware: Remove spurious word ("familuar")Jonathan Neuschäfer2018-02-141-2/+2
* drivers/i2c/da7219: Allow GPIO based interruptDaniel Kurtz2018-02-102-1/+8
* drivers/i2c/designware: conform to controller restrictionsAaron Durbin2018-02-021-17/+34
* drivers/i2c/designware: Unset IC_ENABLE when setting target addressChris Ching2018-02-011-1/+5
* drivers/i2c/tpm: Add irq_gpio support to tpm.Justin TerAvest2018-01-302-1/+6
* drivers/i2c/designware: reduce API complication for bus configAaron Durbin2018-01-252-4/+3
* drives/i2c/designware: incorporate device_operations supportAaron Durbin2018-01-242-3/+146
* drivers/i2c/designware: namespace soc functionsAaron Durbin2018-01-241-4/+4
* device/i2c_bus: allow i2c_bus and i2c_simple to coexistAaron Durbin2018-01-241-2/+2
* drivers/i2c/max98373: Add driver for generating device in SSDTN, Harshapriya2018-01-234-0/+143
* security/tpm: Change TPM naming for different layers.Philipp Deppenwiese2018-01-184-4/+4
* security/tpm: Move tpm TSS and TSPI layer to security sectionPhilipp Deppenwiese2018-01-184-4/+4
* ic2/designware: Move Intel i2c logic to shared driverChris Ching2017-12-224-0/+891
* drivers/i2c/tpm/cr50: Simplify and increase init delay to 30 secondsDuncan Laurie2017-11-221-75/+73
* drivers/i2c/tpm/cr50: Increase init delay to 30 secondsDuncan Laurie2017-11-091-1/+2
* src: Fix all Siemens copyrightsMario Scheithauer2017-11-076-6/+6
* Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer2017-09-261-2/+1
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-148-8/+8
* driver/i2c/max98927: Add imon and vmon paramsHarsha Priya2017-09-062-0/+6
* acpigen: Add stop gpio control to power resourceFurquan Shaikh2017-08-302-1/+6
* drivers/i2c/ck505: Add generic driver to configure clockgenArthur Heymans2017-08-304-0/+110
* drivers/i2c/generic: Support additional device propertiesDuncan Laurie2017-08-302-1/+11
* drivers/i2c/rx6110sa: Drop I2C interface arbitrationNico Huber2017-08-182-23/+3
* include/device: Split i2c.h into threeNico Huber2017-08-1813-13/+13
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-142-12/+13