u-boot/doc/device-tree-bindings/i2c
Simon Glass 3d1957f0ea dm: i2c: Add support for multiplexed I2C buses
Add a new I2C_MUX uclass. Devices in this class can multiplex between
several I2C buses, selecting them one at a time for use by the system.
The multiplexing mechanism is left to the driver to decide - it may be
controlled by GPIOs, for example.

The uclass supports only two methods: select() and deselect().

The current mux state is expected to be stored in the mux itself since
it is the only thing that knows how to make things work. The mux can
record the current state and then avoid switching unless it is necessary.
So select() can be skipped if the mux is already in the correct state.
Also deselect() can be made a nop if required.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-08-05 21:06:10 -06:00
..
i2c-gpio.txt dm: i2c: add i2c-gpio driver 2015-04-18 11:11:17 -06:00
i2c-mux.txt dm: i2c: Add support for multiplexed I2C buses 2015-08-05 21:06:10 -06:00
i2c.txt dm: i2c: dts: Support an offset-len device tree property 2015-01-29 17:10:01 -07:00
tegra20-i2c.txt Prepare v2012.04-rc2; minor Coding Style cleanup 2012-04-16 23:13:51 +02:00