On Fri, 14 Jun 2019, Suzuki K Poulose wrote:
Add a wrapper to driver_find_device() to search for a device
by the of_node pointer, reusing the generic match function.
Also convert the existing users to make use of the new helper.
Cc: Lee Jones <lee.jones@xxxxxxxxxx>
Cc: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: "Rafael J. Wysocki" <rafael@xxxxxxxxxx>
Acked-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
---
drivers/amba/tegra-ahb.c | 11 +----------
drivers/mfd/altera-sysmgr.c | 14 ++------------
include/linux/device.h | 13 +++++++++++++
3 files changed, 16 insertions(+), 22 deletions(-)
Looks good to me. For the MFD part.
For my own reference:
Acked-for-MFD-by: Lee Jones <lee.jones@xxxxxxxxxx>
What is the merge plan?