Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-17 Thread David Woods
On 05/15/2017 09:30 AM, Andy Shevchenko wrote: On Mon, May 15, 2017 at 12:36 PM, Ulf Hansson wrote: On 25 April 2017 at 17:39, David Woods wrote: Using the device_property interfaces allows the dw_mmc driver to work on platforms which run on

Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-17 Thread David Woods
On 05/15/2017 09:30 AM, Andy Shevchenko wrote: On Mon, May 15, 2017 at 12:36 PM, Ulf Hansson wrote: On 25 April 2017 at 17:39, David Woods wrote: Using the device_property interfaces allows the dw_mmc driver to work on platforms which run on either device tree or ACPI. Can you please split

Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-15 Thread Andy Shevchenko
On Mon, May 15, 2017 at 12:36 PM, Ulf Hansson wrote: > On 25 April 2017 at 17:39, David Woods wrote: >> Using the device_property interfaces allows the dw_mmc driver to work >> on platforms which run on either device tree or ACPI. > Can you please

Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-15 Thread Andy Shevchenko
On Mon, May 15, 2017 at 12:36 PM, Ulf Hansson wrote: > On 25 April 2017 at 17:39, David Woods wrote: >> Using the device_property interfaces allows the dw_mmc driver to work >> on platforms which run on either device tree or ACPI. > Can you please split this to two separate changes. One for

Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-15 Thread Ulf Hansson
On 25 April 2017 at 17:39, David Woods wrote: > 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

Re: [PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-05-15 Thread Ulf Hansson
On 25 April 2017 at 17:39, David Woods wrote: > 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 > --- > drivers/mmc/core/host.c | 72 >

[PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-04-25 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 --- drivers/mmc/core/host.c | 72

[PATCH] Use device_property_read instead of of_property_read in the dw_mmc driver

2017-04-25 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 --- drivers/mmc/core/host.c | 72 +++ drivers/mmc/host/dw_mmc.c | 24