public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] Malta UART using device model & device tree
@ 2016-05-17  6:43 Paul Burton
  2016-05-17  6:43 ` [U-Boot] [PATCH v3 1/5] fdt: Support for ISA busses Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Paul Burton @ 2016-05-17  6:43 UTC (permalink / raw)
  To: u-boot

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           |   4 ++
 arch/mips/dts/Makefile      |   1 +
 arch/mips/dts/mti,malta.dts |  32 ++++++++++++
 board/imgtec/malta/malta.c  |  13 -----
 common/fdt_support.c        | 120 ++++++++++++++++++++++++++++++++++++++++++--
 configs/malta_defconfig     |   2 +
 configs/maltael_defconfig   |   2 +
 drivers/core/Kconfig        |  23 +++++++++
 drivers/serial/ns16550.c    |   8 +++
 include/configs/malta.h     |   8 +--
 10 files changed, 190 insertions(+), 23 deletions(-)
 create mode 100644 arch/mips/dts/mti,malta.dts

-- 
2.8.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2016-05-25 22:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-17  6:43 [U-Boot] [PATCH v3 0/5] Malta UART using device model & device tree Paul Burton
2016-05-17  6:43 ` [U-Boot] [PATCH v3 1/5] fdt: Support for ISA busses Paul Burton
2016-05-25 22:07   ` Daniel Schwierzeck
2016-05-17  6:43 ` [U-Boot] [PATCH v3 2/5] fdt: Document the rest of struct of_bus Paul Burton
2016-05-25 22:08   ` Daniel Schwierzeck
2016-05-17  6:43 ` [U-Boot] [PATCH v3 3/5] dm: ns16550: Don't map_physmem for I/O ports Paul Burton
2016-05-25 22:01   ` [U-Boot] [PATCH v4 " Daniel Schwierzeck
2016-05-25 22:09     ` Daniel Schwierzeck
2016-05-17  6:43 ` [U-Boot] [PATCH v3 4/5] malta: Tidy up UART address selection Paul Burton
2016-05-25 22:09   ` Daniel Schwierzeck
2016-05-17  6:43 ` [U-Boot] [PATCH v3 5/5] malta: Use device model & tree for UART Paul Burton
2016-05-25 22:10   ` Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox