lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 23 May 2022 21:46:34 +0200
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [GIT PULL] Device properties framework updates for v5.19-rc1

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 devprop-5.19-rc1

with top-most commit f6e109a0afedec2a9470fec31a567071e2f01e46

 device property: Advertise fwnode and device property count API calls

on top of commit 3123109284176b1532874591f7c81f3837bbdc17

 Linux 5.18-rc1

to receive device properties framework updates for 5.19-rc1.

These mostly extend the device property API and make it easier to use
in some cases.

Specifics:

 - Allow error pointer to be passed to fwnode APIs (Andy Shevchenko).

 - Introduce fwnode_for_each_parent_node() (Andy Shevchenko, Douglas
   Anderson).

 - Advertise fwnode and device property count API calls (Andy
   Shevchenko).

 - Clean up fwnode_is_ancestor_of() (Andy Shevchenko).

 - Convert device_{dma_supported,get_dma_attr} to fwnode (Sakari Ailus).

 - Release subnode properties with data nodes (Sakari Ailus).

 - Add ->iomap() and ->irq_get() to fwnode operations (Sakari Ailus).

Thanks!


---------------

Andy Shevchenko (4):
      device property: Allow error pointer to be passed to fwnode APIs
      device property: Introduce fwnode_for_each_parent_node()
      device property: Drop 'test' prefix in parameters of
fwnode_is_ancestor_of()
      device property: Advertise fwnode and device property count API calls

Douglas Anderson (1):
      device property: Fix recent breakage of fwnode_get_next_parent_dev()

Sakari Ailus (5):
      device property: Convert device_{dma_supported,get_dma_attr} to fwnode
      ACPI: property: Move acpi_fwnode_device_get_match_data() up
      device property: Add iomap to fwnode operations
      device property: Add irq_get to fwnode operation
      ACPI: property: Release subnode properties with data nodes

---------------

 drivers/acpi/property.c  |  54 +++++++++---
 drivers/base/property.c  | 217 +++++++++++++++++++++++++----------------------
 drivers/of/property.c    |  34 ++++++++
 include/linux/fwnode.h   |  15 ++--
 include/linux/property.h |  12 ++-
 5 files changed, 211 insertions(+), 121 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ