Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1496170imm; Thu, 19 Jul 2018 02:44:05 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcfYT9eRPMsX/ohcmexnCWdtUPHytyiNopNPbE/B+1MZLU/I9fAhAPbsZDuwjnVjkmHyx7c X-Received: by 2002:a63:4506:: with SMTP id s6-v6mr9545959pga.422.1531993445121; Thu, 19 Jul 2018 02:44:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531993445; cv=none; d=google.com; s=arc-20160816; b=efSN6forcaEyyhFIyf6JiqE054oI2ra5pd7gj18MBD4f+XYFYjn5gp/T6jcpHgDd0G zTe32Si5ghrBUrgqM1B9b0TMPN9srGTIa/AxcUoIceLkD1hXqlyw6gTDm9j4o6r0IhdW GMiDF67StcXiuRwf0UCmqIIHyLLFDZ4W7cBs4sTyBA2XtETnhgbk3v8/mYusZAe6lEms TV14QnmtrY56pAq6raZR78VTLMIhoMYnjMQzfq5TdV7vlUTnyeWD9D3UySjG8tXjQExG Rck+8MBAo06i+vKJl5IT3I84rTohv4uZfVJPSfdlzO7Uq1X32kXOeifEJkIzcZjCIdD1 nRZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=aIC3ZwVUuNKyNCK06QY1JAV9lsrz16abmTpqI7VRCqA=; b=BaAX4Iv2crdQ/3+bBYKki5Kt+eSVR36sQfr1SiMucgN6Se9FeAS9CPvHSUzbzfKC/S HYHrGdbJ70L+86w3mhpPKuayu1+Y72G4Yg0gaNtJimhuECLJZB15Xx4u2g2VEf5CZyYa tOTi3383uLusnPrYKl3e1+CwhBO7XHToUwqKmMqr4pi4gLBiXPPtF2CkTHCK58rMSa+P d8ZpLJ12I16LyWGxa95Tw8s8sRj5H7r61WxO6oZgw0aSWyd3p1+827FMCB1rWbly2KHw G6mpJ9daFmM9ZfwIr+UjvGTr+cWZBgjfCL7LEWzFt4i2ApGrj0/Kin47pYRuCBXWdhhy DEpQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a67-v6si5232989pla.177.2018.07.19.02.43.27; Thu, 19 Jul 2018 02:44:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727487AbeGSKYZ (ORCPT + 99 others); Thu, 19 Jul 2018 06:24:25 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:52280 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726956AbeGSKYZ (ORCPT ); Thu, 19 Jul 2018 06:24:25 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 798C6B958CB5A; Thu, 19 Jul 2018 17:42:02 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.382.0; Thu, 19 Jul 2018 17:41:53 +0800 From: x00249684 To: CC: , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v11 3/4] [RESEND] arm64: dts: add ufs dts node Date: Thu, 19 Jul 2018 17:40:41 +0800 Message-ID: <1531993241-173790-1-git-send-email-xuwei5@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <20180717093659.103263-4-liwei213@huawei.com> References: <20180717093659.103263-4-liwei213@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >From: Li Wei > >arm64: dts: add ufs node for Hisilicon. > >Signed-off-by: Li Wei >Reviewed-by: Rob Herring >Tested-by: John Stultz Fine to me. Thanks! Acked-by: Wei Xu But it will not be so staightforward when applying the patch since in the recent pull request the hi3660.dtsi has been tidied up. If it makes inconvenient, I can apply it once the binding is merged. Thanks! Best Regards, Wei