Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp560833yba; Fri, 12 Apr 2019 08:58:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqx4jBd2JZeqS6L8XM7nEKTodG+faFUB5ev436Spoc6VNDAbdmK7lm1fUQuyNEzWZcc2aIyd X-Received: by 2002:a62:571b:: with SMTP id l27mr57826892pfb.195.1555084724876; Fri, 12 Apr 2019 08:58:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555084724; cv=none; d=google.com; s=arc-20160816; b=C0LpGDTJGsIlFRGE7vjWC3+q6DuQM0YrKS40QPaS69ilTEKHGcBx0bx4dAyV8/pvS6 v0b8TDEjfhRjFG6V/Uvv7KkjZ+0eDTYUTaCKqnahcxk7y2gvjoVivrxUmamw41HmJ/bx XicuL8kW30fDf4mg5avEYbWizFgztHW03WS6xG7SCRvCGfbaVpa1BUeDP9NGTplufErv /YoSOlhjN6slMq9GCSHsMVK20DuXyxwMh5JGedNQK+xrCrX31WyduIcQgxYh1Z5IeAWn 5hwvsF78aSGNaV8NJ+UwpZDPetGq//yeTNeW0IK+Uk2A3nkEvoLG5DUmJbXxEkTP9Gwd utXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=XHRy3MPRWQOwGjY4N89YcWnng1EyWN8DNLCQT++ni6s=; b=Vnawz93lL1l28tZz93uUfweRO5bPUBACnFLCXQzV4d0rZV226NQb9EDnN64wCXw5vS /R1C347zzW9FawHxR5PucDcjxi0yaAypuQmnGMWcQX1aXKfVCWEXgjwcSQmxfYedR4M2 Wmb3KAWwUlgobrpURV4BCeIhvGW+rx+FyByk+C8t2CIxowWvZYngNhpI5SDq+MdIlMVH 6/slQQhmiSy1J42bTgQ/7dYc+79mk/MaA8SithZbfxGjeveYNEoVnfZBiPLXsqK5ndRJ G8mo8F5qU+sypq4W32Vtf/jtRqwDK94iuhwI8/5uE0gdqfnpOG1jMZHQgR56SDySozkf kM3A== 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 h20si30247434pgv.352.2019.04.12.08.58.28; Fri, 12 Apr 2019 08:58:44 -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 S1726992AbfDLP5g (ORCPT + 99 others); Fri, 12 Apr 2019 11:57:36 -0400 Received: from muru.com ([72.249.23.125]:45650 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726757AbfDLP5g (ORCPT ); Fri, 12 Apr 2019 11:57:36 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 55A9D80F3; Fri, 12 Apr 2019 15:57:51 +0000 (UTC) Date: Fri, 12 Apr 2019 08:57:32 -0700 From: Tony Lindgren To: Christina Quast Cc: Benoit Cousson , Rob Herring , Mark Rutland , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/15] ARM: dts: am335x: Replace numeric pinmux address w. macro for more boards Message-ID: <20190412155732.GY2839@atomide.com> References: <20190409160346.25599-1-cquast@hanoverdisplays.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190409160346.25599-1-cquast@hanoverdisplays.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Christina Quast [190409 09:04]: > Depends on the following patch set: > [PATCH v2 0/6] ARM: dts: am335x: Replace numeric pinmux address with macro defines > > Replace the numeric pinmux address with the macro defines for an additional 15 boards. Thanks applying these into omap-for-v5.2/dt-am3. Regards, Tony