aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett1-7/+27
2019-12-15i2c: designware: Add Apollo Lake supportSimon Glass1-0/+25
2019-12-15i2c: designware: Support use in SPLSimon Glass1-3/+40
2019-12-15i2c: designware: Avoid using static dataSimon Glass1-3/+6
2019-12-15i2c: designware: Tidy up PCI supportSimon Glass4-89/+134
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2-5/+5
2019-12-11i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter1-1/+1
2019-12-02common: Move some time functions out of common.hSimon Glass1-0/+1
2019-11-23rockchip: i2c: don't sent stop bit after each messageVasily Khoruzhick1-2/+3
2019-10-14i2c: imx_lpi2c: add ipg clkPeng Fan1-0/+11
2019-09-02i2c: mxc: add CONFIG_CLK supportPeng Fan1-0/+18
2019-08-27i2c: mxc_i2c: Remove i2c_idle_bus from probeYe Li1-7/+0
2019-08-27i2c-mux-gpio: Fix GPIO request flag issueYe Li1-1/+1
2019-08-22drivers: i2c: mxc: Fix compiler error when using i2c dm modeChuanhua Han1-7/+8
2019-07-29i2c: remove i2c driver-model compatibility layerBartosz Golaszewski3-141/+1
2019-07-17i2c: omap24xx_i2c: Adapt driver to support K3 devicesVignesh R1-1/+1
2019-07-12i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay1-5/+7
2019-07-09xilinx_xiic: Fix transfer initialisationMelin Tomas1-0/+12
2019-07-09xilinx_xiic: Fix fill tx fifo loopMelin Tomas1-1/+1
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