summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xilinx: kconfig: Change Kconfig dependencies for Xilinx driversMichal Simek2020-08-201-1/+1
* i2c: add nexell driverStefan Bosch2020-07-293-0/+636
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2020-07-271-68/+70
|\
| * i2c: mxc: move i2c_early_init_f to common functionBiwen Li2020-07-271-68/+70
* | treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-256-6/+6
* | treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-254-4/+4
|/
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2410-10/+10
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-206-6/+6
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-204-4/+4
* i2c: designware_i2c: Support ACPI table generationSimon Glass2020-07-173-1/+136
* i2c: Add log_ret() on errorSimon Glass2020-07-171-2/+2
* i2c: designware_i2c: Add a little more debuggingSimon Glass2020-07-171-5/+5
* dm: acpi: Enhance acpi_get_name()Simon Glass2020-07-171-10/+0
* acpi: Support generation of I2C descriptorSimon Glass2020-07-171-0/+11
* core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2