Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632418
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 2/2] of: Add unit tests for applying overlays |
| Date | 2017-04-28 00:30 +0200 |
| Message-ID | <tB05c-71h-17@gated-at.bofh.it> (permalink) |
| References | <tAiQx-3gC-9@gated-at.bofh.it> <tAiQy-3gC-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Apr 25, 2017 at 05:09:54PM -0700, frowand.list@gmail.com wrote: > 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. > > Signed-off-by: Frank Rowand <frank.rowand@sony.com> > --- > > There are checkpatch warnings. I have reviewed them and feel they > can be ignored. > > drivers/of/fdt.c | 14 +- > drivers/of/of_private.h | 12 + > drivers/of/unittest-data/Makefile | 17 +- > drivers/of/unittest-data/overlay.dts | 53 ++++ > drivers/of/unittest-data/overlay_bad_phandle.dts | 20 ++ > drivers/of/unittest-data/overlay_base.dts | 80 ++++++ > drivers/of/unittest.c | 317 +++++++++++++++++++++++ > 7 files changed, 505 insertions(+), 8 deletions(-) > create mode 100644 drivers/of/unittest-data/overlay.dts > create mode 100644 drivers/of/unittest-data/overlay_bad_phandle.dts > create mode 100644 drivers/of/unittest-data/overlay_base.dts Applied. Rob
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/2] of: Add unit tests for applying overlays frowand.list@gmail.com - 2017-04-26 02:20 +0200
[PATCH v4 2/2] of: Add unit tests for applying overlays frowand.list@gmail.com - 2017-04-26 02:20 +0200
Re: [PATCH v4 2/2] of: Add unit tests for applying overlays Rob Herring <robh@kernel.org> - 2017-04-28 00:30 +0200
Re: [PATCH v4 2/2] of: Add unit tests for applying overlays Geert Uytterhoeven <geert@linux-m68k.org> - 2017-04-28 13:30 +0200
Re: [PATCH v4 2/2] of: Add unit tests for applying overlays Frank Rowand <frowand.list@gmail.com> - 2017-04-28 17:30 +0200
Re: [PATCH v4 2/2] of: Add unit tests for applying overlays Geert Uytterhoeven <geert@linux-m68k.org> - 2017-04-28 18:20 +0200
[PATCH v4 1/2] of: per-file dtc compiler flags frowand.list@gmail.com - 2017-04-26 02:20 +0200
Re: [PATCH v4 1/2] of: per-file dtc compiler flags Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-27 17:20 +0200
Re: [PATCH v4 1/2] of: per-file dtc compiler flags Rob Herring <robh@kernel.org> - 2017-04-28 00:30 +0200
csiph-web