[PATCH 1/2] mmc: dw_mmc: Use device_property_read instead of of_property_read

2017-05-17 Thread David Woods
Using the device_property interfaces allows the dw_mmc driver to work on platforms which run on either device tree or ACPI. Signed-off-by: David Woods Reviewed-by: Chris Metcalf Cc: sta...@vger.linux.org --- drivers/mmc/host/dw_mmc.c | 24

[PATCH 1/2] mmc: dw_mmc: Use device_property_read instead of of_property_read

2017-05-17 Thread David Woods
Using the device_property interfaces allows the dw_mmc driver to work on platforms which run on either device tree or ACPI. Signed-off-by: David Woods Reviewed-by: Chris Metcalf Cc: sta...@vger.linux.org --- drivers/mmc/host/dw_mmc.c | 24 1 file changed, 12