devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] of: remove kbasename() from core
@ 2018-02-26  2:22 frowand.list
  2018-02-26  2:22 ` [PATCH 1/6] of: unittest: clean up changeset test frowand.list
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: frowand.list @ 2018-02-26  2:22 UTC (permalink / raw)
  To: Rob Herring, pantelis.antoniou, Pantelis Antoniou
  Cc: devicetree, linux-kernel, geert

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

Struct device_node full_name no longer includes the full path
name.

Fix some broken overlay code that was not updated to reflect this.

Clean up the unittest changeset test that calls into this
overlay code.

kbasename(->full_name) is no longer needed, so remove kbasename()
from core devicetree code.

Removal of kbasename() is separated out into one patch per file
as much as possible to make bisection easier if a problem occurs.

Frank Rowand (6):
  of: unittest: clean up changeset test
  of: remove kbasename(of->full_name) from overlay related code
  of: remove kbasename(of->full_name) from base.c
  of: remove kbasename(of->full_name) from kobj.c
  of: remove kbasename(of->full_name) from of_reserved_mem.c
  of: remove kbasename(of->full_name) from platform.c

 drivers/of/base.c            |  4 ++--
 drivers/of/dynamic.c         | 21 +++++++++----------
 drivers/of/kobj.c            |  2 +-
 drivers/of/of_private.h      |  3 ++-
 drivers/of/of_reserved_mem.c |  4 +---
 drivers/of/overlay.c         |  8 ++------
 drivers/of/platform.c        |  2 +-
 drivers/of/resolver.c        |  5 +----
 drivers/of/unittest.c        | 48 +++++++++++++++++++++++++++++++++++---------
 9 files changed, 59 insertions(+), 38 deletions(-)

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

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

end of thread, other threads:[~2018-02-26 19:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-26  2:22 [PATCH 0/6] of: remove kbasename() from core frowand.list
2018-02-26  2:22 ` [PATCH 1/6] of: unittest: clean up changeset test frowand.list
2018-02-26  2:22 ` [PATCH 2/6] of: remove kbasename(of->full_name) from overlay related code frowand.list
2018-02-26  2:22 ` [PATCH 3/6] of: remove kbasename(of->full_name) from base.c frowand.list
2018-02-26  2:22 ` [PATCH 4/6] of: remove kbasename(of->full_name) from kobj.c frowand.list
2018-02-26  2:22 ` [PATCH 5/6] of: remove kbasename(of->full_name) from of_reserved_mem.c frowand.list
2018-02-26  2:22 ` [PATCH 6/6] of: remove kbasename(of->full_name) from platform.c frowand.list
2018-02-26  9:03 ` [PATCH 0/6] of: remove kbasename() from core Geert Uytterhoeven
2018-02-26 19:42   ` Frank Rowand

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).