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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F15B1C433F5 for ; Thu, 19 May 2022 20:49:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244833AbiESUtj (ORCPT ); Thu, 19 May 2022 16:49:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244785AbiESUtg (ORCPT ); Thu, 19 May 2022 16:49:36 -0400 Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE9B38720B for ; Thu, 19 May 2022 13:49:33 -0700 (PDT) Received: by mail-yb1-xb2e.google.com with SMTP id o80so11094117ybg.1 for ; Thu, 19 May 2022 13:49:33 -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=DpIUn7t2KpByY+C3exdjmM1g7bDyPkhbaj3F539P5Ug=; b=be4+zMYgHWBD0Fm8gVi2/TF2wY6TpO20KB8n9nn225sOFXquQQ+GoLMQiUSJNsfP6i gmJAonvgLrXHYk9VmEPiweCwS65SJMfIVO5JYuA8w9vKBFLNDlShjOZi+KCXwiynlmG9 S8DHJbSI4WMsxIROerIXKHNZkJoZ+WizMBwk6nnEs8nr4zB4sDOemcxFX5uHEjs3hytF Jsxmn+qmKyyz1q+0LMNv6buvXZQ7SrCN29zqwfhIR1UAk2ssVXStQdAqbfDL++oyR1p7 HQuUylF8EV12p+x5M82glvEBSmbBj26M0qPJoTrlBWv2hVuehOplhtgYQHtqTGZIsRr8 zW6A== 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=DpIUn7t2KpByY+C3exdjmM1g7bDyPkhbaj3F539P5Ug=; b=MPJW3jggPR2UsGtylWxxlwOE0kKrfOUsIcq8thu/l3/MlTzYCbPu4GzvTgOBTAZ1Su NIeHDNCRmOiPuO48S02UkvZLz4ACBUXsxnhn8r75D4iz7ARyEN/d/Yayax05u0WhPZaq KF7z6tx0PlvbA5pV/CXh7iJlf1gu4Q0n1NtTAIdRiK1n8mc8GV+nJcc3w7W4sLH5PcNU M+IHyEkEiKmz8kJ5vwLwGoFgHPA9kOHV+8Ky2V0K2aoIBs1c1/FFU2ZVXDwOg8cW7I2s D3HgkA4+4+EM98HpuWPPBk9xq57AGREo2PeJxHAMhlU0Lhq6808W2PjLnhwXBiSmL4tf 6ruw== X-Gm-Message-State: AOAM533JSAVJ9ut8GrbYPXIgnd3YA5cLNpfgoVHGpjWOFyye2HwYArbG hgrm3bqFV36U2nc8q0cNdHVgCqqNOgS7lHlhhlUm9wrNlXA= X-Google-Smtp-Source: ABdhPJzPxhkV/Rn/SuoG3prTwHYeGQr3LSPIIJaKxjOHyoF0SbdUm2tlYi6vaiBt8JFzR0b45ZPy7nHSil3uJWZmlz8= X-Received: by 2002:a05:6902:526:b0:64d:b6ab:f91d with SMTP id y6-20020a056902052600b0064db6abf91dmr6490609ybs.295.1652993373117; Thu, 19 May 2022 13:49:33 -0700 (PDT) MIME-Version: 1.0 References: <64b59ca66cc22e6433a044e7bba2b3e97c810dc2.1651647576.git.hakan.jansson@infineon.com> <1e8cfbc6-8452-0e87-9713-536d235e5b51@infineon.com> <0dffeb79-3182-fab1-e25a-aab4107beb6e@infineon.com> In-Reply-To: <0dffeb79-3182-fab1-e25a-aab4107beb6e@infineon.com> From: Linus Walleij Date: Thu, 19 May 2022 22:49:21 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: net: broadcom-bluetooth: Add property for autobaud mode To: Hakan Jansson Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marcel Holtmann , Johan Hedberg , Luiz Augusto von Dentz , linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 19, 2022 at 4:04 PM Hakan Jansson wrote: > I checked the state of this patch on Devicetree Bindings Patchwork and > it's marked "Changes Requested". I'd be happy to revise the patch but > it's not clear to me what changes are requested. Could you please help > guide me how to proceed? Sorry if it's not clear but I'm essentially requesting that the document describe how autobaud mode actually works. The binding documentation must help DT authors to know what they should do with this property. Yours, Linus Walleij