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 806EFC433F5 for ; Tue, 15 Mar 2022 16:19:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349986AbiCOQUV (ORCPT ); Tue, 15 Mar 2022 12:20:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349980AbiCOQUS (ORCPT ); Tue, 15 Mar 2022 12:20:18 -0400 Received: from mail-oi1-x229.google.com (mail-oi1-x229.google.com [IPv6:2607:f8b0:4864:20::229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD98024095 for ; Tue, 15 Mar 2022 09:19:04 -0700 (PDT) Received: by mail-oi1-x229.google.com with SMTP id h10so21351903oia.4 for ; Tue, 15 Mar 2022 09:19:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=IcWUs6pXL9TSfsOL915UYAmnTIoLdxHaRaQlaAHskdo=; b=fC7D4ln/VQfMzj10H2cDBMwXHWhwmi/bYBuuiME3ozr3PtrxThNWwSieW9Js8ihLCp ypoQwifiWuUf/ZxU3od5Odj36c/EzCWh45p3wPqqd88bhCGCI6NDW7sDp8vWxBQpZQaA FOhruyBve0+Q8agnJAvdH9HbSOMlR/bQ4B8gY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=IcWUs6pXL9TSfsOL915UYAmnTIoLdxHaRaQlaAHskdo=; b=ed1cXyxcmDLA/p8Hq0qFfDui1K+LpJFfd7C6LIjEVdIc0YfeL5vTFGDcTkxv2mV5Ij HAyooHmonRjwhZP4flAJEaxlV1pGcZYotlNCO7n6GwiXz9ZID0WmCg9OxlLkZbdUp3S0 D0ErrATZmo2sp+b5h3g5iNJF6FuB7EEktKpjb0uMPeF4yLCMT7HNjg7IU/VoJ3i+Wj4j DnI9xA6jtolN577zSU0VXZJtodFeKvpgfi3mAFdZ42e6UtIe92FwlnnEvNo/yfrcav0C yvyadDDL9AyMzbutAvxBU2Od8fySb6T6EwlPXslm3P7C0oUiLuQ9wUt9lLN28zdSYMwi +Q3w== X-Gm-Message-State: AOAM532gfIFLcLuV0HLUtk/aiq0AjgqxflGwTPbfsGKWA6qoyOeiKUhh qPmSSk1600lmnbG4/1+YeCAthrpLtyeBeOXfC4hHUU0UERs= X-Google-Smtp-Source: ABdhPJzDk4xareUQkBQSNZRxRSYxzoeY5zSgGoPp9z3/x9XlUjsIxuVm1HaN2n2bXuM1Gl/1/KDfzaA7lh5uiELirgc= X-Received: by 2002:aca:a9c8:0:b0:2da:45b6:b796 with SMTP id s191-20020acaa9c8000000b002da45b6b796mr1986232oie.193.1647361144031; Tue, 15 Mar 2022 09:19:04 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 15 Mar 2022 11:19:03 -0500 MIME-Version: 1.0 In-Reply-To: References: <20220314232214.4183078-1-swboyd@chromium.org> <20220314232214.4183078-2-swboyd@chromium.org> <9ec3c26a-3b85-4bea-5a5b-de9ac570cfca@canonical.com> From: Stephen Boyd User-Agent: alot/0.10 Date: Tue, 15 Mar 2022 11:19:03 -0500 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: mfd: Add ChromeOS fingerprint binding To: Lee Jones Cc: Krzysztof Kozlowski , Benson Leung , linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, Rob Herring , devicetree@vger.kernel.org, Guenter Roeck , Douglas Anderson , Craig Hesling , Tom Hughes , Alexandru M Stan Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Lee Jones (2022-03-15 08:48:08) > On Tue, 15 Mar 2022, Stephen Boyd wrote: > > > Quoting Lee Jones (2022-03-15 04:30:49) > > > It's tough to say from what I was sent above. > > > > > > But yes, sounds like it. > > > > > > We do not want any device 'functionality' in MFD ideally. > > > > > > > I put it next to the existing cros-ec binding. The existing binding is > > there because of historical reasons as far as I know. Otherwise it > > didn't seem MFD related so I didn't Cc mfd maintainer/list. New file > > additions don't usually conflict with anything and this is in the > > bindings directory so the driver side maintainer would be picking up the > > binding. > > That's not how it works unfortunately. > > This file is located in the MFD bindings directory, so I would be > picking it up (if it ends up staying here). The way it works is arbitrary and up to maintainer's choice. I'll move it out of the mfd directory :)