summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.c
AgeCommit message (Expand)Author
2020-05-28i2c: designware_i2c: Check if the device is poweredRaul E Rangel
2020-05-28i2c: designware_i2c: Tidy up use of NULL privSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-27i2c: designware_i2c: Do more in the probe() methodSimon Glass
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass
2020-01-27i2c: designware_i2c: Rewrite timing calculationSimon Glass
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass
2019-07-09i2c: designware: Get clock rate from clock DMLey Foon Tan
2019-07-09i2c: designware_i2c: Restore enable state after set speedJun Chen
2019-04-25i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt
2019-02-20i2c: designware: Add error checking on initSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17i2c: designware: add reset ctrl to driverDinh Nguyen
2017-08-10i2c: designware: Allow sending restart conditionsMarek Vasut
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2016-10-24i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut
2016-05-17i2c: designware_i2c: Optionally check enable status registerStefan Roese
2016-04-25i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese
2016-04-25i2c: designware_i2c: Add DM supportStefan Roese
2016-04-25i2c: designware_i2c: Prepare for DM driver conversionStefan Roese
2016-04-25i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()Stefan Roese
2016-04-25i2c: designware_i2c: Add dw_i2c_enable() helper functionStefan Roese
2014-10-29i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese
2014-10-25i2c: designware: add an implement i2c protosJeroen Hofstee
2014-02-20designware_i2c: remove inclusion of <asm/arch/hardware.h>Alexey Brodkin
2014-02-20designware_i2c: Enhance DesignWare I2C driver address supportChin Liang See
2014-01-13drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOWAlexey Brodkin
2013-11-13designware_i2c: remove 10msec delay in i2c_xfer_finishAlexey Brodkin
2013-11-13designware_i2c: disable i2c controller during target address setupAlexey Brodkin
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-12-11designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti