summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2020-05-19MLK-24062-2 i2c: lpi2c: Improve the implementation to use private dataYe Li
2020-04-26MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2020-04-26MLK-20945-3 imx_virt_i2c: Add DM_FLAG_DEFAULT_PD_CTRL_OFF flagYe Li
2020-04-26MLK-20939 imx_virt_i2c: Add a STOP flag for last messageYe Li
2020-04-26MLK-21850-2 imx_virt_i2c: Add DM_FLAG_IGNORE_DEFAULT_CLKS flagYe Li
2020-04-26MLK-20886-4 lpi2c: Provide override binding functionYe Li
2020-04-26MLK-20886-3 i2c: Add virtual i2c and virtual i2c mux driversYe Li
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
2020-01-27i2c: designware_i2c: Include clk.h in the header fileSimon Glass
2020-01-27i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass
2020-01-27i2c: designware_i2c: Add more registersSimon Glass
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass
2019-12-15i2c: designware: Support use in SPLSimon Glass
2019-12-15i2c: designware: Avoid using static dataSimon Glass
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-11i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter
2019-12-02common: Move some time functions out of common.hSimon Glass
2019-11-23rockchip: i2c: don't sent stop bit after each messageVasily Khoruzhick
2019-10-14i2c: imx_lpi2c: add ipg clkPeng Fan
2019-09-02i2c: mxc: add CONFIG_CLK supportPeng Fan
2019-08-27i2c: mxc_i2c: Remove i2c_idle_bus from probeYe Li
2019-08-27i2c-mux-gpio: Fix GPIO request flag issueYe Li
2019-08-22drivers: i2c: mxc: Fix compiler error when using i2c dm modeChuanhua Han
2019-07-29i2c: remove i2c driver-model compatibility layerBartosz Golaszewski