All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Small device property fixes and improvements
@ 2021-12-01 12:59 Sakari Ailus
  2021-12-01 12:59 ` [PATCH v2 1/7] device property: Fix fwnode_graph_devcon_match() fwnode leak Sakari Ailus
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Sakari Ailus @ 2021-12-01 12:59 UTC (permalink / raw)
  To: linux-acpi; +Cc: andriy.shevchenko, heikki.krogerus, rafael

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


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

end of thread, other threads:[~2021-12-17 17:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 12:59 [PATCH v2 0/7] Small device property fixes and improvements Sakari Ailus
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.