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.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham 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 51691ECDFBB for ; Wed, 18 Jul 2018 22:38:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 042FF2075A for ; Wed, 18 Jul 2018 22:38:33 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="g6nzYiIK" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 042FF2075A Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729972AbeGRXSe (ORCPT ); Wed, 18 Jul 2018 19:18:34 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:42090 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727254AbeGRXSd (ORCPT ); Wed, 18 Jul 2018 19:18:33 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id w6IMc1Mn059859; Wed, 18 Jul 2018 17:38:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1531953481; bh=Sbo7+Fq5QfDBYFYaQibkfVTR9Pr4iPqfSRxOaHlp1wc=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=g6nzYiIKnYwmQxKyMlVhxg8P3Yt9FvcOvlhnehJI7/mBSsmhCDFrCzQJ7O5+5z6bP OvkH0Zul+KBad1vdaN1kof2XIWfbp/H9ScCtREL6fV5na9leFDrP/bWa0n7vZHch+x 38NA87S5vlUAQjYXHBLpp6/si1dLDjdpjmG/qC7s= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w6IMc0Ni009363; Wed, 18 Jul 2018 17:38:00 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Wed, 18 Jul 2018 17:38:00 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Wed, 18 Jul 2018 17:38:00 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w6IMc0IB004926; Wed, 18 Jul 2018 17:38:00 -0500 Date: Wed, 18 Jul 2018 17:38:00 -0500 From: Nishanth Menon To: Tony Lindgren CC: Will Deacon , Catalin Marinas , Mark Rutland , Rob Herring , Russell King , Santosh Shilimkar , , , , Tero Kristo , Sekhar Nori , Olof Johansson , Arnd Bergmann , Sudeep Holla , Subject: Re: [PATCH V2 0/5] arm64: Initial support Texas Instrument's AM654 Platform Message-ID: <20180718223800.kfxo2syhubksd76x@kahuna> References: <20180626162615.19194-1-nm@ti.com> <20180718180455.gaej4fgf47zytdxk@kahuna> <20180718185715.GG99251@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20180718185715.GG99251@atomide.com> User-Agent: NeoMutt/20170714-126-deb55f (1.8.3) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18:57-20180718, Tony Lindgren wrote: > * Nishanth Menon [180718 18:08]: > > On 16:26-20180626, Nishanth Menon wrote: > > > Hi, > > > > > > This is an minor update from V1 posted earlier: > > > https://marc.info/?l=linux-kernel&m=152943745424138&w=2 > > > > > > The following series enables support for newest addition in TI's SoC > > > portfolio - AM654 SoC. > > > > > > The series is based off v4.18-rc1, also available here: > > > https://github.com/nmenon/linux-2.6-playground/tree/upstream/v4.18-rc1/k3-1-am6-base > > > > > > Key changes since RFC are indicated in respective patches: > > > * Pickedup Tony's Reviewed by > > > * Modified cbass nodes to indicate interconnect (patch #3 in the series) > > > > Hi Tony, > > > > Apologies on the off-request. Looks like Tero might be on vacation > > and might not be able to send the Pull request to arm-soc folks on time. > > > > Requesting you to pick them up on our behalf for v4.19 if it that is > > fine with you. We do have Rob's ack on the bindings themselves, and > > the patches also have been reviewed as well. > > Sure applying the whole series into am654-for-v4.19 branch. Thanks a bunch Tony. -- Regards, Nishanth Menon