From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751491AbcFECN0 (ORCPT ); Sat, 4 Jun 2016 22:13:26 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:53842 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbcFECNW (ORCPT ); Sat, 4 Jun 2016 22:13:22 -0400 Date: Sat, 04 Jun 2016 22:13:17 -0400 (EDT) Message-Id: <20160604.221317.941727866999198396.davem@davemloft.net> To: Yisen.Zhuang@huawei.com Cc: rjw@rjwysocki.net, lenb@kernel.org, fengguang.wu@intel.com, andriy.shevchenko@linux.intel.com, andrew@lunn.ch, ivecera@redhat.com, f.fainelli@gmail.com, haifeng.wei@huawei.com, charles.chenxin@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH v4 net-next 00/13] net: hns: add support of ACPI From: David Miller In-Reply-To: <1464922521-30928-1-git-send-email-Yisen.Zhuang@huawei.com> References: <1464922521-30928-1-git-send-email-Yisen.Zhuang@huawei.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 04 Jun 2016 19:13:21 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Yisen Zhuang Date: Fri, 3 Jun 2016 10:55:08 +0800 > From: Kejian Yan > > This series adds HNS support of acpi. The routine will call some ACPI > helper functions, like acpi_dev_found() and acpi_evaluate_dsm(), which > are not included in other cases. In order to make system compile > successfully in other cases except ACPI, it needs to add relative stub > functions to linux/acpi.h. And we use device property functions instead > of serial helper functions to suport both DT and ACPI cases. And then > add the supports of ACPI for HNS. > > change log: > v3->v4: > mii-id gets from dev-name instead of address > > v2->v3: > 1. add Review-by: Andy Shevchenko > 2. fix the potential memory leak > > v1 -> v2: > 1. use acpi_dev_found() instead of acpi_match_device_ids() to check if > it is a acpi node. > 2. use is_of_node() instead of IS_ENABLED() to check if it is a DT node. > 3. split the patch("add support of acpi for hns-mdio") into two patches: > 3.1 Move to use fwnode_handle > 3.2 Add ACPI > 4. add the patch which subject is dsaf misc operation method > 5. fix the comments by Andy Shevchenko Series applied, thanks.