Merge branch 'enc28j60-messaging-clean-up-and-ACPI-improvements'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 21:59:32 +0000 (14:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2019 21:59:32 +0000 (14:59 -0700)
commit9bd5423fc75e8a1fc1f84c75c779bdc8aa4a36c2
tree1ba0d88c7a1f9540331e42beb44017f605418796
parent03f1eccc7a69c965351e6bee41c62afa2844752f
parent75dd98c4a848cf88fb88bcdb05b580add2bfd2b2
Merge branch 'enc28j60-messaging-clean-up-and-ACPI-improvements'

Andy Shevchenko says:

====================
enc28j60: messaging clean up and ACPI improvements

Most of the patches in the series dedicated to update messaging to use modern
APIs, such as netdev, with a benefit to distinguish devices, if more than one
installed on the system.

Besides that, patch 1 targeting ACPI enabled systems when MAC address provided
there via properties.

And few clean ups are included, such as:
- switching to module_spi_driver()
- converting to use ether_addr_copy() API
- converting to use SPDX

Since v2:
- cover letter is added
====================

Signed-off-by: David S. Miller <davem@davemloft.net>