devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Constify property fwnode arguments
@ 2017-05-22  9:07 Sakari Ailus
  2017-05-22  9:07 ` [PATCH 1/7] ACPI: Constify acpi_get_next_subnode() fwnode argument Sakari Ailus
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Sakari Ailus @ 2017-05-22  9:07 UTC (permalink / raw)
  To: linux-acpi
  Cc: devicetree, sudeep.holla, lorenzo.pieralisi, mika.westerberg,
	rafael, mark.rutland, broonie, robh, ahs3, frowand.list

Hello everyone,

This set constifies the fwnode arguments in the fwnode property API more
or less the way they are const in OF property API.

Comments are welcome.

The set depends on these patchsets:

<URL:http://www.spinics.net/lists/devicetree/msg177549.html>
<URL:http://www.spinics.net/lists/linux-media/msg114283.html>
<URL:http://marc.info/?l=linux-acpi&m=149544328528001&w=2>

The patches and their dependencies may be also found here:

<URL:https://git.linuxtv.org/sailus/media_tree.git/log/?h=fwnode-const>

(It's uploading right now, so you may need to wait a bit until it's all
up to date.)

Sakari Ailus (7):
  ACPI: Constify acpi_get_next_subnode() fwnode argument
  ACPI: Constify acpi_bus helper functions, switch to macros
  ACPI: Constify internal fwnode arguments
  device property: Constify argument to pset fwnode backend
  device property: Constify fwnode property API
  v4l: fwnode: Constify fwnode endpoints
  v4l2-async: Make fwnode const

 drivers/acpi/property.c               | 90 +++++++++++++++++++---------------
 drivers/base/property.c               | 91 +++++++++++++++++++----------------
 drivers/media/v4l2-core/v4l2-fwnode.c | 12 ++---
 drivers/of/property.c                 | 29 +++++------
 include/acpi/acpi_bus.h               | 39 +++++++++------
 include/linux/acpi.h                  | 60 ++++++++++++-----------
 include/linux/fwnode.h                | 25 +++++-----
 include/linux/property.h              | 58 +++++++++++-----------
 include/media/v4l2-async.h            |  2 +-
 include/media/v4l2-fwnode.h           |  6 +--
 10 files changed, 226 insertions(+), 186 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-05-22  9:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22  9:07 [PATCH 0/7] Constify property fwnode arguments Sakari Ailus
2017-05-22  9:07 ` [PATCH 1/7] ACPI: Constify acpi_get_next_subnode() fwnode argument Sakari Ailus
2017-05-22  9:07 ` [PATCH 2/7] ACPI: Constify acpi_bus helper functions, switch to macros Sakari Ailus
2017-05-22  9:07 ` [PATCH 3/7] ACPI: Constify internal fwnode arguments Sakari Ailus
2017-05-22  9:07 ` [PATCH 4/7] device property: Constify argument to pset fwnode backend Sakari Ailus
2017-05-22  9:07 ` [PATCH 5/7] device property: Constify fwnode property API Sakari Ailus
2017-05-22  9:07 ` [PATCH 6/7] v4l: fwnode: Constify fwnode endpoints Sakari Ailus
     [not found] ` <1495444062-23867-1-git-send-email-sakari.ailus-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-05-22  9:07   ` [PATCH 7/7] v4l2-async: Make fwnode const Sakari Ailus

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