]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
device property: Introduce a common API to fetch device match data
authorSinan Kaya <okaya@codeaurora.org>
Wed, 13 Dec 2017 07:20:49 +0000 (02:20 -0500)
committerVinod Koul <vinod.koul@intel.com>
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 <okaya@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/base/property.c
include/linux/fwnode.h
include/linux/property.h