summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-1/+7
2021-10-21arm: mvebu: a3720: Create Kconfig option for I2C_MVMarek BehĂșn2-1/+7
2021-10-20i2c: ocores: Fix -Wint-to-pointer-cast warningBin Meng1-1/+1
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-40/+51
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland3-0/+290
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland3-0/+229
2021-10-08i2c: stm32f7: compute i2cclk only one timePatrick Delaunay1-10/+8
2021-10-08i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay1-2/+9
2021-10-08i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay1-2/+8
2021-10-08i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay1-2/+1
2021-10-08i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay1-26/+27
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-09-28i2c: mvtwsi: Add support for DM clocks and resetsSamuel Holland1-0/+13
2021-09-28i2c: rcar_i2c: Enable configuring SCL rise and fall timesAdam Ford1-1/+7
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass2-7/+7
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini2-1/+2
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-09-07riscv: Add missing sentinel in ocores_i2c.cThomas Skibo1-0/+1
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-2/+0
2021-08-30i2c: fsl_i2c: Migrate to KconfigTom Rini2-5/+30
2021-08-30rcar: i2c: Migrate SYS_I2C_SH to KconfigTom Rini2-5/+53
2021-08-30Convert CONFIG_SYS_I2C_MXC et al to KconfigTom Rini2-38/+9
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2-15/+20
2021-08-30i2c: Remove non-DM code from ihs_i2c.cTom Rini1-228/+0
2021-08-30ti: i2c: Convert CONFIG_SYS_OMAP24_I2C to CONFIG_SYS_I2C namespaceTom Rini2-40/+12
2021-08-30i2c: designware: Remove unused non-DM functionalityTom Rini1-18/+0
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2-5/+7
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2-1/+23
2021-08-30i2c: Remove unused additional legacy soft i2c bus supportTom Rini1-77/+0
2021-08-30Convert CONFIG_SYS_I2C_MVTWSI to KconfigTom Rini1-1/+0
2021-08-30Convert CONFIG_SYS_I2C_SOFT et al to KconfigTom Rini1-0/+19
2021-08-30i2c: S3C24X0: Finish Kconfig migrationTom Rini2-7/+3
2021-08-22i2c: i2c-gpio: Support the named GPIO bindingSamuel Holland1-0/+9
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+15
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass1-2/+24
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-1/+1
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-07-08arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2-21/+0
2021-07-08arm: Remove spear320 boardsTom Rini1-1/+1
2021-07-08arm: Remove spear310 boardsTom Rini1-2/+2
2021-07-08arm: Remove spear300 boardsTom Rini1-1/+1
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini3-0/+6
2021-07-06Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner1-0/+6
2021-07-06lpc32xx: i2c: finish DM/OF codeTrevor Woerner1-1/+7
2021-07-06lpc32xx: i2c: fix base addressTrevor Woerner1-5/+1
2021-07-06lpc32xx: i2c: remove unused defineTrevor Woerner1-1/+0
2021-07-06i2c: synquacer: SNI Synquacer I2C controllerJassi Brar3-0/+346
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay3-0/+6