[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0iT34PQEekT5MP4Lrz6t42x3c_98W7nhpnceXK28UZC8A@mail.gmail.com>
Date: Tue, 21 Feb 2017 00:42:34 +0100
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>
Subject: [GIT PULL] Generic device properties framework updates for v4.11-rc1
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
device-properties-4.11-rc1
with top-most commit d3e1b617ae20c459627f501b4bc55b1ea91f662b
i2c: allow specify device properties in i2c_board_info
on top of commit d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c
Linux 4.10-rc7
to receive generic device properties framework updates for v4.11-rc1.
These allow built-in (static) device properties to be declared
as constant, make it possible to save memory by discarding
alternative (but unused) built-in (static) property sets and
add support for automatic handling of built-in properties to the
I2C code.
Thanks!
---------------
Dmitry Torokhov (4):
device property: allow to constify properties
device property: constify property arrays values
device property: export code duplicating array of property entries
i2c: allow specify device properties in i2c_board_info
---------------
drivers/base/property.c | 229 ++++++++++++++++++++++++++++++-----------------
drivers/i2c/i2c-core.c | 16 +++-
include/linux/i2c.h | 3 +
include/linux/property.h | 19 ++--
4 files changed, 177 insertions(+), 90 deletions(-)
Powered by blists - more mailing lists