From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752014AbbCKDH6 (ORCPT ); Tue, 10 Mar 2015 23:07:58 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:51806 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751562AbbCKDH4 (ORCPT ); Tue, 10 Mar 2015 23:07:56 -0400 Message-ID: <54FFB16E.2000106@huawei.com> Date: Wed, 11 Mar 2015 11:07:26 +0800 From: "long.wanglong" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Gaurav Minocha CC: Rob Herring , Mark Rutland , Rob Herring , "devicetree@vger.kernel.org" , Ian Campbell , Grant Likely , "linux-kernel@vger.kernel.org" , Pawel Moll , Kumar Gala , Subject: Re: [PATCH v2 1/2] Documentation: update the of_selftest.txt References: <1425868525-113952-1-git-send-email-long.wanglong@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.88.174] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020203.54FFB182.0159,ss=1,re=0.001,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 938ef3e8ab7d630f4de0a1dc7604720d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/3/10 23:16, Gaurav Minocha wrote: > Hi Rob, > > On Mar 10, 2015 7:51 AM, "Rob Herring" > wrote: >> >> On Tue, Mar 10, 2015 at 9:44 AM, Rob Herring > wrote: >> > On Sun, Mar 8, 2015 at 9:35 PM, Wang Long > wrote: >> >> Since the directory "drivers/of/testcase-data" is renamed >> >> to "drivers/of/unittest-data". so we should update the path >> >> in the of_selftest.txt. >> >> [...] >> >> >> -Before executing OF selftest, it is required to attach the test data to >> >> +Before executing OF unittest, it is required to attach the test data to >> >> machine's device tree (if present). So, when selftest_data_add() is called, >> > >> > This one too. >> >> Or not. The functions are all still "selftest". Not sure why Grant >> left all those... > > I will send a patch to replace the selftest with unitest also will update the document if required.. > Hi Gaurav, Rob I have done the work. before replacing the selftest with unittest, i will fix some error in OF unittest. Please review my patch, and give me some advices. Thanks. Best Regards Wang Long >> >> Rob >