summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
* i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
* i2c: designware_i2c: Do more in the probe() methodSimon Glass2020-01-271-8/+8
* i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-272-33/+48
* i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
* i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
* i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32
* i2c: stm32: Update to use standard enums for speedSimon Glass2020-01-271-27/+16
* i2c: omap: Update to use standard enums for speedSimon Glass2020-01-272-5/+1
* i2c: kona_i2c: Update to use standard enums for speedSimon Glass2020-01-271-17/+11
* i2c: designware_i2c: Update to use standard enums for speedSimon Glass2020-01-272-18/+5
* i2c: ast_i2c: Update to use standard enums for speedSimon Glass2020-01-272-3/+1
* i2c: designware_i2c: Add spike supressionSimon Glass2020-01-273-1/+13
* i2c: designware_i2c: Rewrite timing calculationSimon Glass2020-01-271-22/+147
* i2c: designware_i2c: Put hold config in a structSimon Glass2020-01-271-27/+55
* i2c: designware_i2c: Drop scl_sda_cfg parameterSimon Glass2020-01-271-6/+8
* i2c: designware_i2c: Read device-tree propertiesSimon Glass2020-01-273-3/+22
* i2c: designware_i2c: Use an accurate bus clock instead of MHzSimon Glass2020-01-272-12/+10
* i2c: designware_i2c: Use an enum for selected speed modeSimon Glass2020-01-272-4/+8
* i2c: designware_i2c: Rename 'max' speed to 'high' speedSimon Glass2020-01-272-9/+9
* i2c: designware_i2c: Include clk.h in the header fileSimon Glass2020-01-272-1/+2
* i2c: designware_i2c: Don't allow changing IC_CLKSimon Glass2020-01-271-2/+0
* i2c: designware_i2c: Add more registersSimon Glass2020-01-271-1/+13
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2019-12-186-94/+204
|\
| * i2c: designware: Add Apollo Lake supportSimon Glass2019-12-151-0/+25
| * i2c: designware: Support use in SPLSimon Glass2019-12-151-3/+40
| * i2c: designware: Avoid using static dataSimon Glass2019-12-151-3/+6
| * i2c: designware: Tidy up PCI supportSimon Glass2019-12-154-89/+134
| * dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-152-5/+5
* | i2c: add support for offset overflow in to addressRobert Beckett2019-12-171-7/+27
|/
* i2c: i2c_cdns: fix write timeout on fifo boundaryMichael Auchter2019-12-111-1/+1
* common: Move some time functions out of common.hSimon Glass2019-12-021-0/+1
* rockchip: i2c: don't sent stop bit after each messageVasily Khoruzhick2019-11-231-2/+3
* i2c: imx_lpi2c: add ipg clkPeng Fan2019-10-141-0/+11
* i2c: mxc: add CONFIG_CLK supportPeng Fan2019-09-021-0/+18
* i2c: mxc_i2c: Remove i2c_idle_bus from probeYe Li2019-08-271-7/+0
* i2c-mux-gpio: Fix GPIO request flag issueYe Li2019-08-271-1/+1
* drivers: i2c: mxc: Fix compiler error when using i2c dm modeChuanhua Han2019-08-221-7/+8
* i2c: remove i2c driver-model compatibility layerBartosz Golaszewski2019-07-293-141/+1
* i2c: omap24xx_i2c: Adapt driver to support K3 devicesVignesh R2019-07-171-1/+1
* i2c: stm32f7_i2c: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-5/+7
* xilinx_xiic: Fix transfer initialisationMelin Tomas2019-07-091-0/+12
* xilinx_xiic: Fix fill tx fifo loopMelin Tomas2019-07-091-1/+1
* i2c: designware: Get clock rate from clock DMLey Foon Tan2019-07-091-10/+45
* i2c: designware_i2c: Restore enable state after set speedJun Chen2019-07-091-2/+7
* i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon2019-05-231-0/+4
* i2c: stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-05-231-1/+1
* Merge git://git.denx.de/u-boot-mpc83xxTom Rini2019-05-211-58/+66
|\
| * i2c: ihs: Improve error handlingMario Six2019-05-211-24/+43
| * i2c: ihs: Get rid of fpgamapMario Six2019-05-211-34/+23