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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EEC51C433EF for ; Thu, 28 Oct 2021 22:36:37 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D4B26610FC for ; Thu, 28 Oct 2021 22:36:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D4B26610FC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id E60D083538; Fri, 29 Oct 2021 00:36:33 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="IwyhXcoe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 094F38356D; Fri, 29 Oct 2021 00:36:31 +0200 (CEST) Received: from mail-vk1-xa30.google.com (mail-vk1-xa30.google.com [IPv6:2607:f8b0:4864:20::a30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D03CB801B2 for ; Fri, 29 Oct 2021 00:36:26 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-vk1-xa30.google.com with SMTP id 20so3726087vkc.8 for ; Thu, 28 Oct 2021 15:36:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ArXN6qy3iw9lvMBNvgs6EJZAXAGNTHTzY/1r1wRrkPI=; b=IwyhXcoeyYxmM+LAxFiH9cAO9qWVf6d6nlVvaObUf6vdy85kRWtBjQz2gdYNG52/cZ /9f2tmdc99h/x1zrxpVRnC+XN2EzoY+2+YR0VcGcCjWfeb8Ql18zpjuoaQ/eL9gRMZa6 +MQgDGUwNH5IhxYWT89RQCJ2rdjr/3ZX/1NEM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ArXN6qy3iw9lvMBNvgs6EJZAXAGNTHTzY/1r1wRrkPI=; b=HkRx2uGCu+a8SKnvpcVbWBTOrMujsFnpMbBXkBy1Bym5XbnFqAh0JA7aqqDo/giRNk 5J/UMulx10sxrLWAVInlcuhCiFBifVhr+JPvpIEtfCjIVwUIIJdpAyrY5lXoZFNKlgPZ cxHg0dYN9KgQhpGkwSBNCOeKLTyRHkT6b5nIHHIOeDzqqXTYjOnhx9bQ69y7+RsTAxqd ySoZArxOPexK0rvefoyETvoF77H2kBIpaV3xvHZYiMoZjT3d+UM0DdZ11hMmQr/gM0ep KoZUKnMknDe7vKKxRbNsQ6y6EJkaHZkOj7OAO/q1WBp8d7IobbCH8U6ToAceVMxxHebH ivqg== X-Gm-Message-State: AOAM532ZdAdLM0BRxMArHCGj/iELBw0bQMcQhQm3+06jbwQ5AqnmSK5Q 6R6cGXe3CxPssRJZkDTIn1VNFUZr0STbQhxep+0vqQ== X-Google-Smtp-Source: ABdhPJxAzxZAmP8dYrqujJoSZn7shvoBnMUnVZTE2rtANODx8hJ+jzhADHupl6FjANpmUl6JHD/wjT56vZoPFjcGMtQ= X-Received: by 2002:a05:6122:1212:: with SMTP id v18mr7493020vkc.9.1635460585334; Thu, 28 Oct 2021 15:36:25 -0700 (PDT) MIME-Version: 1.0 References: <20211027165454.1501398-1-michael@walle.cc> In-Reply-To: <20211027165454.1501398-1-michael@walle.cc> From: Simon Glass Date: Thu, 28 Oct 2021 16:36:14 -0600 Message-ID: Subject: Re: [PATCH 0/2] arch: arm: gic-v3-its: stop abusing the device tree To: Michael Walle Cc: U-Boot Mailing List , Vladimir Oltean , Hou Zhiqiang , Bharat Gooty , Rayagonda Kokatanur , Priyanka Jain , Tom Rini , Marc Zyngier Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi Michael, On Wed, 27 Oct 2021 at 10:55, Michael Walle wrote: > > Please stop throwing every ad-hoc information in the device tree. Use the > official bindings (or maybe some bindings which will get approved soon). Can I suggest that your commit subject be a little more specific? Perhaps 'Drop use of unwanted binding' ? It seems quite vague to me, like 'Fix a horrible bug' or 'Sort out all the problems' :-) Regards, Simon