summaryrefslogtreecommitdiff
path: root/include/i2c.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-22i2c: add dm_i2c_reg_clrsetSebastian Reichel1-0/+14
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass1-4/+4
2021-03-26sandbox: i2c: Support i2c emulation with of-platdataSimon Glass1-0/+15
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-5/+5
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-09-25i2c: Add a generic driver to generate ACPI infoSimon Glass1-0/+23
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+2
2020-03-16i2c: Add option to send start condition after deblockingMarek Vasut1-1/+3
2020-03-16i2c: Export i2c_deblock_gpio_loop()Marek Vasut1-0/+16
2020-01-27i2c: Add enums for i2c speed and address sizeSimon Glass1-0/+26
2019-12-17i2c: add support for offset overflow in to addressRobert Beckett1-0/+33
2019-07-30i2c: remove i2c driver-model compatibility layerBartosz Golaszewski1-80/+0
2019-04-11DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' propertyLukasz Majewski1-0/+2
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass1-0/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-3/+1
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-22/+0
2017-06-01dm: i2c: Convert uclass to livetreeSimon Glass1-2/+1
2017-05-22Drop digital thermometer and thermostat (DTT) driversSimon Glass1-3/+0
2017-05-15i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass1-3/+0
2017-04-05i2c: Drop CONFIG_SOFT_I2C_MULTI_BUSSimon Glass1-7/+0
2017-04-05i2c: Drop unused i2c_soft...() functionsSimon Glass1-15/+0
2016-06-10drivers: i2c: mxc: Add early initYuan Yao1-0/+3
2015-11-27i2c: Fix the comment to match the function describedStefan Roese1-1/+2
2015-08-06dm: i2c: Add support for multiplexed I2C busesSimon Glass1-0/+39
2015-08-06dm: i2c: Add a function to transfer messagesSimon Glass1-0/+13
2015-08-06dm: i2c: Move definitions to the top of the header fileSimon Glass1-43/+43
2015-08-06dm: i2c: Correct comment nits in dm_i2c_reg_read/write()Simon Glass1-0/+2
2015-08-06dm: i2c: Add a message debug functionSimon Glass1-0/+10
2015-06-11dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()Simon Glass1-0/+6
2015-05-15dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-1/+8
2015-05-06dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-0/+1
2015-05-06dm: i2c: Add functions to read and write a registerSimon Glass1-0/+21
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-4/+4
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass1-4/+1
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-4/+4
2015-01-30dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass1-1/+16
2015-01-30dm: i2c: Move slave details to child platdataSimon Glass1-2/+2
2015-01-30dm: i2c: Provide an offset length parameter where neededSimon Glass1-2/+6
2015-01-30dm: i2c: Add a compatbility layerSimon Glass1-0/+59
2015-01-30dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-10/+9
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass1-0/+352
2014-02-20OMAP24xx I2C: Add support for set-speedHannes Petermaier1-0/+1
2013-11-14i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann1-1/+1
2013-10-17i2c: Zynq: Support for TI PCA9548 bus multiplexerMichael Burr1-0/+2
2013-08-20i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is ...Łukasz Majewski1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-28/+204
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher1-21/+0