summaryrefslogtreecommitdiff
path: root/include/i2c.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher1-0/+9
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-9/+0
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher1-9/+206
2013-01-08I2C: Driver changes for FDT supportRajeshwari Shinde1-0/+26
2012-09-17i2c:soft:multi: Support for multiple soft I2C buses at Samsung boardsƁukasz Majewski1-0/+12
2012-01-11fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91esw@bus-elektronik.de1-1/+1
2011-10-28GCC4.6: Squash warning in cmd_date.cMarek Vasut1-9/+23
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk1-4/+1
2011-10-02GCC4.6: Convert various empty macros to inline functionsMarek Vasut1-1/+4
2011-04-28i2c: add i2c deblock sequence before and after every mux configStefan Bigler1-2/+0
2010-04-19fsl_i2c: Added a callpoint for i2c_board_late_initRichard Retanubun1-0/+3
2010-03-29i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks1-2/+0
2010-02-12convert common files to new SoC accessJens Scharsig1-0/+5
2009-07-21powerpc: updates for the keymile boardsHeiko Schocher1-0/+2
2009-06-12i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE valuePeter Tyser1-3/+9
2009-02-12i2c.h: drop i2c_reg_{read, write} hack for Blackfin partsMike Frysinger1-14/+0
2008-12-16i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-2/+60
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-0/+23
2008-10-18soft_i2c: prevent compiler warnings if driver does not use CPU Pins.Heiko Schocher1-0/+9
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2007-03-09[PATCH] I2C: Add missing default CFG_SPD_BUS_NUMMatthias Fuchs1-0/+3
2007-03-01[PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUMStefan Roese1-0/+8
2007-02-20[PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese1-0/+10
2006-11-04mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi1-4/+4
2006-11-04Add support for multiple I2C busesBen Warren1-0/+45
2003-03-14* Avoid flicker on the TRAB's VFD by synchronizing the enable withwdenk1-0/+3
2002-03-10Initial revisionwdenk1-0/+82