summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-05-28i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt
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/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner
2020-05-10i2c: mxc: add fuse checkPeng Fan
2020-04-21Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini
2020-04-20drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur
2020-04-20i2c: muxes: pca954x: add PCA9546 variantChris Packham
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat
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-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07tegra: i2c: Change driver to use helper functionSimon 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-02-04i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li
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: Update drivers to use enum for speedSimon Glass
2020-01-27i2c: stm32: Update to use standard enums for speedSimon Glass
2020-01-27i2c: omap: Update to use standard enums for speedSimon Glass
2020-01-27i2c: kona_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: designware_i2c: Update to use standard enums for speedSimon Glass
2020-01-27i2c: ast_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