summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2019-05-23i2c: stm32f7: improve loopback in timing algorithmNicolas Le Bayon
2019-05-23i2c: stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon
2019-05-21Merge git://git.denx.de/u-boot-mpc83xxTom Rini
2019-05-21i2c: ihs: Improve error handlingMario Six
2019-05-21i2c: ihs: Get rid of fpgamapMario Six
2019-05-17i2c: mxc: Hide kconfig based control in DM_I2C modeTrent Piepho
2019-05-17i2c: mxc_i2c: Fix read and read->write xfers in DM modeTrent Piepho
2019-05-17i2c: mxc_i2c: Document how non-DM functions workTrent Piepho
2019-05-03Merge git://git.denx.de/u-boot-marvellTom Rini
2019-05-03i2c: mvtwsi: fix reading status register after interruptMarek BehĂșn
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-04-26Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2019-04-25i2c: designware: fix reset handling on socfpga gen5Simon Goldschmidt
2019-04-24Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogicTom Rini
2019-04-11i2c: muxes: pca954x: support PCA9543 I2C switchLuca Ceresoli
2019-04-11i2c: muxes: pca954x: clarify enable fieldLuca Ceresoli
2019-04-11i2c: muxes: pca954x: update list of supported devicesLuca Ceresoli
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski
2019-04-10i2c: meson: add configurable divider factorsGuillaume La Roque
2019-03-21i2c: i2c_cdns: Fix below warnings with checker toolSiva Durga Prasad Paladugu
2019-03-08i2c: rcar_i2c: Move FSDA check to rcar_i2c_recoverIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Set the slave address from rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Don't mask errors with EREMOTEIO at rcar_i2c_xferIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Fix sending of slave addressesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Add comments about registers & valuesIsmael Luceno Cortes
2019-03-08i2c: rcar_i2c: Setup SCL/SDA delay at rcar_i2c_set_speedIsmael Luceno Cortes
2019-03-08i2c: i2c_cdns: Add support for handling arbitration lostSiva Durga Prasad Paladugu
2019-03-08i2c: i2c_cdns: Fix clearing of all interruptsSiva Durga Prasad Paladugu
2019-03-07i2c: rcar_i2c: Add Gen3 SoC supportMarek Vasut
2019-03-07i2c: rcar_iic: Read ICSR only onceMarek Vasut
2019-02-20Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini
2019-02-20Kconfig: tegra: Migrate SYS_I2C_TEGRAPeter Robinson
2019-02-20i2c: designware: Add error checking on initSimon Glass
2019-02-14i2c: Remove ancient zynq_i2c driverMichal Simek
2019-02-11i2c: mux: Generate longer i2c mux nameMichal Simek
2019-02-11i2c: Fill req_seq in i2c_post_bind()Michal Simek
2019-02-11i2c: dm: Record maximum id of devices before probing devicesMichal Simek
2019-01-24i2c: cdns: Convert to livetree functionMichal Simek
2019-01-18i2c: Kconfig: spelling fixesChris Packham
2019-01-15i2c: Reflect correct dependency for !DM cadence driverMichal Simek
2019-01-15i2c: mux: Covert to livetree functionsMichal Simek
2019-01-15i2c: i2c-cdns: Use proper input frequencyTomasz Gorochowik
2019-01-15i2c: xiic: Add Xilinx AXI I2C driverMarek Vasut
2018-12-12i2c: tegra: Fix regression by implementing a dummy probe_chip() callbackJean-Jacques Hiblot
2018-12-10i2c: omap24xx_i2c: Use platdata to probe the deviceJean-Jacques Hiblot
2018-12-10i2c: omap24xx_i2c: Move away from SoC specific headers for reg offsetVignesh R
2018-12-10dm: i2c: Make i2c_get_chip_for_busnum() fail if the chip is not detectedJean-Jacques Hiblot
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass
2018-11-16i2c: stm32f7: change setup struct to constPatrick Delaunay