u-boot-2016/drivers/i2c
Peng Fan c36ecf3abf i2c:mxc fix array size of i2c_data
We should not hardcode array size of i2c_data to 3. To CONFIG_FSL_LSCH3,
there are 4 i2c interface, but not 3. So the size of i2c_data array should
be calculated using "ARRAY_SIZE(i2c_bases)".

To avoid compile error, move i2c_bases before sram_data structure which
contains i2c_data array.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
2015-01-08 11:00:45 -05:00
..
adi_i2c.c blackfin: convert to use CONFIG_SYS_I2C framework 2014-11-17 08:10:37 +01:00
davinci_i2c.c
davinci_i2c.h
designware_i2c.c
designware_i2c.h
fsl_i2c.c linux/kernel.h: sync min, max, min3, max3 macros with Linux 2014-11-23 06:48:30 -05:00
fti2c010.c
fti2c010.h
i2c-emul-uclass.c dm: i2c: Add I2C emulation driver for sandbox 2014-12-11 13:18:42 -07:00
i2c-uclass.c dm: i2c: Add a uclass for I2C 2014-12-11 13:18:42 -07:00
i2c_core.c i2c: Correct spelling error 2014-12-08 07:27:22 +01:00
ihs_i2c.c
Kconfig
kona_i2c.c
Makefile dm: i2c: Add a sandbox I2C driver 2014-12-11 13:18:42 -07:00
mv_i2c.c
mv_i2c.h
mvtwsi.c
mxc_i2c.c i2c:mxc fix array size of i2c_data 2015-01-08 11:00:45 -05:00
mxs_i2c.c
omap24xx_i2c.c
omap24xx_i2c.h
pca9564_i2c.c
ppc4xx_i2c.c
rcar_i2c.c i2c: rcar_i2c: Fix order of restart and clear status 2014-11-10 06:47:37 +01:00
s3c24x0_i2c.c
s3c24x0_i2c.h
sandbox_i2c.c dm: i2c: Add a sandbox I2C driver 2014-12-11 13:18:42 -07:00
sh_i2c.c
sh_sh7734_i2c.c
soft_i2c.c
tegra_i2c.c dm: i2c: tegra: Convert to driver model 2014-12-11 13:18:44 -07:00
tsi108_i2c.c
u8500_i2c.c
u8500_i2c.h
zynq_i2c.c