summaryrefslogtreecommitdiff
path: root/include/i2c.h
Commit message (Expand)AuthorAgeLines
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-12-4/+1
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-12-4/+4
* dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-29-1/+16
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-29-2/+2
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-2/+6
* dm: i2c: Add a compatbility layerSimon Glass2015-01-29-0/+59
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-10/+9
* dm: i2c: Add a uclass for I2CSimon Glass2014-12-11-0/+352
* OMAP24xx I2C: Add support for set-speedHannes Petermaier2014-02-20-0/+1
* i2c: switch from AT91 legacy to ATMEL legacyAndreas Bießmann2013-11-13-1/+1
* i2c: Zynq: Support for TI PCA9548 bus multiplexerMichael Burr2013-10-17-0/+2
* i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is ...Łukasz Majewski2013-08-20-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-28/+204
|\
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-23-21/+0
| * i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher2013-07-23-0/+9
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-9/+0
| * i2c: add i2c_core and prepare for new multibus supportHeiko Schocher2013-07-23-9/+206
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* I2C: Driver changes for FDT supportRajeshwari Shinde2013-01-08-0/+26
* i2c:soft:multi: Support for multiple soft I2C buses at Samsung boardsŁukasz Majewski2012-09-17-0/+12
* fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91esw@bus-elektronik.de2012-01-11-1/+1
* GCC4.6: Squash warning in cmd_date.cMarek Vasut2011-10-27-9/+23
* Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-04-4/+1
* GCC4.6: Convert various empty macros to inline functionsMarek Vasut2011-10-01-1/+4
* i2c: add i2c deblock sequence before and after every mux configStefan Bigler2011-04-28-2/+0
* fsl_i2c: Added a callpoint for i2c_board_late_initRichard Retanubun2010-04-19-0/+3
* i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks2010-03-29-2/+0
* convert common files to new SoC accessJens Scharsig2010-02-12-0/+5
* powerpc: updates for the keymile boardsHeiko Schocher2009-07-21-0/+2
* i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser2009-06-12-3/+9
* i2c.h: drop i2c_reg_{read, write} hack for Blackfin partsMike Frysinger2009-02-12-14/+0
* i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi2008-12-15-2/+60
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-11/+11
* I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher2008-10-18-0/+23
* soft_i2c: prevent compiler warnings if driver does not use CPU Pins.Heiko Schocher2008-10-18-0/+9
* Big white-space cleanup.Wolfgang Denk2008-05-21-4/+4
* [PATCH] I2C: Add missing default CFG_SPD_BUS_NUMMatthias Fuchs2007-03-08-0/+3
* [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUMStefan Roese2007-03-01-0/+8
* [PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese2007-02-20-0/+10
* mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi2006-11-03-4/+4
* Add support for multiple I2C busesBen Warren2006-11-03-0/+45
* * Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk2003-03-14-0/+3
* Initial revisionwdenk2002-03-10-0/+82