mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
655b34a78a
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> |
||
---|---|---|
.. | ||
bedbug_603e.c | ||
commproc.c | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
ether_fcc.c | ||
ether_scc.c | ||
i2c.c | ||
interrupts.c | ||
kgdb.S | ||
Makefile | ||
pci.c | ||
serial_scc.c | ||
serial_smc.c | ||
speed.c | ||
speed.h | ||
spi.c | ||
start.S | ||
traps.c | ||
u-boot.lds |