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=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 7A3FAC636C8 for ; Tue, 20 Jul 2021 16:25:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6370E6024A for ; Tue, 20 Jul 2021 16:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238259AbhGTPoj convert rfc822-to-8bit (ORCPT ); Tue, 20 Jul 2021 11:44:39 -0400 Received: from mail-yb1-f177.google.com ([209.85.219.177]:43838 "EHLO mail-yb1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236015AbhGTPi1 (ORCPT ); Tue, 20 Jul 2021 11:38:27 -0400 Received: by mail-yb1-f177.google.com with SMTP id g5so33465840ybu.10; Tue, 20 Jul 2021 09:18:51 -0700 (PDT) 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:content-transfer-encoding; bh=/tuAsxTxs6Rvi+p/wTgyJYt239TXDSVXz4z8meprIB8=; b=Flc1hNQ2hJTokwYt0luyhAsrM54qONlLKvkuN6Ey9xndOzZDv78xx1lVhYu15HXDQJ 3cJElfYiC2eldE0Zw8x9l/PGqim5eflgwUXiFsJ1wSI1mlLdVjoOFOGUhQm3YEyxnbld EPoJORRM+WKaLVXk9+Qj+poC0r719+Xocce2y7qDBvRnP7L1rmBMgXgf1IeCJxGDz+d7 +VhB1ivnFXNqXimv+2huhZM7dSBzbejEOvgc4esyNzZm/E4sKej1ykgJiZ36gH9G8a6G pWdOuug+my2MHE+vDx3xHDbvsBwATnMrKzf0xAEvt1QnjwWuH0Ao0/v5k4eWRUzZSiBV wP/g== X-Gm-Message-State: AOAM532cxjRCjxJR4JL1iLie1XDzBovGu3IXwny2WvYw8tw0Rx6zYvYk pPzBpMqVMY1P/c8VsNK9BL3NXxacEsMRVsfbkbeDSpVz+CY= X-Google-Smtp-Source: ABdhPJxA0p1LFiovnlzCLhOM3BMb+zZCYel0Rs/78DAXbTtc6CexG5mqz2t4YEFShmlfIzJScEtvGDaqocUjB2HR8ms= X-Received: by 2002:a25:4102:: with SMTP id o2mr38143044yba.23.1626797931250; Tue, 20 Jul 2021 09:18:51 -0700 (PDT) MIME-Version: 1.0 References: <20210625224744.1020108-1-kernel@esmil.dk> <20210625224744.1020108-3-kernel@esmil.dk> In-Reply-To: From: Emil Renner Berthing Date: Tue, 20 Jul 2021 18:18:40 +0200 Message-ID: Subject: Re: [PATCH v1 2/3] mfd: tps65086: Make interrupt line optional To: Lee Jones Cc: Rob Herring , Sebastian Reichel , devicetree@vger.kernel.org, linux-pm@vger.kernel.org, Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Jul 2021 at 18:07, Lee Jones wrote: > On Tue, 20 Jul 2021, Emil Renner Berthing wrote: > > On Tue, 20 Jul 2021 at 17:32, Lee Jones wrote: > > > On Tue, 20 Jul 2021, Emil Renner Berthing wrote: > > > > On Tue, 20 Jul 2021 at 17:07, Lee Jones wrote: > > > > > On Sat, 26 Jun 2021, Emil Renner Berthing wrote: > > > > > > The BeagleV Starlight v0.9 board[1] doesn't have the IRQB line routed to > > > > > > the SoC, but it is still useful to be able to reach the PMIC over I2C > > > > > > for the other functionality it provides. > > > > > > > > > > > > [1] https://github.com/beagleboard/beaglev-starlight > > > > > > > > > > > > Signed-off-by: Emil Renner Berthing > > > > > > --- > > > > > > .../devicetree/bindings/mfd/ti,tps65086.yaml | 3 --- > > > > > > > > > > This is not present in my current tree. > > > > > > > > > > Looks like it's still *.txt. > > > > > > > > > > Am I missing a patch? > > > > > > > > Yes, the first patch in the series converts that to yaml. I'm quite > > > > sure I had the same list of recipients on all 4 mails in the series, > > > > so don't know why that should be missing. > > > > > > Oh, it's not marked as 'important' because it has open review comments > > > on it. > > > > > > Just have this for now then: > > > > > > For my own reference (apply this as-is to your sign-off block): > > > > > > Acked-for-MFD-by: Lee Jones > > > > Thanks! Do you want to have a look at 3/3 or should I just send a v2 > > to fix the yaml conversion now? > > Patch 3 should be split. Oh, how split? Split off the series or split into adding the "driver" and then add the cell to the parent? > I think it should also s/restart/reset/. Oh right yes. You mean the cell name needs to be .name = "tps65086-reset", right? I'll fix that anyway. > -- > Lee Jones [李琼斯] > Senior Technical Lead - Developer Services > Linaro.org │ Open source software for Arm SoCs > Follow Linaro: Facebook | Twitter | Blog