summaryrefslogtreecommitdiff
path: root/board/keymile/km83xx/km83xx_i2c.c
Commit message (Collapse)AuthorAgeLines
* dm: fsl_i2c: Rename I2C register structuremario.six@gdsys.cc2016-05-17-13/+15
| | | | Signed-off-by: Mario Six <mario.six@gdsys.cc>
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
| | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
* mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warningKim Phillips2011-11-16-2/+1
| | | | | | | | | Configuring for kmeter1 board... km83xx_i2c.c: In function 'i2c_make_abort': km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Acked-by: Heiko Schocher <hs@denx.de>
* powerpc/83xx: move km 83xx specific i2c code to km83xx_i2cHolger Brunck2011-11-03-0/+88
The common code should be valid for more than one architecture. Therefore this code was reorganized and moved to the new file km83xx_i2c.c Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>