summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* Revert "sandbox: Disable I2C emulators in SPL"Simon Glass2021-03-261-2/+0
* sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2021-03-261-2/+15
* sandbox: i2c: Move platdata structs to header filesSimon Glass2021-03-261-12/+1
* sandbox: i2c: Rename driver names to work with of-platdataSimon Glass2021-03-221-2/+2
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-0/+7
|\
| * i2c: i2c_cdns: Enable i2c clockT Karthik Reddy2021-02-231-0/+7
* | dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-219-42/+42
* | dm: i2c: allow disabling driver model in SPLIgor Opaniuk2021-02-212-2/+23
* | i2c: at91: fix crash when using 'i2c probe'Eugen Hristev2021-02-211-0/+4
* | i2c: i2c-gpio: Fix GPIO outputHarm Berntsen2021-02-211-7/+10
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1518-0/+18
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0218-0/+18
| |/
* / arm: Remove ls2080a_simu boardTom Rini2021-02-151-2/+2
|/
* sandbox: Disable I2C emulators in SPLSimon Glass2021-01-301-0/+2
* i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass2021-01-301-0/+2
* i2c: mvtwsi: sunxi: update macroJernej Skrabec2021-01-251-1/+1
* i2c: stm32f7_i2c: migrate trace to dev and log macroPatrick Delaunay2021-01-131-37/+37
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-054-8/+5
|\
| * dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-051-1/+1
| * dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-052-3/+3
| * sandbox: i2c: Move priv into a header fileSimon Glass2021-01-051-4/+1
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\ \ | |/ |/|
| * i2c: mxc_i2c: improve error message readabilityMarc Ferland2020-12-261-1/+1
* | i2c: Update for new sequence numbersSimon Glass2020-12-186-80/+8
* | octeon: Don't attempt to set the sequence numberSimon Glass2020-12-181-1/+0
* | dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass2020-12-181-1/+7
* | dm: Avoid accessing seq directlySimon Glass2020-12-1811-22/+27
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-132-9/+9
* | dm: treewide: Update 'auto' declarations to be on one lineSimon Glass2020-12-131-2/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-1321-41/+41
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-132-7/+7
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-137-29/+29
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1341-48/+48
|/
* i2c: ocores: add i2c driver for OpenCores I2C controllerPragnesh Patel2020-11-283-0/+645
* i2c: designware_i2c: Don't warn if no reset controllerSimon Glass2020-11-281-3/+5
* i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach2020-11-281-1/+2
* dm: Add a test for of-platdata parent informationSimon Glass2020-10-291-2/+2
* sandbox: Fix up building for of-platdataSimon Glass2020-10-292-1/+3
* i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay2020-10-231-7/+3
* i2c: designware: Use log_debug() for debuggingSimon Glass2020-10-221-2/+2
* Merge branch 'next'Tom Rini2020-10-056-3/+267
|\
| * i2c: mxc: Fix dev_err being called on a nonexistant variableSean Anderson2020-09-301-2/+5
| * Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini2020-09-254-0/+261
| |\
| | * i2c: Add a generic driver to generate ACPI infoSimon Glass2020-09-254-0/+261
| * | xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek2020-09-231-1/+1
| |/
* / i2c: rcar_i2c: Fix i2c read/write errorsLad Prabhakar2020-10-011-1/+1
|/
* Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)2020-08-252-2/+2
* i2c: octeon_i2c: Misc fixes for ARM Octeon TX2 supportStefan Roese2020-08-251-33/+26
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-224-5/+5
* dm: core: Fix devfdt_get_addr_ptr return valueOvidiu Panait2020-08-221-2/+2