summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2023-11-29i2c: designware: support SYS_I2C_DW in SPLYanhong Wang2-1/+8
2023-02-22i2c: designware_i2c: Add ACPI configure limitationMason Huo1-0/+2
2023-02-17i2c:desigware-snps: add i2c clock configkeith.zhao2-5/+10
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-09-07riscv: Add missing sentinel in ocores_i2c.cThomas Skibo1-0/+1
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
2021-04-13gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass1-10/+9
2021-04-10arm: Remove vexpress_ca15_tc2 boardTom Rini1-1/+1
2021-03-26Revert "sandbox: Disable I2C emulators in SPL"Simon Glass1-2/+0
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass1-2/+15
2021-03-26sandbox: i2c: Move platdata structs to header filesSimon Glass1-12/+1
2021-03-22sandbox: i2c: Rename driver names to work with of-platdataSimon Glass1-2/+2
2021-02-23Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+7
2021-02-23i2c: i2c_cdns: Enable i2c clockT Karthik Reddy1-0/+7
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk9-42/+42
2021-02-21dm: i2c: allow disabling driver model in SPLIgor Opaniuk2-2/+23
2021-02-21i2c: at91: fix crash when using 'i2c probe'Eugen Hristev1-0/+4
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen1-7/+10
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini18-0/+18
2021-02-15arm: Remove ls2080a_simu boardTom Rini1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass18-0/+18
2021-01-31sandbox: Disable I2C emulators in SPLSimon Glass1-0/+2
2021-01-31i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-26i2c: mvtwsi: sunxi: update macroJernej Skrabec1-1/+1
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay1-37/+37
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini4-8/+5
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass1-1/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2-3/+3
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass1-4/+1
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland1-1/+1
2020-12-19i2c: Update for new sequence numbersSimon Glass6-80/+8
2020-12-19octeon: Don't attempt to set the sequence numberSimon Glass1-1/+0
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-1/+7
2020-12-19dm: Avoid accessing seq directlySimon Glass11-22/+27