diff options
author | David S. Miller <davem@davemloft.net> | 2016-09-29 01:50:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-29 01:50:20 -0400 |
commit | 31fbe81fe3426dfb7f8056a7f5106c6b1841a9aa (patch) | |
tree | 45498ce13c16891134fde2b82b3d0eb93315e1f5 /net | |
parent | 484611357c19f9e19ef742ebef4505a07d243cc9 (diff) | |
parent | 5f3d38078c84f7bc12739a3b79fc59797cf0262d (diff) |
Merge branch 'qcom-emac-acpi'
Timur Tabi says:
====================
Add basic ACPI support to the Qualcomm Technologies EMAC driver
This patch series adds support to the EMAC driver for extracting addresses,
interrupts, and some _DSDs (properties) from ACPI. The first two patches
clean up the code, and the third patch adds ACPI-specific functionality.
The first patch fixes a bug with handling the platform_device for the
internal PHY. This phy is treated as a separate device in both DT and
ACPI, but since the platform is not released automatically when the
driver unloads, managed functions like devm_ioremap_resource cannot be
used.
The second patch replaces of_get_mac_address with its platform-independent
equivalent device_get_mac_address.
The third patch parses the ACPI tables to obtain the platform_device for
the primary EMAC node ("QCOM8070") and the internal phy node ("QCOM8071").
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions