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 10967C636C8 for ; Tue, 20 Jul 2021 15:45:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0AB661164 for ; Tue, 20 Jul 2021 15:45:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242378AbhGTPBD (ORCPT ); Tue, 20 Jul 2021 11:01:03 -0400 Received: from mail-yb1-f179.google.com ([209.85.219.179]:38495 "EHLO mail-yb1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241907AbhGTO5p (ORCPT ); Tue, 20 Jul 2021 10:57:45 -0400 Received: by mail-yb1-f179.google.com with SMTP id r132so33328201yba.5; Tue, 20 Jul 2021 08:36:54 -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; bh=COwTYiLL/Nx8F1AI3lOoGhFRrrZD91NxoeSpMZuBXrg=; b=H4zOicbvFkM2rohDBievmQVZqI3o/59XxluP6b3yusjynFolL31q/804lplY5WVd8+ qWFuent0xENHgm7IlB3359BBg8hAcczkLPStR8sTSJfDiXjEF7Tmczma8MRRV0tA/VHA cUml5qZ5h9Al8XqbMv/mCZFt7D5xVF4VU0/qvlM2ouL5hjz1qSju5p9SGdLxK0f9VsEf XupE4YzxP21mMtYyYganpZKDvJ42kOZRZEtLUFMuesMrq6K7OqCiEUsjhYjb7vr9GXyI BYUrgxgVT7mirrMTeV/X7FIWIZcYEaIvMkCeiNZF+hmgT3nUHDX7Wz39yos80cSx0z7T 97Nw== X-Gm-Message-State: AOAM533CeHX1U9hxc3RJjjUEpRJCbzIlsuKJD4DopXLU4od5i/KdvUjS 4gE8+MHHcuk9o7yVOpbGuAupyK92HYV0Q+yZmwMWhhe60Rc= X-Google-Smtp-Source: ABdhPJzfMm/Kodpa+wHLDsU7yc57tAwz4pYAxpiQFqzsIDZ96UoGllNps1Womhv+mPkwJSw9LuuGB3QjEZQfHgpwsLI= X-Received: by 2002:a25:b093:: with SMTP id f19mr39835829ybj.90.1626795414077; Tue, 20 Jul 2021 08:36:54 -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 17:36:43 +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" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? /Emil