summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-13pci: Drop DM_PCISimon Glass
2021-09-07riscv: Add missing sentinel in ocores_i2c.cThomas Skibo
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-30i2c: fsl_i2c: Migrate to KconfigTom Rini
2021-08-30rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini
2021-08-30i2c: Remove non-DM code from ihs_i2c.cTom Rini
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini
2021-08-30i2c: designware: Remove unused non-DM functionalityTom Rini
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-08-30i2c: Remove unused additional legacy soft i2c bus supportTom Rini
2021-08-30Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini
2021-08-30i2c: S3C24X0: Finish Kconfig migrationTom Rini
2021-08-22i2c: i2c-gpio: Support the named GPIO bindingSamuel Holland
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini
2021-07-07arm: Remove spear320 boardsTom Rini
2021-07-07arm: Remove spear310 boardsTom Rini
2021-07-07arm: Remove spear300 boardsTom Rini
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2021-07-06Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner
2021-07-06i2c: synquacer: SNI Synquacer I2C controllerJassi Brar
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-04-12gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass
2021-04-10arm: Remove vexpress_ca15_tc2 boardTom Rini
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2021-02-23i2c: i2c_cdns: Enable i2c clockT Karthik Reddy
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-15arm: Remove ls2080a_simu boardTom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass