summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | i2c: mxc: Hide kconfig based control in DM_I2C modeTrent Piepho2019-05-171-1/+4
* | i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho2019-05-171-31/+64
* | i2c: mxc_i2c: Document how non-DM functions workTrent Piepho2019-05-171-0/+34
|/
* Merge git://git.denx.de/u-boot-marvellTom Rini2019-05-031-0/+11
|\
| * i2c: mvtwsi: fix reading status register after interruptMarek BehĂșn2019-05-031-0/+11
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-3/+3
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-04-261-6/+14
|\
| * i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt2019-04-251-6/+14
* | Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini2019-04-241-5/+25
|\ \ | |/ |/|
| * i2c: meson: add configurable divider factorsGuillaume La Roque2019-04-101-5/+25
* | i2c: muxes: pca954x: support PCA9543 I2C switchLuca Ceresoli2019-04-112-1/+8
* | i2c: muxes: pca954x: clarify enable fieldLuca Ceresoli2019-04-111-3/+1
* | i2c: muxes: pca954x: update list of supported devicesLuca Ceresoli2019-04-111-5/+5
* | DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski2019-04-112-2/+41
|/
* i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu2019-03-211-5/+1
* i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes2019-03-081-5/+6
* i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes2019-03-081-9/+5
* i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes2019-03-081-1/+1
* i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes2019-03-081-1/+3
* i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes2019-03-081-21/+26
* i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes2019-03-081-3/+6
* i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu2019-03-081-13/+53
* i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu2019-03-081-1/+11
* i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut2019-03-071-5/+18
* i2c: rcar_iic: Read ICSR only onceMarek Vasut2019-03-071-2/+4
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2019-02-201-0/+6
|\
| * Kconfig: tegra: Migrate SYS_I2C_TEGRAPeter Robinson2019-02-201-0/+6
* | i2c: designware: Add error checking on initSimon Glass2019-02-201-10/+19
|/
* i2c: Remove ancient zynq_i2c driverMichal Simek2019-02-143-347/+0
* i2c: mux: Generate longer i2c mux nameMichal Simek2019-02-111-3/+26
* i2c: Fill req_seq in i2c_post_bind()Michal Simek2019-02-111-3/+25
* i2c: dm: Record maximum id of devices before probing devicesMichal Simek2019-02-111-0/+26
* i2c: cdns: Convert to livetree functionMichal Simek2019-01-241-1/+1
* i2c: Kconfig: spelling fixesChris Packham2019-01-181-4/+4
* i2c: Reflect correct dependency for !DM cadence driverMichal Simek2019-01-151-0/+1
* i2c: mux: Covert to livetree functionsMichal Simek2019-01-152-4/+2
* i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik2019-01-151-1/+8
* i2c: xiic: Add Xilinx AXI I2C driverMarek Vasut2019-01-153-0/+347