Re: [PATCH v3 2/2] mmc: core: Use device_property_read instead of of_property_read

2017-05-29 Thread Ulf Hansson
On 26 May 2017 at 23:53, David Woods wrote: > Using the device_property interfaces allows mmc drivers to work > on platforms which run on either device tree or ACPI. > > Signed-off-by: David Woods > Reviewed-by: Chris Metcalf >

Re: [PATCH v3 2/2] mmc: core: Use device_property_read instead of of_property_read

2017-05-29 Thread Ulf Hansson
On 26 May 2017 at 23:53, David Woods wrote: > Using the device_property interfaces allows mmc drivers 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 Thanks, applied for next! Kind regards

[PATCH v3 2/2] mmc: core: Use device_property_read instead of of_property_read

2017-05-26 Thread David Woods
Using the device_property interfaces allows mmc drivers 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/core/host.c | 72

[PATCH v3 2/2] mmc: core: Use device_property_read instead of of_property_read

2017-05-26 Thread David Woods
Using the device_property interfaces allows mmc drivers 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/core/host.c | 72 - 1 file