aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass18-0/+18
2021-01-30sandbox: Disable I2C emulators in SPLSimon Glass1-0/+2
2021-01-30i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-25i2c: mvtwsi: sunxi: update macroJernej Skrabec1-1/+1
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay1-37/+37
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini4-8/+5
2021-01-05Merge 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-18i2c: Update for new sequence numbersSimon Glass6-80/+8
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass1-1/+0
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass1-1/+7
2020-12-18dm: Avoid accessing seq directlySimon Glass11-22/+27
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2-9/+9
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass21-41/+41
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2-7/+7
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass7-29/+29
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass41-48/+48
2020-11-28i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel3-0/+645
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass1-3/+5
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach1-1/+2
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass1-2/+2
2020-10-29sandbox: Fix up building for of-platdataSimon Glass2-1/+3
2020-10-23i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay1-7/+3
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass1-2/+2
2020-10-05Merge branch 'next'Tom Rini6-3/+267
2020-10-01i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar1-1/+1
2020-09-30i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson1-2/+5
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini4-0/+261
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass4-0/+261
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-08-25Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)2-2/+2
2020-08-25i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese1-33/+26
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada4-5/+5
2020-08-22dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait1-2/+2
2020-08-20xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek1-1/+1
2020-07-29i2c: add nexell driverStefan Bosch3-0/+636
2020-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-68/+70
2020-07-27i2c: mxc: move i2c_early_init_f to common functionBiwen Li1-68/+70
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada6-6/+6
2020-07-25treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada4-4/+4
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini10-10/+10
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada6-6/+6
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada4-4/+4
2020-07-17i2c: designware_i2c: Support ACPI table generationSimon Glass3-1/+136
2020-07-17i2c: Add log_ret() on errorSimon Glass1-2/+2
2020-07-17i2c: designware_i2c: Add a little more debuggingSimon Glass1-5/+5