aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2021-01-30i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass
2021-01-25i2c: mvtwsi: sunxi: update macroJernej Skrabec
2021-01-13i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2020-12-26i2c: mxc_i2c: improve error message readabilityMarc Ferland
2020-12-18i2c: Update for new sequence numbersSimon Glass
2020-12-18octeon: Don't attempt to set the sequence numberSimon Glass
2020-12-18dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-28i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel
2020-11-28i2c: designware_i2c: Don't warn if no reset controllerSimon Glass
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach
2020-10-29dm: Add a test for of-platdata parent informationSimon Glass
2020-10-29sandbox: Fix up building for of-platdataSimon Glass
2020-10-23i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass
2020-10-05Merge branch 'next'Tom Rini
2020-10-01i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar
2020-09-30i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson
2020-09-25Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek
2020-08-25Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)
2020-08-25i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada