summaryrefslogtreecommitdiff
path: root/include/i2c.h
AgeCommit message (Expand)Author
2024-08-13i2c: Remove CFG_SYS_I2C_DIRECT_BUSSimon Glass
2024-08-13i2c: Remove CFG_SYS_I2C_MAX_HOPSSimon Glass
2024-08-13i2c: Drop i2c_get_bus_num_fdt() and i2c_reset_port_fdt()Simon Glass
2024-08-13i2c: Drop CFG_SYS_MAX_I2C_BUSSimon Glass
2024-08-13i2c: Remove I2C_GET_BUS()Simon Glass
2024-08-13i2c: Remove I2C_SET_BUS()Simon Glass
2024-08-13rtc: Drop CFG_SYS_RTC_BUS_NUMSimon Glass
2024-08-13i2c: Remove CFG_I2C_MULTI_BUSSimon Glass
2024-08-13i2c: Remove IC2_xxx enumSimon Glass
2024-08-13i2c: Remove board_i2c_init()Simon Glass
2023-10-31i2c: Implement i2c_get_chip_by_phandle()Philip Richard Oberfichtner
2022-12-23global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini
2022-12-23global: Migrate CONFIG_I2C_MULTI_BUS to CFGTom 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-07-05Convert CONFIG_SYS_SPD_BUS_NUM to KconfigTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-08-30Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut
2020-01-27i2c: Add enums for i2c speed and address sizeSimon Glass
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett
2019-07-29i2c: remove i2c driver-model compatibility layerBartosz Golaszewski
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-01dm: i2c: Convert uclass to livetreeSimon Glass
2017-05-22Drop digital thermometer and thermostat (DTT) driversSimon Glass
2017-05-15i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass
2017-04-05i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass
2017-04-05i2c: Drop unused i2c_soft...() functionsSimon Glass
2016-06-10drivers: i2c: mxc: Add early initYuan Yao
2015-11-27i2c: Fix the comment to match the function describedStefan Roese
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass
2015-08-05dm: i2c: Move definitions to the top of the header fileSimon Glass
2015-08-05dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass
2015-08-05dm: i2c: Add a message debug functionSimon Glass