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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 AA9BCC76186 for ; Mon, 29 Jul 2019 21:53:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C1732073F for ; Mon, 29 Jul 2019 21:53:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="HyKoqtCf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388941AbfG2VxS (ORCPT ); Mon, 29 Jul 2019 17:53:18 -0400 Received: from mail-lf1-f66.google.com ([209.85.167.66]:42545 "EHLO mail-lf1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388888AbfG2VxS (ORCPT ); Mon, 29 Jul 2019 17:53:18 -0400 Received: by mail-lf1-f66.google.com with SMTP id s19so43142505lfb.9 for ; Mon, 29 Jul 2019 14:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Hr9lqY2qIqoidNcb1If245IBNP+0DnlTQyMBCAdK+Ik=; b=HyKoqtCfFxuQVsAb5+vFCCMS0YilOQ1m3ow3QG9i/222LTjAwb0dTsHGlPD+wgv5xz yxGmG2uQ+GXy8aVfTb8iVnwyvC/tFZrzdYTE/IZ4sxhoD+JyDgZyLo7es1i3GvdlHBsQ 9KgXU0BH2XWgII/r1JW3XwxEm3xlRUdaD2PMugZ8eAgETdmbyqtgWltBwZADfZ/JOgK8 KGO+bVSe18/XMctvQdt5o+uFkTKAodeWoduSv9MReky4YEXExt/yAYz8vY8G82yiywnH zQxG63/KMWFy9NT3upE0a37RA41t81MOhYrxs1P+JPFnQ5o1xJWIKRx+3guc5NFy4d/Y LVww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Hr9lqY2qIqoidNcb1If245IBNP+0DnlTQyMBCAdK+Ik=; b=hUsdB+v0UtICHFODEq6Ys+qgLDJ7IdoGU1oIkdFzS+AThoXZtM80LchtU7NGfmkdSs 4W+P/k7C6MsOPwc/UvcOM0akPaPvFZQKFlEE8dlk9bxuY3URXg4UW+QVg7DQ4duGNFmB 1BXvwuxVzBR3dxSBl0DC4apC+T194rFxWzJ5AXc+4PkeXMwupVbV9DZkE7rqmCDONVMi emMgXWIJA7OKMEVMrjrAlW8b29k87I3U9YK39BiZtWOzlF/FLsSvUfCq3MXQn4Gt4IL0 j0ayO3ovyJ5ok9apkDDsPaH7hfevbc5/Ih3paf1VUd5zA9nyinFcpIuhCvdbqJOTO/ad tXVw== X-Gm-Message-State: APjAAAVJnE0Raiu3Obip0ynrS0Knv1AurKnd4qUsdmTVGbJhJXS2qsvU TWiBpui5p3QzBrVIBjmOxfRFF4docVzh6FnHL/y8HQ== X-Google-Smtp-Source: APXvYqxrcwQ2xt2eOrJdooqGsibkSjjLkGu0LUS1zOLSFKz3m+Xi0j4+Rh01BXuTGe2jOXpQKVloomM4o+1wiK44pnk= X-Received: by 2002:ac2:5c42:: with SMTP id s2mr42403912lfp.61.1564437196737; Mon, 29 Jul 2019 14:53:16 -0700 (PDT) MIME-Version: 1.0 References: <20190724081313.12934-1-andrew@aj.id.au> In-Reply-To: <20190724081313.12934-1-andrew@aj.id.au> From: Linus Walleij Date: Mon, 29 Jul 2019 23:53:04 +0200 Message-ID: Subject: Re: [PATCH 0/3] ARM: dts: aspeed: Deprecate g[45]-style compatibles To: Andrew Jeffery Cc: linux-aspeed , Lee Jones , Rob Herring , Mark Rutland , Joel Stanley , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "linux-kernel@vger.kernel.org" , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Jul 24, 2019 at 10:13 AM Andrew Jeffery wrote: > It's probably best if we push the three patches all through one tree rather > than fragmenting. Is everyone happy if Joel applies them to the aspeed tree? If you are sure it will not collide with parallell work in the pinctrl tree, yes. Acked-by: Linus Walleij (If it does collide I'd prefer to take the pinctrl patches and fix the conflicts in my tree.) Yours, Linus Walleij