[PATCH v2 0/2] net: thunder: Add ACPI support.
From: davem@davemloft.net (David Miller)
Date: 2015-08-11 20:49:16
Also in:
linux-acpi, linux-mips, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2015-08-11 20:49:16
Also in:
linux-acpi, linux-mips, lkml, netdev
From: David Daney <redacted> Date: Tue, 11 Aug 2015 13:04:55 -0700
You seem to be recommending precedence for OF. It should be consistent across all drivers/sub-systems, so do you really think that OF before ACPI is the way to go?
I just think it's more hackish to test acpi_disabled than to simply see if the matching OF node even exists. If ACPI is enabled, no OF node will be found. It could just be my preference for such things. I really wish it just fell out from the probing method, but we're using PCI for that.