Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1584961 > unrolled thread

[GIT PULL] Generic device properties framework updates for v4.11-rc1

Started by"Rafael J. Wysocki" <rafael@kernel.org>
First post2017-02-21 00:50 +0100
Last post2017-02-21 00:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Generic device properties framework updates for v4.11-rc1 "Rafael J. Wysocki" <rafael@kernel.org> - 2017-02-21 00:50 +0100

#1584961 — [GIT PULL] Generic device properties framework updates for v4.11-rc1

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2017-02-21 00:50 +0100
Subject[GIT PULL] Generic device properties framework updates for v4.11-rc1
Message-ID<td5Sp-2NQ-11@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web