linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] of: Add unit tests for applying overlays
@ 2017-04-24  5:43 frowand.list
  2017-04-24  5:43 ` [PATCH 1/2] of: add support of dtc compiler flags for device tree overlays frowand.list
  2017-04-24  5:43 ` [PATCH 2/2] of: Add unit tests for applying overlays frowand.list
  0 siblings, 2 replies; 6+ messages in thread
From: frowand.list @ 2017-04-24  5:43 UTC (permalink / raw)
  To: Rob Herring, stephen.boyd, Michal Marek
  Cc: devicetree, linux-kernel, linux-kbuild

From: Frank Rowand <frank.rowand@sony.com>

Existing overlay unit tests examine individual pieces of the overlay
code.  The new tests target the entire process of applying an overlay.

Frank Rowand (2):
  of: add support of dtc compiler flags for device tree overlays
  of: Add unit tests for applying overlays.

 drivers/of/fdt.c                            |  45 +++++
 drivers/of/of_private.h                     |   2 +
 drivers/of/unittest-data/Makefile           |  17 +-
 drivers/of/unittest-data/ot.dts             |  53 ++++++
 drivers/of/unittest-data/ot_bad_phandle.dts |  20 +++
 drivers/of/unittest-data/ot_base.dts        |  71 ++++++++
 drivers/of/unittest.c                       | 264 ++++++++++++++++++++++++++++
 scripts/Makefile.lib                        |   2 +
 8 files changed, 471 insertions(+), 3 deletions(-)
 create mode 100644 drivers/of/unittest-data/ot.dts
 create mode 100644 drivers/of/unittest-data/ot_bad_phandle.dts
 create mode 100644 drivers/of/unittest-data/ot_base.dts

-- 
Frank Rowand <frank.rowand@sony.com>

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

end of thread, other threads:[~2017-04-24 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24  5:43 [PATCH 0/2] of: Add unit tests for applying overlays frowand.list
2017-04-24  5:43 ` [PATCH 1/2] of: add support of dtc compiler flags for device tree overlays frowand.list
2017-04-24  5:43 ` [PATCH 2/2] of: Add unit tests for applying overlays frowand.list
2017-04-24 17:16   ` Rob Herring
2017-04-24 17:47     ` Frank Rowand
2017-04-24 20:40       ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).