From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2190C43603 for ; Wed, 11 Dec 2019 09:14:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B44EA21556 for ; Wed, 11 Dec 2019 09:14:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576055690; bh=sWqE+PcnhDwEJHLDzeVDWNdfl/id8Y+dl/d6YHFPhmA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=B2POfOvQpyNZt12E1WfJBTJ5xqwBIuNruEOs+tbI8xN3ZcefFI25Bo+ELBEmrRllL 9i5orelJyJtnN3oWy6WIYzRIa7AI8vgGk1MMBSsGixO1C6qnc6oYiHI2P3ru5yuPvl jvo8y9aay/y6SOIFTU/fl+0A8isrZ4NSG8oJ5qQU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728370AbfLKJOu (ORCPT ); Wed, 11 Dec 2019 04:14:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:58930 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728024AbfLKJOu (ORCPT ); Wed, 11 Dec 2019 04:14:50 -0500 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C3CD2214AF; Wed, 11 Dec 2019 09:14:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576055689; bh=sWqE+PcnhDwEJHLDzeVDWNdfl/id8Y+dl/d6YHFPhmA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mKolWP6/zNkaJDAq1mr0n9oO24i8kaPsJRDd3Dp/NZYOY7F9QumKj2uIhdgdsLMQu VZ+HrToPi4ZuQeae+gCZnhKKsFTFQTeETG9LbIfEuldpN/50LPbIfDXyawdzRESIsw fhqzZ4d6Md+Phzj1BzeVO5L+MidMps2jm/E3xrCM= Date: Wed, 11 Dec 2019 17:14:35 +0800 From: Shawn Guo To: "Y.b. Lu" Cc: Ashish Kumar , Alexandru Marginean , Alison Wang , "Amit Jain (aj)" , "catalin.horghidan@nxp.com" , Claudiu Manoil , "devicetree@vger.kernel.org" , Jiafei Pan , Leo Li , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "mark.rutland@arm.com" , "rajat.srivastava@nxp.com" , Rajesh Bhagat , "robh+dt@kernel.org" , Vabhav Sharma , Xiaobo Xie , Michael Walle , Yinbo Zhu Subject: Re: [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for dcfg Message-ID: <20191211091433.GU15858@dragon> References: <20190814072649.8237-3-yinbo.zhu@nxp.com> <20191210000623.22321-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Dec 10, 2019 at 02:34:30AM +0000, Y.b. Lu wrote: > + Shawn, > > > -----Original Message----- > > From: Michael Walle > > Sent: Tuesday, December 10, 2019 8:06 AM > > To: Yinbo Zhu > > Cc: Ashish Kumar ; Alexandru Marginean > > ; Alison Wang ; > > Amit Jain (aj) ; catalin.horghidan@nxp.com; Claudiu > > Manoil ; devicetree@vger.kernel.org; Jiafei Pan > > ; Leo Li ; > > linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; > > linuxppc-dev@lists.ozlabs.org; mark.rutland@arm.com; > > rajat.srivastava@nxp.com; Rajesh Bhagat ; > > robh+dt@kernel.org; Vabhav Sharma ; Xiaobo Xie > > ; Y.b. Lu ; Michael Walle > > > > Subject: Re: [PATCH v1 3/4] arm64: dts: ls1028a: fix little-big endian issue for > > dcfg > > > > [Y.b. Lu] Acked-by: Yangbo Lu > > Hi Shawn, could you help to review and merge the two dts patches of this patch-set? > Thanks. Please resend them with me on recipients. Shawn