summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-17dm: acpi: Enhance acpi_get_name()Simon Glass1-10/+0
2020-07-17acpi: Support generation of I2C descriptorSimon Glass1-0/+11
2020-07-10core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-07-09i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay1-1/+73
2020-07-09i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay1-0/+1
2020-07-09i2c: imx_lpi2c: Improve the codes to use private dataYe Li1-11/+11
2020-07-09i2c: i2c-cortina: added CAxxxx I2C supportArthur Li4-0/+443
2020-07-09i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati3-0/+858
2020-05-28i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt1-1/+1
2020-05-28i2c: designware_i2c: Check if the device is poweredRaul E Rangel1-0/+17
2020-05-28i2c: designware_i2c: Tidy up use of NULL privSimon Glass1-11/+23
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop linux/delay.h from common headerSimon Glass24-0/+24
2020-05-19common: Drop log.h from common headerSimon Glass32-0/+32
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner1-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner1-1/+1
2020-05-10i2c: mxc: add fuse checkPeng Fan1-0/+17
2020-04-21Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini6-2/+1065
2020-04-20drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur4-0/+1057
2020-04-20i2c: muxes: pca954x: add PCA9546 variantChris Packham2-2/+8
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt4-4/+4
2020-03-24i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat1-46/+59
2020-03-16i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2-0/+7
2020-03-16i2c: designware_i2c: remove 'has_high_speed'Jun Chen2-4/+1
2020-03-16i2c: designware_i2c: check is high speed possible supportJun Chen2-0/+13
2020-03-16i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen1-1/+1
2020-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher1-1/+22
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter1-69/+64
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut1-0/+16
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut1-3/+20
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut1-4/+4
2020-03-16i2c: Make deblock delay and SCL clock configurableMarek Vasut1-10/+11
2020-02-18i2c: designware_i2c: Correct the selection of speed modeSimon Glass1-2/+2
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini16-0/+19
2020-02-07tegra: i2c: Change driver to use helper functionSimon Glass1-12/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass13-0/+14