]> Git Repo - J-u-boot.git/commit
cmd: eeprom: add bus switching support for all i2c drivers
authorNikita Kiryanov <[email protected]>
Sat, 16 Apr 2016 14:55:02 +0000 (17:55 +0300)
committerTom Rini <[email protected]>
Fri, 20 May 2016 21:02:06 +0000 (17:02 -0400)
commit2636ac65a84f2bbab4b6a773384cfc630b9b6d7b
tree6f4ef0a50f30056edafc0589273379fcaa25236d
parentfbaf42724f372ee3fb0d7cd83107f5bae416028f
cmd: eeprom: add bus switching support for all i2c drivers

The i2c_init function is always provided when CONFIG_SYS_I2C is
defined. No need to limit ourselves to just one supported I2C driver
(soft_i2c). Update the #ifdef conditions to support bus switching for
all I2C drivers.

Cc: Heiko Schocher <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Igor Grinberg <[email protected]>
Cc: Tom Rini <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
cmd/eeprom.c
This page took 0.032171 seconds and 4 git commands to generate.