device property: refactor built-in properties support
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 Nov 2015 15:11:31 +0000 (17:11 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Dec 2015 01:29:22 +0000 (02:29 +0100)
commit318a1971826103ecf560875b17236dd4a93e8c88
treede4e8889a9f61b4bcec98ba4e01ba0ab038eb8f6
parent61f5e294b89a90e8520c9eaf9a4af787db8911ea
device property: refactor built-in properties support

Instead of using the type and nval fields we will use length (in bytes) of the
value. The sanity check is done in the accessors.

The built-in property accessors are split in the same way such as device tree.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/property.c
include/linux/property.h
This page took 0.02737 seconds and 5 git commands to generate.