This series converts the MIPS Malta development board to make use of device model & device tree to probe the UART. This results in a tidier way to handle differences between Malta boards & starts Malta on the path to device model conversion.
Paul Burton (5): fdt: Support for ISA busses fdt: Document the rest of struct of_bus dm: ns16550: Don't map_physmem for I/O ports malta: Tidy up UART address selection malta: Use device model & tree for UART arch/mips/Kconfig | 5 ++ arch/mips/dts/Makefile | 3 +- arch/mips/dts/mti,malta.dts | 32 ++++++++++++ board/imgtec/malta/malta.c | 13 ----- common/fdt_support.c | 120 ++++++++++++++++++++++++++++++++++++++++++-- configs/malta_defconfig | 1 + configs/maltael_defconfig | 1 + drivers/core/Kconfig | 23 +++++++++ drivers/serial/ns16550.c | 8 +++ include/configs/malta.h | 8 +-- 10 files changed, 190 insertions(+), 24 deletions(-) create mode 100644 arch/mips/dts/mti,malta.dts -- 2.8.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot