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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 51A96C636CE for ; Mon, 19 Jul 2021 21:56:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2788761164 for ; Mon, 19 Jul 2021 21:56:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242580AbhGSVMs (ORCPT ); Mon, 19 Jul 2021 17:12:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385163AbhGSStR (ORCPT ); Mon, 19 Jul 2021 14:49:17 -0400 Received: from mail-pj1-x1031.google.com (mail-pj1-x1031.google.com [IPv6:2607:f8b0:4864:20::1031]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CE15C0613E4 for ; Mon, 19 Jul 2021 12:19:56 -0700 (PDT) Received: by mail-pj1-x1031.google.com with SMTP id p4-20020a17090a9304b029016f3020d867so701956pjo.3 for ; Mon, 19 Jul 2021 12:28:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=czmtwRWIEL9USU9LXlcL6o+bycuxLRk2GKwyT/fyPcg=; b=ljBs4KWzCjm4zhiz66qO+uOAVRewx3vmCLvhfPBYoX3G6cALUmPFUZCi23fvs+rfiS +xY2QXo6pcGinjPT8tD8U+CEKUlN8yw+reMKhsb3Q/bJvhvMjVv6dI5CyWzeWbMRcD7M RVhBWO6hdib6Sx/nEUev3e9jnMR48Idq+LVtk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=czmtwRWIEL9USU9LXlcL6o+bycuxLRk2GKwyT/fyPcg=; b=HrfNkQfIn1pAlPjXFyJtJqGn4q8ZLhJCeyZ1ndaq2I+1189+nsY+TtDLLkez667uwh GszJuV3DuHD2IBafSI6eIiIuH5pMDaNE4PN/31YRELYtTatnvNt/J37uJ1NC4045zIWi rcQZz05b/wG1/sxz6g+JTtaVgT4BZh2oBkAdanu2K44bdv31m0l5ZR1x1mY3YKjSU+Cu sn4FnwfNuQYRpY/rseJosZ8mqMl4y2AhD8iwDBmZIEPlCQLGy8mE3zKr2/SL5j5BSacg F4jiqQRbmmyhv2xl6zktqi5Mx3HV4p79huxFz9uWo3eq8XLxk7H+pqwaH/aza9/k4qWU Ok2g== X-Gm-Message-State: AOAM532qinEjtkxUvlwnak2deSXDHl88S46rHK5hOn0GE2O+EPPvoAS3 6e42Fn8vWX2hrnxJ1B/TXT5D5g== X-Google-Smtp-Source: ABdhPJx7AeivwoLtAHV4fefibHF+YZGZPzzfHvnQzS7pMkGJgJgdfwTOclScDtBNvtS8G+4aJAlqog== X-Received: by 2002:a17:90a:6c03:: with SMTP id x3mr12239408pjj.195.1626722916814; Mon, 19 Jul 2021 12:28:36 -0700 (PDT) Received: from localhost ([2620:15c:202:201:4d0:bf5f:b8cd:2d67]) by smtp.gmail.com with UTF8SMTPSA id e16sm11260763pja.14.2021.07.19.12.28.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 19 Jul 2021 12:28:36 -0700 (PDT) Date: Mon, 19 Jul 2021 12:28:33 -0700 From: Matthias Kaehlcke To: Doug Anderson Cc: Greg Kroah-Hartman , Alan Stern , Rob Herring , Frank Rowand , Mathias Nyman , Felipe Balbi , Will Deacon , Catalin Marinas , Linux USB List , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Michal Simek , Krzysztof Kozlowski , Peter Chen , Bastien Nocera , Stephen Boyd , Ravi Chandra Sadineni , Anson Huang , Bjorn Andersson , Dmitry Baryshkov , Enric Balletbo i Serra , Guido =?utf-8?Q?G=C3=BCnther?= , Lad Prabhakar , Michael Walle , Nishanth Menon , Shawn Guo , Vinod Koul , Linux ARM Subject: Re: [PATCH v13 4/7] arm64: defconfig: Explicitly enable USB_XHCI_PLATFORM Message-ID: References: <20210623184124.3504047-1-mka@chromium.org> <20210623114025.v13.4.Id45138610b749ff775186ac10b3d01c504ddf4f3@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jul 19, 2021 at 11:07:23AM -0700, Doug Anderson wrote: > Hi, > > On Mon, Jul 19, 2021 at 8:58 AM Matthias Kaehlcke wrote: > > > > Will/Catalin, > > > > does this change looks good to you and could get an Acked-by? > > > > If so: would it be ok to land it through the USB tree with the > > rest of the series? It seems a conflict would be relatively > > unlikely. > > Officially I don't think you really need an Ack for most changes to > this file. So says Will [1]: > > > although there are a few things I really care about > > in defconfig (e.g. things like page size!), generally speaking we don't > > need to Ack everything that changes in there. Good to know, thanks! > In case it helps, you can stick my Reviewed-by on there... > > Reviewed-by: Douglas Anderson Thanks I figured the next step is actually a rebase due to a conflict in v5.14-rc1, commit 8ae030c34dce ("arm64: defconfig: Enable renesas usb xhci pci host controller") made changes in the same area of the config.