summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Create a new Kconfig for I2CSimon Glass2021-07-281-2/+24
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-1/+1
* Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-281-1/+1
* arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2021-07-072-21/+0
* arm: Remove spear320 boardsTom Rini2021-07-071-1/+1
* arm: Remove spear310 boardsTom Rini2021-07-071-2/+2
* arm: Remove spear300 boardsTom Rini2021-07-071-1/+1
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-073-0/+6
|\
| * dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-063-0/+6
* | Kconfig: convert CONFIG_SYS_I2C_LPC32XXTrevor Woerner2021-07-061-0/+6
* | lpc32xx: i2c: finish DM/OF codeTrevor Woerner2021-07-061-1/+7
* | lpc32xx: i2c: fix base addressTrevor Woerner2021-07-061-5/+1
* | lpc32xx: i2c: remove unused defineTrevor Woerner2021-07-061-1/+0
* | i2c: synquacer: SNI Synquacer I2C controllerJassi Brar2021-07-063-0/+346
|/
* gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass2021-04-121-10/+9
* arm: Remove vexpress_ca15_tc2 boardTom Rini2021-04-101-1/+1
* 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 headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon 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 nextWIP/05Jan2021-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