mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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 | ||