[U-Boot] [PATCH 0/3] Make designware_i2c driver platform independent
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Mon Feb 10 09:20:10 CET 2014
Currently DW I2C driver required a target platform to have
"asm/arch/hardware.h" file. This file doesn't exist for most of platforms so it
would be good to remove this requirement.
Alexey Brodkin (3):
spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board
configs
designware_i2c: remove inclusion of <asm/arch/hardware.h>
arc: remove "hardware.h"
arch/arc/include/asm/arch-arc700/hardware.h | 10 ----------
arch/arm/include/asm/arch-spear/hardware.h | 4 ----
drivers/i2c/designware_i2c.c | 1 -
include/configs/spear-common.h | 9 +++++++++
include/configs/x600.h | 1 +
5 files changed, 10 insertions(+), 15 deletions(-)
delete mode 100644 arch/arc/include/asm/arch-arc700/hardware.h
--
1.8.5.3
More information about the U-Boot
mailing list