summaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass1-0/+26
2020-07-17i2c: designware_i2c: Add a little more debuggingSimon Glass1-5/+5
2020-05-28i2c: designware_i2c: Check if the device is poweredRaul E Rangel1-0/+17
2020-05-28i2c: designware_i2c: Tidy up use of NULL privSimon Glass1-11/+23
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen1-0/+3
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen1-2/+1
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen1-0/+10
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen1-1/+1
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass1-2/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-27i2c: designware_i2c: Do more in the probe() methodSimon Glass1-8/+8
2020-01-27i2c: designware_i2c: Separate out the speed calculationSimon Glass1-33/+45
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass1-17/+0
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass1-2/+10
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass1-5/+5
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass1-1/+9
2020-01-27i2c: designware_i2c: Rewrite timing calculationSimon Glass1-22/+147
2020-01-27i2c: designware_i2c: Put hold config in a structSimon Glass1-27/+55
2020-01-27i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass1-6/+8
2020-01-27i2c: designware_i2c: Read device-tree propertiesSimon Glass1-2/+6
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass1-10/+8
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass1-1/+1
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass1-5/+5
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass1-1/+1
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass1-89/+17
2019-07-09i2c: designware: Get clock rate from clock DMLey Foon Tan1-10/+45
2019-07-09i2c: designware_i2c: Restore enable state after set speedJun Chen1-2/+7
2019-04-25i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt1-6/+14
2019-02-20i2c: designware: Add error checking on initSimon Glass1-10/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-17i2c: designware: add reset ctrl to driverDinh Nguyen1-0/+10
2017-08-10i2c: designware: Allow sending restart conditionsMarek Vasut1-1/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-10-24i2c: designware: Avoid overwriting the cmd_data registerMarek Vasut1-6/+17
2016-05-17i2c: designware_i2c: Optionally check enable status registerStefan Roese1-0/+9
2016-04-25i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)Stefan Roese1-12/+106
2016-04-25i2c: designware_i2c: Add DM supportStefan Roese1-26/+123
2016-04-25i2c: designware_i2c: Prepare for DM driver conversionStefan Roese1-83/+90
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