aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2019-07-17i2c: omap24xx_i2c: Adapt driver to support K3 devicesVignesh R
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay
2019-07-09xilinx_xiic: Fix transfer initialisationMelin Tomas
2019-07-09xilinx_xiic: Fix fill tx fifo loopMelin Tomas
2019-07-09i2c: designware: Get clock rate from clock DMLey Foon Tan
2019-07-09i2c: designware_i2c: Restore enable state after set speedJun Chen
2019-05-23i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon