mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-12 19:10:14 +01:00
This patch adds a callpoint in i2c_init that allows board specific i2c board initialization (typically for i2c bus reset) that is called after i2c_init operations, allowing the i2c_board_late_init function to use the pre-configured i2c bus speed and slave address. |
||
|---|---|---|
| .. | ||
| bfin-twi_i2c.c | ||
| davinci_i2c.c | ||
| fsl_i2c.c | ||
| kirkwood_i2c.c | ||
| Makefile | ||
| mxc_i2c.c | ||
| omap24xx_i2c.c | ||
| omap1510_i2c.c | ||
| pca9564_i2c.c | ||
| ppc4xx_i2c.c | ||
| s3c24x0_i2c.c | ||
| s3c44b0_i2c.c | ||
| soft_i2c.c | ||
| spr_i2c.c | ||
| tsi108_i2c.c | ||