u-boot-brain/drivers/i2c
Peter Tyser 655b34a78a i2c: Create common default i2c_[set|get]_bus_speed() functions
New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
replace a number of architecture-specific implementations.

Also, providing default functions will allow all boards to enable
CONFIG_I2C_CMD_TREE.  This was previously not possible since the
tree-form of the i2c command provides the ability to display and modify
the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
present.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2009-06-12 20:39:45 +02:00
..
bfin-twi_i2c.c Blackfin: overhaul i2c driver 2009-01-28 13:26:13 -05:00
davinci_i2c.c davinci: move i2c driver to drivers/i2c 2009-03-30 18:58:39 +02:00
fsl_i2c.c 83xx, i2c: add mux support for fsl_i2c 2009-03-05 18:21:17 -06:00
Makefile s3c24x0: move i2c driver to drivers/i2c 2009-03-30 18:58:40 +02:00
mxc_i2c.c i.MX31: Start the I2C clock on driver initialisation 2009-02-14 10:00:51 +01:00
omap24xx_i2c.c OMAP3: Add I2C support 2009-01-24 17:51:22 +01:00
omap1510_i2c.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
s3c24x0_i2c.c s3c24x0: move i2c driver to drivers/i2c 2009-03-30 18:58:40 +02:00
s3c44b0_i2c.c s3c44b0: move i2c driver to drivers/i2c 2009-03-29 23:01:40 +02:00
soft_i2c.c i2c: Create common default i2c_[set|get]_bus_speed() functions 2009-06-12 20:39:45 +02:00
tsi108_i2c.c tsi108_i2c: Add i2c_init() stub function 2009-06-12 20:39:45 +02:00