Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-acpi@vger.kernel.org
Cc: andriy.shevchenko@linux.intel.com,
	heikki.krogerus@linux.intel.com, rafael@kernel.org
Subject: [PATCH v2 0/7] Small device property fixes and improvements
Date: Wed,  1 Dec 2021 14:59:28 +0200	[thread overview]
Message-ID: <20211201125934.936953-1-sakari.ailus@linux.intel.com> (raw)

Hello everyone,

Here's a few small fixes and improvements for device properties.

since v1:

- Use labelled references.

- Avoid using continue in fwnode_graph_get_endpoint_count().

- Rewrap lines in data node reference example.

Sakari Ailus (7):
  device property: Fix fwnode_graph_devcon_match() fwnode leak
  device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED
  Documentation: ACPI: Fix data node reference documentation
  Documentation: ACPI: Update references
  device property: Implement fwnode_graph_get_endpoint_count()
  device property: Use fwnode_graph_for_each_endpoint() macro
  device property: Drop fwnode_graph_get_remote_node()

 .../acpi/dsd/data-node-references.rst         | 28 +++---
 .../firmware-guide/acpi/dsd/graph.rst         | 40 ++++-----
 .../firmware-guide/acpi/dsd/leds.rst          | 40 ++++-----
 Documentation/firmware-guide/acpi/dsd/phy.rst | 28 +++---
 drivers/base/property.c                       | 89 +++++++++----------
 drivers/staging/media/tegra-video/vi.c        | 12 ++-
 include/linux/property.h                      |  8 +-
 7 files changed, 119 insertions(+), 126 deletions(-)

-- 
2.30.2


             reply	other threads:[~2021-12-01 12:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-01 12:59 Sakari Ailus [this message]
2021-12-01 12:59 ` [PATCH v2 1/7] device property: Fix fwnode_graph_devcon_match() fwnode leak Sakari Ailus
2021-12-01 12:59 ` [PATCH v2 2/7] device property: Fix documentation for FWNODE_GRAPH_DEVICE_DISABLED Sakari Ailus
2021-12-01 12:59 ` [PATCH v2 3/7] Documentation: ACPI: Fix data node reference documentation Sakari Ailus
2021-12-01 12:59 ` [PATCH v2 4/7] Documentation: ACPI: Update references Sakari Ailus
2021-12-01 12:59 ` [PATCH v2 5/7] device property: Implement fwnode_graph_get_endpoint_count() Sakari Ailus
2021-12-01 12:59 ` [PATCH v2 6/7] device property: Use fwnode_graph_for_each_endpoint() macro Sakari Ailus
2021-12-01 13:01 ` [PATCH v2 7/7] device property: Drop fwnode_graph_get_remote_node() Sakari Ailus
2021-12-17 17:43 ` [PATCH v2 0/7] Small device property fixes and improvements Rafael J. Wysocki

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=20211201125934.936953-1-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rafael@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 read-only IMAP folder(s) and NNTP newsgroup(s).