summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/designware
Commit message (Expand)AuthorAgeFilesLines
* drivers/i2c/dw_i2c: Re-add check for empty i2c transfer listNico Huber2022-08-031-1/+1
* drivers/i2c/dw_i2c: Adjust to handle 0-byte transfersMatt DeVillier2022-05-311-3/+8
* drivers/i2c/designware/dw_i2c: Remove unnecessary tabs in debug logReka Norman2022-04-131-1/+1
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-4/+6
* drivers/i2c/designware/dw_i2c: improve CONTROL_SPEED_FS definitionFelix Held2022-02-041-1/+1
* drivers/i2c/designware/dw_i2c: use cb_err for dw_i2c_gen_speed_configFelix Held2022-02-022-10/+6
* drivers/i2c/designware/dw_i2c: limit scope of dw_i2c_transferFelix Held2022-02-012-8/+1
* drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_transferFelix Held2022-02-012-8/+5
* drivers/i2c/designware/dw_i2c: return enum cb_err from dw_i2c_initFelix Held2022-02-012-11/+8
* drivers/i2c/designware/dw_i2c: use enum cb_err for static functionsFelix Held2022-02-011-44/+45
* drivers/i2c/designware/dw_i2c.h: include types.h instead of stdint.hFelix Held2022-02-011-1/+1
* drivers/i2c/designware/dw_i2c: add missing types.h includeFelix Held2022-02-011-0/+1
* drivers/i2c/designware: Report I2C timings for additional bus speedsWerner Zeh2021-06-041-4/+9
* drivers/i2c/designware: Use safe defaults for SCL parametersKyösti Mälkki2021-04-301-30/+2
* src: Update some incorrect config options in commentsMartin Roth2020-11-161-1/+1
* drivers/i2c/dw: Check for TX_ABORT in transferKangheui Won2020-11-161-2/+11
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-3/+0
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* drivers/i2c/designware: Check if the device is poweredRaul E Rangel2020-05-151-46/+58
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-112-2/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-2/+2
* i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_busFurquan Shaikh2020-04-281-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-062-24/+4
* drivers/i2c/designware: Add 150MHz clock speedMartin Roth2020-03-171-0/+7
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* AUTHORS: Move src/drivers/[a*-i*] copyrights into AUTHORS fileMartin Roth2019-10-222-6/+0
* drivers/i2c/dw: Don't try to generate unselected speeds in ACPI tableTim Wawrzynczak2019-07-191-17/+7
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-3/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* drivers/i2c/designware: Add soc_clock entry for 216MHzDuncan Laurie2018-12-071-0/+7
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/i2c/designware: Fix indentationMaulik V Vaghela2018-03-211-1/+1
* drivers/i2c/designware: Remove spurious word ("familuar")Jonathan Neuschäfer2018-02-141-2/+2
* 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/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
* ic2/designware: Move Intel i2c logic to shared driverChris Ching2017-12-224-0/+891