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=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH 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 CB102C28CC5 for ; Sat, 8 Jun 2019 03:52:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A20082089E for ; Sat, 8 Jun 2019 03:52:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ErIZp655" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730987AbfFHDwa (ORCPT ); Fri, 7 Jun 2019 23:52:30 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:52588 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731745AbfFHDw3 (ORCPT ); Fri, 7 Jun 2019 23:52:29 -0400 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x583pFqT086258; Fri, 7 Jun 2019 22:51:15 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1559965875; bh=k9uAGfNmCZMx2i8iIVnU8ifAQs1wiMos3XiiVhnmPYw=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=ErIZp655yzFoXvDbdTJOcOZPNLWiwxb0qoGtdpmVxzvg7IcSmJvq+vL9r8fihdBQv gfAFZw9uEil4PR/iwutbUeNI8HmmO9By+TOmH6TSDjxaxR+7nc37XcqF3ZWRpLzY7j mKZ9hheB2lRtpE4gPk9UnTbRUR3VFz1l9sBD2r9k= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x583pFo4130929 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 7 Jun 2019 22:51:15 -0500 Received: from DLEE114.ent.ti.com (157.170.170.25) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 7 Jun 2019 22:51:15 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 7 Jun 2019 22:51:15 -0500 Received: from [172.22.216.123] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x583pANr058884; Fri, 7 Jun 2019 22:51:11 -0500 Subject: Re: [RFC RESEND PATCH v2 1/4] dt-bindings: gpio: davinci: Add k3 am654 compatible To: Linus Walleij , Tero Kristo CC: ext Nishanth Menon , Rob Herring , Lokesh Vutla , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , Linux ARM , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "linux-kernel@vger.kernel.org" References: <20190606095620.6211-1-j-keerthy@ti.com> <20190606095620.6211-2-j-keerthy@ti.com> From: keerthy Message-ID: Date: Sat, 8 Jun 2019 09:21:09 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 6/8/2019 4:09 AM, Linus Walleij wrote: > On Thu, Jun 6, 2019 at 11:55 AM Keerthy wrote: > >> The patch adds k3 am654 compatible, specific properties and >> an example. >> >> Signed-off-by: Keerthy > > Patch applied with the three others, so now all > GPIO changes are in tree. > > Please funnel all the DTS changes through ARM SoC. Thank you Linus! Tero, Could you pull the dts changes on top of intr dts patches. Regards, Keerthy > > Yours, > Linus Walleij >