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 E8F69C433F5 for ; Sun, 24 Oct 2021 19:53:38 +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 DA8D660EE3 for ; Sun, 24 Oct 2021 19:53:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org DA8D660EE3 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 919F38291E; Sun, 24 Oct 2021 21:53:34 +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="OjDGeowR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B5B7982EBB; Sun, 24 Oct 2021 21:53:31 +0200 (CEST) Received: from mail-ua1-x933.google.com (mail-ua1-x933.google.com [IPv6:2607:f8b0:4864:20::933]) (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 CD97F80F1A for ; Sun, 24 Oct 2021 21:53:27 +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-ua1-x933.google.com with SMTP id k28so13701231uaa.10 for ; Sun, 24 Oct 2021 12:53:27 -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=h/AcI7jvXfjem6rc+IB3utLUkuCRFdgwBOHSO1cC5IA=; b=OjDGeowRfi9jkNevKIZprud8BVCnMB+x3VynHkI8wbLmJvPak1/FnHhUwoMcgQ36Fd zvhJQ+j8mpDNeYLn3ut3r/a+Fgdr82+b1s9XdGbs7FWL+O010GuY9UOkhQot5TuUVsEE kFHSmEI0A9+j5rnRPBqbRupsXYpyCrzK18amk= 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=h/AcI7jvXfjem6rc+IB3utLUkuCRFdgwBOHSO1cC5IA=; b=F3NeYHe5L08TTCIBj6a2IXTTK7mI2UbCoFBR/b/8V7aoeqw/A+XasGyVTQakxTDNCa hzTbF45GJAST52QF5H7qy/u/muiYSyUhhydVhIksIOGPru5ZjtAb3lojJCOT1KBSciI5 JF19z5tox09F4RB2MtUDRA8cbbSVQPwV3ItNeEw6TPljGcWFMHM+6LRg7JXzwqIaS2aJ DaWb2eRCD2Gp//9395BPUg6m5YAApcd1d21vAGgkYlMTZTh718arCF8vXZgstDD0jPin hDOF4yeo1L9ymHPprUnv7oMrnQGdFPqx2oBFgux4iOfjFYqGWwetsyZhnB/hZK+kgj9W JDXg== X-Gm-Message-State: AOAM531FAP+EkJrTW1faxllW4LYfAw1YoBw+pSdeH6SGbwC0GHdI5J/K aYb9If4DphRcy5+OkHLfP6XfNte6O2NYnSJAc4Hi/g== X-Google-Smtp-Source: ABdhPJyHxmJ/ktmymrXnTSmIKTgYvXC/llLmtXFg2fh6fXFCFi3l9YFHP07IarFDCXfJe3C3sbEo4ZBcWSOTHcC6SoM= X-Received: by 2002:ab0:22d0:: with SMTP id z16mr11758256uam.143.1635105205915; Sun, 24 Oct 2021 12:53:25 -0700 (PDT) MIME-Version: 1.0 References: <20211013010120.96851-1-sjg@chromium.org> <20211013010120.96851-16-sjg@chromium.org> <2427adbf-bd8d-98de-bd41-b1ffa946a922@canonical.com> <17991b96-ed1e-4b63-2ad0-784a1f864fdc@gmail.com> In-Reply-To: <17991b96-ed1e-4b63-2ad0-784a1f864fdc@gmail.com> From: Simon Glass Date: Sun, 24 Oct 2021 13:53:14 -0600 Message-ID: Subject: Re: [PATCH 15/16] fdt: Make OF_BOARD a bool option To: Sean Anderson Cc: Heinrich Schuchardt , Tom Rini , Ilias Apalodimas , Bin Meng , Jerry Van Baren , Leo Yu-Chi Liang , Priyanka Jain , Rick Chen , Vladimir Oltean , U-Boot Mailing List 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 Sean, On Wed, 13 Oct 2021 at 11:30, Sean Anderson wrote: > > On 10/13/21 12:58 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Tue, 12 Oct 2021 at 22:22, Heinrich Schuchardt > > wrote: > >> > >> > >> > >> On 10/13/21 03:01, Simon Glass wrote: > >>> This should not be a separate option from OF_SEPARATE. It is a run-time > >>> option to override the devicetree, even if present. > >>> > >>> Move the option out of the choice. > >>> > >>> Disable BINMAN_FDT for a few boards which don't actually use it. > >> > >> You only sent patch 6/16 and 15/16 to me. No clue why. Please, send > >> complete patch sets instead of selected patches which cannot be reviewed > >> without the context. > > > > I actually only explicitly cc'd Ilias (who has been working on similar > > things) and Tom. Everyone else came in via maintainer files. Can you > > see the rest in the mailing list, assuming you are subscribed? I can > > add you to the next version. > > > > For the record, here is what patman produced: > > FWIW I have always thought that patman CCs too many people by default. > It is only partially based on MAINTAINERS; the rest of the CCs are from > people who have touched the file recently. This results in many people > being CC'd who have made only minor or unrelated changes to the code > (especially from treewide changes). For this reason, I curate my CCs > manually to hopefully CC only those people who are actually interested > in my patches. Patman uses only the commit tags and get_maintainers, so the fault may live with the latter? Regards, Simon