devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] of: generic infrastructure fixes
@ 2016-05-09 18:11 Pantelis Antoniou
  2016-05-09 18:11 ` [PATCH 1/3] of: rename *_node_sysfs to _node_post Pantelis Antoniou
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Pantelis Antoniou @ 2016-05-09 18:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: Frank Rowand, Matt Porter, Grant Likely, Koen Kooi, Guenter Roeck,
	Marek Vasut, Geert Uytterhoeven, devicetree, linux-kernel,
	Pantelis Antoniou, Pantelis Antoniou

The first patch renames the *_node_sysfs methods to _node_post since
this is more accurate when more work takes place besides sysfs
tweaking when the next patch is using a hashtable for phandles.
This is a win for very large blobs with a large number of phandles.
Current we use an exhaustive search which is not optimal at all.

Finally, a long standing request of applied overlays populating
the symbol list is implemented; this allows staggered overlay
application with a symbol from a previous overlay being used
by another after it.

Pantelis Antoniou (3):
  of: rename *_node_sysfs to _node_post
  of: Support hashtable lookups for phandles
  of: overlay: Pick up label symbols from overlays.

 drivers/of/base.c       |  39 +++++++++++++++---
 drivers/of/dynamic.c    |  18 ++++++---
 drivers/of/of_private.h |  35 ++++++++++++++++-
 drivers/of/overlay.c    | 102 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/of/unittest.c   |   4 +-
 include/linux/of.h      |   2 +
 6 files changed, 186 insertions(+), 14 deletions(-)

-- 
1.7.12

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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-09 18:11 [PATCH 0/3] of: generic infrastructure fixes Pantelis Antoniou
2016-05-09 18:11 ` [PATCH 1/3] of: rename *_node_sysfs to _node_post Pantelis Antoniou
     [not found]   ` <1462817488-8370-2-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 21:49     ` Rob Herring
2016-05-10 13:57       ` Pantelis Antoniou
2016-05-09 18:11 ` [PATCH 2/3] of: Support hashtable lookups for phandles Pantelis Antoniou
     [not found]   ` <1462817488-8370-3-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 20:38     ` Geert Uytterhoeven
     [not found]       ` <CAMuHMdXBnxTaKB4io4j4jbbUh+QU0b_Fj8zYi_K_7NZSE33YpQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-09 21:11         ` Rob Herring
2016-05-10 13:45           ` Pantelis Antoniou
2016-05-10 14:26             ` Rob Herring
2016-05-09 21:21     ` Rob Herring
2016-05-10 13:52       ` Pantelis Antoniou
     [not found] ` <1462817488-8370-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 18:11   ` [PATCH 3/3] of: overlay: Pick up label symbols from overlays Pantelis Antoniou
2016-05-09 20:32     ` Marek Vasut
     [not found]     ` <1462817488-8370-4-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-09 21:47       ` Rob Herring
     [not found]         ` <CAL_JsqLVnQ12AS-2CNfsf5PsyGvELrMjDDGfRcv7opijgJkGdw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-10 13:56           ` Pantelis Antoniou
     [not found]             ` <2B34FBA8-A9DB-4DB5-BF95-4FE752EAF128-wVdstyuyKrO8r51toPun2/C9HSW9iNxf@public.gmane.org>
2016-05-10 14:23               ` 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).