aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass24-0/+24
2020-05-18common: Drop log.h from common headerSimon Glass32-0/+32
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner1-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner1-1/+1
2020-05-10i2c: mxc: add fuse checkPeng Fan1-0/+17
2020-04-21Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini6-2/+1065
2020-04-20drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur4-0/+1057
2020-04-20i2c: muxes: pca954x: add PCA9546 variantChris Packham2-2/+8
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt4-4/+4
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat1-46/+59
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2-0/+7
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen2-4/+1
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen2-0/+13
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen1-1/+1
2020-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher1-1/+22
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter1-69/+64
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut1-0/+16
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut1-3/+20
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut1-4/+4
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut1-10/+11
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini16-0/+19
2020-02-07tegra: i2c: Change driver to use helper functionSimon Glass1-12/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass13-0/+14
2020-02-05dm: core: Require users of devres to include the headerSimon Glass5-0/+5
2020-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li1-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 Glass2-33/+48
2020-01-27i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2-17/+17
2020-01-27i2c: designware_i2c: Add support for fast-plus speedSimon Glass2-2/+12
2020-01-27i2c: Update drivers to use enum for speedSimon Glass14-26/+32
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass1-27/+16
2020-01-27i2c: omap: Update to use standard enums for speedSimon Glass2-5/+1
2020-01-27i2c: kona_i2c: Update to use standard enums for speedSimon Glass1-17/+11
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass2-18/+5
2020-01-27i2c: ast_i2c: Update to use standard enums for speedSimon Glass2-3/+1
2020-01-27i2c: designware_i2c: Add spike supressionSimon Glass3-1/+13
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 Glass3-3/+22
2020-01-27i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2-12/+10
2020-01-27i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2-4/+8
2020-01-27i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2-9/+9
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass2-1/+2
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass1-2/+0
2020-01-27i2c: designware_i2c: Add more registersSimon Glass1-1/+13
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini6-94/+204