From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751243AbdKTBS5 (ORCPT ); Sun, 19 Nov 2017 20:18:57 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:11008 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751088AbdKTBS4 (ORCPT ); Sun, 19 Nov 2017 20:18:56 -0500 Subject: Re: [PATCH] drivers: base: cacheinfo: support DT overrides for cache type To: Sudeep Holla References: <1510837089-5951-1-git-send-email-tanxiaojun@huawei.com> <5A0E45D3.1090803@huawei.com> <20171117111351.GA20137@e107155-lin> CC: , From: Tan Xiaojun Message-ID: <5A122D74.9000001@huawei.com> Date: Mon, 20 Nov 2017 09:18:44 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20171117111351.GA20137@e107155-lin> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.21.79] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020205.5A122D78.0055,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2014-11-16 11:51:01, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: cb483f80661b039cd96c9c13f0d72bab Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017/11/17 19:13, Sudeep Holla wrote: > On Fri, Nov 17, 2017 at 10:13:39AM +0800, Tan Xiaojun wrote: >> On 2017/11/16 23:23, Sudeep Holla wrote: >>> >>> I assume L3 is outer non-architected system cache. >>> >> >> Yes. >> > > Good. > >> OK. That's fine. I will test this. > > Thanks. > >> By the way, Arm64 tend to use acpi way to boot now. Is there some >> suitable solution for acpi? >> > > Yes Jeremy is currently working on it[1] and IIRC Xiongfeng Wang from Huawei > was testing them[2]. You need to talk to him ;) > > -- > Regards, > Sudeep > > [1] https://marc.info/?l=linux-pm&m=151026155606677&w=2 > [2] https://marc.info/?l=linux-pm&m=151073816218307&w=2 > > > . > OK. Thank you for telling me this. Xiaojun.