summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/designware/dw_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+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-281-1/+1
* src/drivers: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-12/+2
* 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-221-4/+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-081-2/+2
* 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
* src/drivers: Fix typoElyes HAOUAS2018-08-101-1/+1
* drivers/i2c/designware: Fix indentationMaulik V Vaghela2018-03-211-1/+1
* 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-251-2/+2
* drives/i2c/designware: incorporate device_operations supportAaron Durbin2018-01-241-3/+121
* ic2/designware: Move Intel i2c logic to shared driverChris Ching2017-12-221-0/+728