From: Sakari Ailus <sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
sudeep.holla-5wv7dgnIgG8@public.gmane.org,
lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org,
mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
rafael-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
mark.rutland-5wv7dgnIgG8@public.gmane.org,
broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
ahs3-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Subject: [PATCH v4 0/2] Preparation for further fwnode property cleanup
Date: Thu, 18 May 2017 13:42:41 +0300 [thread overview]
Message-ID: <1495104163-17165-1-git-send-email-sakari.ailus@linux.intel.com> (raw)
Hi Rob, Frank, others,
Here's the 4th version of what used to be a single patch to prepare for
fwnode property cleanup.
Beyond this, I have a couple of other patchsets I'll post in the near
future:
- fwnode property cleanup (for linux-pm) which moves the property API
implementation to FW specific locations; depends on these patches,
- V4L2 fwnode patches (for media_tree, no unmerged dependencies) and
- fwnode const patchset which allows making the fwnode argument for the
property API functions const. It depends on both of the previous sets.
Might be for linux-pm.
Sakari Ailus (2):
of: Move OF property and graph API from base.c to property.c
of: Make of_fwnode_handle() safer
since v3:
- Rebase the first patch (no conflicts),
- Add another patch for to make of_fwnode_handle() handle NULL argument
gracefully.
drivers/of/Makefile | 2 +-
drivers/of/base.c | 733 ------------------------------------------------
drivers/of/property.c | 763 ++++++++++++++++++++++++++++++++++++++++++++++++++
include/linux/of.h | 8 +-
4 files changed, 771 insertions(+), 735 deletions(-)
create mode 100644 drivers/of/property.c
--
2.7.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2017-05-18 10:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-18 10:42 Sakari Ailus [this message]
2017-05-18 10:42 ` [PATCH v4 1/2] of: Move OF property and graph API from base.c to property.c Sakari Ailus
2017-05-18 10:42 ` [PATCH v4 2/2] of: Make of_fwnode_handle() safer Sakari Ailus
2017-05-18 11:12 ` [RESEND PATCH v4 3/3] of: Support const and non-const use for to_of_node() Sakari Ailus
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=1495104163-17165-1-git-send-email-sakari.ailus@linux.intel.com \
--to=sakari.ailus-vuqaysv1563yd54fqh9/ca@public.gmane.org \
--cc=ahs3-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lorenzo.pieralisi-5wv7dgnIgG8@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=rafael-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sudeep.holla-5wv7dgnIgG8@public.gmane.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).