On Tue, Mar 19, 2019 at 10:55:06AM -0700, David Miller wrote:
> From: Andy Shevchenko
> Date: Tue, 19 Mar 2019 12:17:53 +0200
>
> > On Mon, Mar 18, 2019 at 10:23:21PM -0700, David Miller wrote:
> >>
> >> Especially for a patch series this big, you must provide an
> >> appropriate cover posting e
Replace the DT-specific of_get_mac_address() function with
device_get_mac_address, which works on both DT and ACPI platforms.
This change makes it easier to add ACPI support.
Signed-off-by: Andy Shevchenko
---
drivers/net/ethernet/microchip/enc28j60.c | 7 +++
1 file changed, 3 insertions(+)
From: Andy Shevchenko
Date: Tue, 19 Mar 2019 12:17:53 +0200
> On Mon, Mar 18, 2019 at 10:23:21PM -0700, David Miller wrote:
>>
>> Especially for a patch series this big, you must provide an
>> appropriate cover posting explaining at a high level what this series
>> is doing, how it is doing it,
On Mon, Mar 18, 2019 at 10:23:21PM -0700, David Miller wrote:
>
> Especially for a patch series this big, you must provide an
> appropriate cover posting explaining at a high level what this series
> is doing, how it is doing it, and why it is doing it that way.
Should I resend with cover letter
Especially for a patch series this big, you must provide an
appropriate cover posting explaining at a high level what this series
is doing, how it is doing it, and why it is doing it that way.
Thank you.
Replace the DT-specific of_get_mac_address() function with
device_get_mac_address, which works on both DT and ACPI platforms.
This change makes it easier to add ACPI support.
Signed-off-by: Andy Shevchenko
---
drivers/net/ethernet/microchip/enc28j60.c | 7 +++
1 file changed, 3 insertions(+)