From: frowand.list@gmail.com
To: Rob Herring <robh+dt@kernel.org>,
pantelis.antoniou@konsulko.com,
Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
geert@linux-m68k.org
Subject: [PATCH 0/6] of: remove kbasename() from core
Date: Sun, 25 Feb 2018 18:22:24 -0800 [thread overview]
Message-ID: <1519611750-22355-1-git-send-email-frowand.list@gmail.com> (raw)
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>
next reply other threads:[~2018-02-26 2:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-26 2:22 frowand.list [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1519611750-22355-1-git-send-email-frowand.list@gmail.com \
--to=frowand.list@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pantelis.antoniou@konsulko.com \
--cc=panto@antoniou-consulting.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).