
Now that the serial uclass has been applied, this series includes only the exynos serial driver patches. It enables serial using driver model for all board that use the serial_s5p driver.
To see the current state of driver model, look at u-boot-dm.git branch 'working'.
Changes in v6: - Drop already-applied tegra patches - Rebase on top of master
Changes in v3: - Avoid reordering functions - Change pre-reloc fdt property to 'u-boot,dm-pre-reloc'
Simon Glass (2): dm: exynos: Mark exynos5 console as pre-reloc dm: exynos: Move serial to driver model
arch/arm/dts/exynos5.dtsi | 1 + drivers/serial/serial_s5p.c | 255 ++++++++++++---------------------------- include/configs/exynos-common.h | 1 + include/configs/s5p_goni.h | 1 + include/configs/smdkc100.h | 1 + 5 files changed, 76 insertions(+), 183 deletions(-)