aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/designware_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-08-30i2c: designware: Remove unused non-DM functionalityTom Rini1-18/+0
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini1-11/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-2/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass1-3/+5
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass1-2/+2
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-1/+1
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-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2020-02-05dm: 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