public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] Malta UART using device model & device tree
@ 2016-05-16 17:44 Paul Burton
  2016-05-16 17:44 ` [U-Boot] [PATCH v2 1/5] fdt: Support for ISA busses Paul Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 23+ messages in thread
From: Paul Burton @ 2016-05-16 17:44 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           |   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

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

end of thread, other threads:[~2016-05-24 15:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 17:44 [U-Boot] [PATCH v2 0/5] Malta UART using device model & device tree Paul Burton
2016-05-16 17:44 ` [U-Boot] [PATCH v2 1/5] fdt: Support for ISA busses Paul Burton
2016-05-17 12:11   ` Simon Glass
2016-05-16 17:44 ` [U-Boot] [PATCH v2 2/5] fdt: Document the rest of struct of_bus Paul Burton
2016-05-17 12:11   ` Simon Glass
2016-05-16 17:44 ` [U-Boot] [PATCH v2 3/5] dm: ns16550: Don't map_physmem for I/O ports Paul Burton
2016-05-16 18:58   ` Daniel Schwierzeck
2016-05-17 12:11   ` Simon Glass
2016-05-17 12:48     ` Paul Burton
2016-05-17 15:51       ` Daniel Schwierzeck
2016-05-17 15:54         ` Simon Glass
2016-05-17 15:58           ` Paul Burton
2016-05-17 16:00             ` Simon Glass
2016-05-18 10:04               ` Daniel Schwierzeck
2016-05-18 14:52                 ` Simon Glass
2016-05-21 16:50                   ` Daniel Schwierzeck
2016-05-24 15:34                     ` Paul Burton
2016-05-16 17:44 ` [U-Boot] [PATCH v2 4/5] malta: Tidy up UART address selection Paul Burton
2016-05-16 18:57   ` Daniel Schwierzeck
2016-05-16 17:44 ` [U-Boot] [PATCH v2 5/5] malta: Use device model & tree for UART Paul Burton
2016-05-16 18:56   ` Daniel Schwierzeck
2016-05-17  6:40     ` Paul Burton
2016-05-17 10:57       ` Daniel Schwierzeck

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