From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753718AbcAMDFJ (ORCPT ); Tue, 12 Jan 2016 22:05:09 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:46661 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbcAMDFH (ORCPT ); Tue, 12 Jan 2016 22:05:07 -0500 Subject: Re: [PATCH] ACPI: Add phylib support code for mdio To: Graeme Gregory References: <1449107683-69717-1-git-send-email-yankejian@huawei.com> <20151203104724.GB11655@xora-haswell.xora.org.uk> <5694EDA2.9080502@huawei.com> <1452602374.2567989.489760178.5DD04117@webmail.messagingengine.com> CC: , , , , , , , , , From: "Yankejian (Hackim Yim)" Message-ID: <5695BE77.3050002@huawei.com> Date: Wed, 13 Jan 2016 11:03:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1452602374.2567989.489760178.5DD04117@webmail.messagingengine.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.57.126.191] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5695BEC5.00A3,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: a8db841044eb7f37a3bd9a66701d58ac Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/1/12 20:39, Graeme Gregory wrote: > Thanks for the detailed explanation, I see now why you wish to do this > dynamically. > > Then I guess the job is to make sure that the PHY stuff is well defined > in _DSD. I know Redhat submitted a document. > > Thanks > > Graeme Thank you. From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Yankejian (Hackim Yim)" Subject: Re: [PATCH] ACPI: Add phylib support code for mdio Date: Wed, 13 Jan 2016 11:03:19 +0800 Message-ID: <5695BE77.3050002@huawei.com> References: <1449107683-69717-1-git-send-email-yankejian@huawei.com> <20151203104724.GB11655@xora-haswell.xora.org.uk> <5694EDA2.9080502@huawei.com> <1452602374.2567989.489760178.5DD04117@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: Received: from szxga01-in.huawei.com ([58.251.152.64]:46661 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752218AbcAMDFH (ORCPT ); Tue, 12 Jan 2016 22:05:07 -0500 In-Reply-To: <1452602374.2567989.489760178.5DD04117@webmail.messagingengine.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Graeme Gregory Cc: rjw@rjwysocki.net, lenb@kernel.org, davem@davemloft.net, liguozhu@huawei.com, yisen.zhuang@huawei.com, huangdaode@hisilicon.com, lipeng321@huawei.com, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linuxarm@huawei.com On 2016/1/12 20:39, Graeme Gregory wrote: > Thanks for the detailed explanation, I see now why you wish to do this > dynamically. > > Then I guess the job is to make sure that the PHY stuff is well defined > in _DSD. I know Redhat submitted a document. > > Thanks > > Graeme Thank you.