index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
Age
Commit message (
Expand
)
Author
2018-02-06
i2c: mvtwsi.c: Avoid NULL dereference
Heinrich Schuchardt
2018-02-06
i2c: ihs_i2c: Factor out send_buffer method
Mario Six
2018-02-06
i2c: ihs_i2c: Make DM compatible
Mario Six
2018-02-06
i2c: ihs_i2c: Prepare DM conversion
Mario Six
2018-02-06
i2c: fsl_i2c: Make live-tree compatible
Mario Six
2018-02-06
i2c: fsl_i2c: Remove inline declarations
Mario Six
2018-02-06
i2c: fsl_i2c: Fix style violations
Mario Six
2018-01-30
Convert CONFIG_SYS_OMAP24_I2C_SLAVE et al to Kconfig
Adam Ford
2018-01-16
i2c: mxc_i2c: Use or operation
Peng Fan
2018-01-16
i2c: lpi2c: do not add 4 for bus seq
Peng Fan
2017-12-07
i2c: at91_i2c: remove the .probe_chip function
Alan Ott
2017-12-07
i2c: at91_i2c: Wait for TXRDY after sending the first byte
Alan Ott
2017-12-07
i2c: meson: add some comments
Beniamino Galvani
2017-12-07
i2c: meson: fix return codes on error
Beniamino Galvani
2017-12-07
i2c: meson: reduce timeout
Beniamino Galvani
2017-12-07
i2c: meson: improve Kconfig description
Beniamino Galvani
2017-11-30
i2c: rcar_iic: Add RCar IIC driver
Marek Vasut
2017-11-27
Merge git://www.denx.de/git/u-boot-imx
Tom Rini
2017-11-20
i2c: add Amlogic Meson driver
Beniamino Galvani
2017-11-20
imx: mxc_i2c: tweak the i2c transfer method
Nandor Han
2017-10-27
i2c: fti2c010: remove unused/unmaintained driver
Masahiro Yamada
2017-10-27
i2c: adi_i2c: remove left-over Blackfin I2C driver
Masahiro Yamada
2017-10-17
i2c: stm32f7_i2c: fix usage of useless local variable
Patrice Chotard
2017-10-17
i2c: stm32f7_i2c: fix data abort
Christophe Kerello
2017-10-17
i2c: remove DECLARE_GLOBAL_DATA_PTR from i2c-uclass
Masahiro Yamada
2017-10-15
i2c: uniphier-f: replace debug() with dev_dbg()
Masahiro Yamada
2017-10-15
i2c: uniphier: replace debug() with dev_dbg()
Masahiro Yamada
2017-10-11
i2c: muxes: pca954x: look up width from chip_desc
Chris Packham
2017-10-08
dm: gpio: Correct use of -ENODEV in drivers
Simon Glass
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-01
rockchip: i2c: rk3328: support i2c for rk3328 SoC
Elaine Zhang
2017-09-18
rockchip: i2c: Convert to livetree
Philipp Tomsich
2017-09-13
i2c: muxes: pca954x: Add support for GPIO reset line
Moritz Fischer
2017-09-05
rockchip: i2c: fix >32 byte reads
Wadim Egorov
2017-09-01
Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
Adam Ford
2017-09-01
Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX
Adam Ford
2017-08-23
i2c: muxes: add i2c gpio multiplexer driver
Peng Fan
2017-08-23
i2c: add i2c driver for stm32
Patrice Chotard
2017-08-10
i2c: designware: Allow sending restart conditions
Marek Vasut
2017-08-10
Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig
Adam Ford
2017-08-09
Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX
Adam Ford
2017-08-09
i2c: at91: Add missing probe function to device driver
Wenyou.Yang@microchip.com
2017-07-28
dm: tegra: i2c: Convert to livetree
Simon Glass
2017-07-23
powerpc: Remove 8260 remainders
Christophe Leroy
2017-07-18
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2017-07-12
imx: reorganize IMX code as other SOCs
Stefano Babic
2017-07-12
drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support
Marek BehĂșn
2017-07-08
powerpc, 8xx: Migrate to Kconfig
Christophe Leroy
2017-07-06
avr32: Retire AVR32 for good
Andy Shevchenko
2017-07-03
powerpc: remove 4xx support
Heiko Schocher
[next]