device property: Introduce a common API to fetch device match data
authorSinan Kaya <[email protected]>
Wed, 13 Dec 2017 07:20:49 +0000 (02:20 -0500)
committerVinod Koul <[email protected]>
Wed, 13 Dec 2017 08:40:57 +0000 (14:10 +0530)
commitb283f157611f129f5bbbf7d06f5af860d76797fd
treebf89e94e72184a1a7a703e0b9c2b96ebd91b988d
parent80212a162329e590fde02d8457af16ea0ab0a55f
device property: Introduce a common API to fetch device match data

There is an OF/ACPI function to obtain the driver data. We want to hide
OF/ACPI details from the device drivers and abstract following the device
family of functions.

Signed-off-by: Sinan Kaya <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Sakari Ailus <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
drivers/base/property.c
include/linux/fwnode.h
include/linux/property.h