aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese1-24/+13
2016-04-25i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese1-20/+27
2014-10-29i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese1-166/+127
2014-10-25i2c: designware: add an implement i2c protosJeroen Hofstee1-7/+12
2014-02-20designware_i2c: remove inclusion of <asm/arch/hardware.h>Alexey Brodkin1-1/+0
2014-02-20designware_i2c: Enhance DesignWare I2C driver address supportChin Liang See1-32/+9
2014-01-13drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWAlexey Brodkin1-0/+38
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin1-3/+0
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin1-0/+12
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti1-15/+13
2012-12-11designware_i2c: Added s/w generation of stop bitArmando Visconti1-3/+8
2012-12-11designware_i2c.c: Added the support for MULTI_BUSArmando Visconti1-1/+81
2012-07-07i2c: designware_i2c.c: Add support for the "i2c probe" commandStefan Roese1-6/+10
2012-04-24i2c:designware Turn off the ctrl when setting the speedArmando Visconti1-0/+11
2012-04-24i2c: Add support for designware i2c controllerVipin KUMAR1-0/+331