summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay2020-07-091-1/+73
* i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay2020-07-091-0/+1
* i2c: imx_lpi2c: Improve the codes to use private dataYe Li2020-07-091-11/+11
* i2c: i2c-cortina: added CAxxxx I2C supportArthur Li2020-07-094-0/+443
* i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati2020-07-093-0/+858
* i2c: observe scl_count in i2c_deblock_gpio_loop()Heinrich Schuchardt2020-05-281-1/+1
* i2c: designware_i2c: Check if the device is poweredRaul E Rangel2020-05-281-0/+17
* i2c: designware_i2c: Tidy up use of NULL privSimon Glass2020-05-281-11/+23
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-1810-0/+10
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1824-0/+24
* common: Drop log.h from common headerSimon Glass2020-05-1832-0/+32
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-151-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-151-1/+1
* i2c: mxc: add fuse checkPeng Fan2020-05-101-0/+17
* Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2020-04-216-2/+1065
|\
| * drivers: i2c: add brcm iproc I2C driver supportRayagonda Kokatanur2020-04-204-0/+1057
| * i2c: muxes: pca954x: add PCA9546 variantChris Packham2020-04-202-2/+8
* | doc: fix references to driver-modelHeinrich Schuchardt2020-04-174-4/+4
|/
* i2c: stm32f7_i2c: allows for any bus frequencyAlain Volmat2020-03-241-46/+59
* i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speedJun Chen2020-03-162-0/+7
* i2c: designware_i2c: remove 'has_high_speed'Jun Chen2020-03-162-4/+1
* i2c: designware_i2c: check is high speed possible supportJun Chen2020-03-162-0/+13
* i2c: designware_i2c: Fix IC_CON register setting for high speed modeJun Chen2020-03-161-1/+1
* dm: i2c-gpio: add support for clock stretchingHeiko Schocher2020-03-161-1/+22
* dm: i2c-gpio: rework gpio get/set functionsMichael Auchter2020-03-161-69/+64
* i2c: gpio: Run deblock sequence on probeMarek Vasut2020-03-161-0/+16
* i2c: Add option to send start condition after deblockingMarek Vasut2020-03-161-3/+20
* i2c: Export i2c_deblock_gpio_loop()Marek Vasut2020-03-161-4/+4
* i2c: Make deblock delay and SCL clock configurableMarek Vasut2020-03-161-10/+11
* i2c: designware_i2c: Correct the selection of speed modeSimon Glass2020-02-181-2/+2
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1116-0/+19
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0513-0/+14
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-055-0/+5
* | tegra: i2c: Change driver to use helper functionSimon Glass2020-02-071-12/+1
|/
* i2c: mxc_i2c: add DM_FLAG_PRE_RELOC flagBiwen Li2020-02-041-0/+1
* i2c: designware_i2c: Do more in the probe() methodSimon Glass2020-01-271-8/+8
* i2c: designware_i2c: Separate out the speed calculationSimon Glass2020-01-272-33/+48
* i2c: designware_i2c: Move dw_i2c_speed_config to headerSimon Glass2020-01-272-17/+17
* i2c: designware_i2c: Add support for fast-plus speedSimon Glass2020-01-272-2/+12
* i2c: Update drivers to use enum for speedSimon Glass2020-01-2714-26/+32