]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2a138c3a56bf5aa6bebe9aa344c91db999d033bb
tree1ba0d88c7a1f9540331e42beb44017f605418796
parent49dc715af15b134f894b57b316d2723e5d8ac00e
parentc9f8400712acf548671dcee9a6797ad2e5193936
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>