All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Generic device properties framework updates for v4.12-rc1
Date: Mon, 1 May 2017 22:51:53 +0200	[thread overview]
Message-ID: <CAJZ5v0j5AY-Jp4XQ8VW9y30NTXtKaDsPU-g6iqp0zew3tNayHw@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

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

with top-most commit e48174779440c79ff5dd75f0e6b169d4e184262d

 device property: Read strings using string array reading functions

on top of commit c02ed2e75ef4c74e41e421acb4ef1494671585e8

 Linux 4.11-rc4

to receive generic device properties framework updates for v4.12-rc1.

These add support for the ports and endpoints concepts, based on the
existing DT support for them, to the generic device properties
framework and update the ACPI _DSD properties code to recognize
ports and endpoints accordingly.

Specifics:

 - Extend the ACPI _DSD properties code and the generic device
   properties framework to support the concept of remote endponts
   (Mika Westerberg, Sakari Ailus).

 - Document the support for ports and endpoints in _DSD properties
   and extend the generic device properties framework to make it
   more suitable for the handling of ports and endpoints (Sakari
   Ailus).

Thanks!

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

Mika Westerberg (6):
      ACPI / property: Add possiblity to retrieve parent firmware node
      device property: Add fwnode_get_parent()
      ACPI / property: Add fwnode_get_next_child_node()
      device property: Add fwnode_get_named_child_node()
      ACPI / property: Add support for remote endpoints
      device property: Add support for remote endpoints

Sakari Ailus (10):
      device property: Add fwnode_handle_get()
      of: Add of_fwnode_handle() to convert device nodes to fwnode_handle
      device property: Make dev_fwnode() public
      device property: Add support for fwnode endpoints
      device property: Add fwnode_get_next_parent()
      ACPI / DSD: Document references, ports and endpoints
      device property: fwnode_property_read_string_array() may return -EILSEQ
      device property: Fix reading pset strings using array access functions
      device property: fwnode_property_read_string_array() returns nr of strings
      device property: Read strings using string array reading functions

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

 Documentation/acpi/dsd/graph.txt | 162 +++++++++++++++++
 drivers/acpi/property.c          | 259 ++++++++++++++++++++++++----
 drivers/base/property.c          | 364 +++++++++++++++++++++++++++++++--------
 include/acpi/acpi_bus.h          |   1 +
 include/linux/acpi.h             |  38 +++-
 include/linux/fwnode.h           |  12 ++
 include/linux/of.h               |   4 +
 include/linux/property.h         |  26 +++
 8 files changed, 761 insertions(+), 105 deletions(-)

                 reply	other threads:[~2017-05-01 20:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAJZ5v0j5AY-Jp4XQ8VW9y30NTXtKaDsPU-g6iqp0zew3tNayHw@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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.