Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760857AbcDFDuH (ORCPT ); Tue, 5 Apr 2016 23:50:07 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:28930 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753812AbcDFDuF (ORCPT ); Tue, 5 Apr 2016 23:50:05 -0400 Subject: Re: [PATCH v3 00/14] use of_platform_default_populate() to populate default bus To: , References: <1459835982-26473-1-git-send-email-wangkefeng.wang@huawei.com> CC: , , , , , , , , From: Kefeng Wang Message-ID: <5704870E.8000102@huawei.com> Date: Wed, 6 Apr 2016 11:48:30 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1459835982-26473-1-git-send-email-wangkefeng.wang@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.180] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.57048723.0029,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: c87c1fe33dab1d1803b298cd41d8b08d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 865 Lines: 30 Hi all, On 2016/4/5 13:59, Kefeng Wang wrote: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Then it is possible for driver code build as a module, and no > need to export of_default_bus_match_table anymore. > > This patchset is based on Linux 4.6-rc2. This patchset isn't a big change, and almost all patches has been added ack or review. Is it possible to be merged in v4.7, and could anyone help me to pick up them? Thanks Kefeng > > Changes since v2: > - Add more acks > - Update based on v4.6-rc2, of-generic.c in sh and board-artpec6.c in arm > are considered > > Changes since v1: > - Add ack, test and review > - Remove v1 patch 14/15, the similar patch has posted and applied, > see https://patchwork.kernel.org/patch/8096991/ >