mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +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> |
||
|---|---|---|
| .. | ||
| 4xx_ibm_ddr2_autocalib.c | ||
| 4xx_pci.c | ||
| 4xx_pcie.c | ||
| 4xx_uart.c | ||
| 40x_spd_sdram.c | ||
| 44x_spd_ddr.c | ||
| 44x_spd_ddr2.c | ||
| bedbug_405.c | ||
| cache.S | ||
| commproc.c | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| dcr.S | ||
| denali_data_eye.c | ||
| denali_spd_ddr2.c | ||
| ecc.c | ||
| ecc.h | ||
| fdt.c | ||
| gpio.c | ||
| i2c.c | ||
| interrupts.c | ||
| iop480_uart.c | ||
| kgdb.S | ||
| Makefile | ||
| miiphy.c | ||
| ndfc.c | ||
| resetvec.S | ||
| sdram.c | ||
| sdram.h | ||
| speed.c | ||
| start.S | ||
| tlb.c | ||
| traps.c | ||
| uic.c | ||
| usb.c | ||
| usb_ohci.c | ||
| usb_ohci.h | ||
| usbdev.c | ||
| usbdev.h | ||
| xilinx_irq.c | ||