From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 0/2] net: thunder: Add ACPI support. Date: Tue, 11 Aug 2015 11:49:08 -0700 (PDT) Message-ID: <20150811.114908.1384923604512568161.davem@davemloft.net> References: <1439254717-2875-1-git-send-email-ddaney.cavm@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1439254717-2875-1-git-send-email-ddaney.cavm@gmail.com> Sender: netdev-owner@vger.kernel.org To: ddaney.cavm@gmail.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, rrichter@cavium.com, tomasz.nowicki@linaro.org, sgoutham@cavium.com, linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org, mark.rutland@arm.com, rafael@kernel.org, david.daney@cavium.com List-Id: linux-acpi@vger.kernel.org From: David Daney Date: Mon, 10 Aug 2015 17:58:35 -0700 > Change from v1: Drop PHY binding part, use fwnode_property* APIs. > > The first patch (1/2) rearranges the existing code a little with no > functional change to get ready for the second. The second (2/2) does > the actual work of adding support to extract the needed information > from the ACPI tables. Series applied. In the future it might be better structured to try and get the OF node, and if that fails then try and use the ACPI method to obtain these values.