Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-25 | drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers | Tom Rini | |
Acked-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@ti.com> | |||
2013-07-23 | i2c: add i2c_core and prepare for new multibus support | Heiko Schocher | |
This Patch introduce the new i2c_core file, which holds the I2C core functions, for the rework of the multibus/ multiadapter support. Also adds changes in i2c.h for the new I2C multibus/multiadapter support. This new support can be activated with the CONFIG_SYS_I2C define. Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Simon Glass <sjg@chromium.org> Cc: Mike Frysinger <vapier@gentoo.org> Cc: Stephen Warren <swarren@wwwdotorg.org> |