summaryrefslogtreecommitdiff
path: root/include/i2c.h
Commit message (Expand)AuthorAgeFilesLines
* global: Migrate CONFIG_SYS_I2C_DIRECT_BUS to CFGTom Rini2022-12-231-4/+4
* global: Migrate CONFIG_I2C_MULTI_BUS to CFGTom Rini2022-12-231-1/+1
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-8/+8
* global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini2022-12-051-1/+1
* Convert CONFIG_SYS_SPD_BUS_NUM to KconfigTom Rini2022-07-051-3/+0
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-21/+21
* Convert CONFIG_SYS_I2C_SPEED et al to KconfigTom Rini2021-08-301-10/+0
* Convert CONFIG_SYS_I2C_EARLY_INIT to KconfigTom Rini2021-08-301-3/+4
* Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini2021-08-301-2/+2
* i2c: add dm_i2c_reg_clrsetSebastian Reichel2021-08-221-0/+14
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-281-4/+4
* sandbox: i2c: Support i2c emulation with of-platdataSimon Glass2021-03-261-0/+15
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* i2c: Add a generic driver to generate ACPI infoSimon Glass2020-09-251-0/+23
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+2
* i2c: Add option to send start condition after deblockingMarek Vasut2020-03-161-1/+3
* i2c: Export i2c_deblock_gpio_loop()Marek Vasut2020-03-161-0/+16
* i2c: Add enums for i2c speed and address sizeSimon Glass2020-01-271-0/+26
* i2c: add support for offset overflow in to addressRobert Beckett2019-12-171-0/+33
* i2c: remove i2c driver-model compatibility layerBartosz Golaszewski2019-07-291-80/+0
* DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski2019-04-111-0/+2
* dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass2018-11-291-0/+21
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-3/+1
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-22/+0
* dm: i2c: Convert uclass to livetreeSimon Glass2017-06-011-2/+1
* Drop digital thermometer and thermostat (DTT) driversSimon Glass2017-05-221-3/+0
* i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2017-05-151-3/+0
* i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass2017-04-051-7/+0
* i2c: Drop unused i2c_soft...() functionsSimon Glass2017-04-051-15/+0
* drivers: i2c: mxc: Add early initYuan Yao2016-06-101-0/+3
* i2c: Fix the comment to match the function describedStefan Roese2015-11-271-1/+2
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-051-0/+39
* dm: i2c: Add a function to transfer messagesSimon Glass2015-08-051-0/+13
* dm: i2c: Move definitions to the top of the header fileSimon Glass2015-08-051-43/+43
* dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass2015-08-051-0/+2
* dm: i2c: Add a message debug functionSimon Glass2015-08-051-0/+10
* dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()Simon Glass2015-06-101-0/+6
* dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-141-1/+8
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-051-0/+1
* dm: i2c: Add functions to read and write a registerSimon Glass2015-05-051-0/+21
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-4/+4
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-121-4/+1
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-4/+4
* dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-291-1/+16
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-291-2/+2
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-2/+6
* dm: i2c: Add a compatbility layerSimon Glass2015-01-291-0/+59