linux-acpi.vger.kernel.org archive mirror
 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] Device properties framework updates for v5.6-rc1
Date: Mon, 27 Jan 2020 17:34:34 +0100	[thread overview]
Message-ID: <CAJZ5v0jcOmamFM6AU4eDJx_ULZfV63P_+o5BoxOmyDHuFKRHOA@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-5.6-rc1

with top-most commit aa811e3cececac2f65f7fa7e17ab46c73d778b2b

 software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST

on top of commit 67b8ed29e0d472bda2f3afe48d6ff99e127eff0c

 Merge tag 'platform-drivers-x86-v5.5-1' of
git://git.infradead.org/linux-platform-drivers-x86

to receive device properties framework updates for 5.6-rc1.

These add support for reference properties in sofrware nodes (Dmitry
Torokhov) and a basic test for property entries along with fixes on
top of it (Dmitry Torokhov, Qian Cai, Alan Maguire).

Thanks!


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

Alan Maguire (1):
      software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST

Dmitry Torokhov (7):
      software node: replace is_array with is_inline
      software node: allow embedding of small arrays into property_entry
      software node: implement reference properties
      platform/x86: intel_cht_int33fe: use inline reference properties
      software node: remove separate handling of references
      software node: add basic tests for property entries
      usb: dwc3: use proper initializers for property entries

Qian Cai (1):
      drivers/base/test: fix global-out-of-bounds error

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

 drivers/base/swnode.c                          | 154 ++++----
 drivers/base/test/Kconfig                      |   3 +
 drivers/base/test/Makefile                     |   2 +
 drivers/base/test/property-entry-test.c        | 475 +++++++++++++++++++++++++
 drivers/platform/x86/intel_cht_int33fe_typec.c |  81 ++---
 drivers/usb/dwc3/host.c                        |   6 +-
 include/linux/property.h                       |  96 ++---
 7 files changed, 662 insertions(+), 155 deletions(-)

             reply	other threads:[~2020-01-27 16:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-27 16:34 Rafael J. Wysocki [this message]
2020-01-27 20:10 ` [GIT PULL] Device properties framework updates for v5.6-rc1 pr-tracker-bot

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=CAJZ5v0jcOmamFM6AU4eDJx_ULZfV63P_+o5BoxOmyDHuFKRHOA@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 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).