summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2023-01-09Merge branch 'next'Tom Rini
2023-01-06i2c: uniphier-f: correct error recoveryDai Okamura
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFGTom Rini
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFGTom Rini
2022-12-22arm: ti814x: Remove remaining support codeTom Rini
2022-12-22i2c: Remove CONFIG_I2C_MULTI_BUSTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini
2022-12-05i2c: nuvoton: renamed the NPCM i2c driverJim Liu
2022-11-14i2c: i2c-gpio: add newlineSergei Antonov
2022-11-14i2c: microchip: fix erroneous late ack sendConor Dooley
2022-11-14i2c: microchip: fix ack sending logicConor Dooley
2022-11-10Convert CONFIG_SYS_I2C_INIT_BOARD to KconfigTom Rini
2022-09-23i2c: add support for MediaTek I2C interfaceWeijie Gao
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-15i2c: stm32: fix usage of rise/fall device tree propertiesJorge Ramirez-Ortiz
2022-09-15i2c: stm32: do not set the STOP condition on errorAlain Volmat
2022-09-15i2c: stm32: remove unused stop parameter in start & reload handlingAlain Volmat
2022-09-15i2c: stm32: fix comment and remove unused AUTOEND bitAlain Volmat
2022-09-15i2c: stm32f7: fix clearing the control registerJorge Ramirez-Ortiz
2022-07-19i2c: avoid dynamic stack use in dm_i2c_writeRasmus Villemoes
2022-07-19i2c: nuvoton: Add NPCM7xx i2c driverJim Liu
2022-07-19i2c: ast_i2c: Remove SCL direct drive modeEddie James
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay
2022-07-08i2c: Remove non-DM_I2C support from davinci_i2c.cTom Rini
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-07-06i2c/aspeed: Add AST2600 compatibleJoel Stanley
2022-07-06i2c/aspeed: Fix reset controlJoel Stanley
2022-06-28arm: samsung: Migrate a number of symbols to KconfigTom Rini
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
2022-06-13arm: tegra: Update some DT compatiblesPeter Robinson
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-04-04i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland
2022-04-04i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland
2022-04-04i2c: sun6i_p2wi: Add support for DM clocks and resetsSamuel Holland
2022-04-04i2c: sun6i_p2wi: Initialize chips in .child_pre_probeSamuel Holland
2022-04-04i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2CSamuel Holland
2022-04-04i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2CSamuel Holland
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-23i2c: fix always-true condition in i2c_probe_chip()Nikita Yushchenko
2022-03-09i2c: i2c-cdns: Prevent early termination of writeSai Pavan Boddu
2022-03-09i2c: i2c-cdns: Fix write transaction stateSai Pavan Boddu
2022-03-09i2c: i2c-cdns: Start read transaction after write to transfer_size regSai Pavan Boddu