summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.c
Commit message (Expand)AuthorAgeLines
* i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut2016-10-24-6/+17
* i2c: designware_i2c: Optionally check enable status registerStefan Roese2016-05-17-0/+9
* i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese2016-04-25-12/+106
* i2c: designware_i2c: Add DM supportStefan Roese2016-04-25-26/+123
* i2c: designware_i2c: Prepare for DM driver conversionStefan Roese2016-04-25-83/+90
* i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese2016-04-25-24/+13
* i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese2016-04-25-20/+27
* i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese2014-10-29-166/+127
* i2c: designware: add an implement i2c protosJeroen Hofstee2014-10-25-7/+12
* designware_i2c: remove inclusion of <asm/arch/hardware.h>Alexey Brodkin2014-02-20-1/+0
* designware_i2c: Enhance DesignWare I2C driver address supportChin Liang See2014-02-20-32/+9
* drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWAlexey Brodkin2014-01-13-0/+38
* designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin2013-11-13-3/+0
* designware_i2c: disable i2c controller during target address setupAlexey Brodkin2013-11-13-0/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti2012-12-11-15/+13
* designware_i2c: Added s/w generation of stop bitArmando Visconti2012-12-11-3/+8
* designware_i2c.c: Added the support for MULTI_BUSArmando Visconti2012-12-11-1/+81
* i2c: designware_i2c.c: Add support for the "i2c probe" commandStefan Roese2012-07-07-6/+10
* i2c:designware Turn off the ctrl when setting the speedArmando Visconti2012-04-24-0/+11
* i2c: Add support for designware i2c controllerVipin KUMAR2012-04-24-0/+331