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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY,USER_AGENT_SANE_1 autolearn=no 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 62614C4363D for ; Tue, 6 Oct 2020 13:07:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F76D20760 for ; Tue, 6 Oct 2020 13:07:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725942AbgJFNHw (ORCPT ); Tue, 6 Oct 2020 09:07:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgJFNHw (ORCPT ); Tue, 6 Oct 2020 09:07:52 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64A82C061755 for ; Tue, 6 Oct 2020 06:07:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rcn) with ESMTPSA id 236CE29B1CB Date: Tue, 6 Oct 2020 15:07:45 +0200 From: Ricardo =?utf-8?Q?Ca=C3=B1uelo?= To: Guenter Roeck Cc: Rob Herring , Collabora Kernel ML , Enric Balletbo i Serra , Benson Leung , Guenter Roeck , Simon Glass , Doug Anderson , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" Subject: Re: [PATCH 3/3] dt-bindings: mfd: google,cros-ec: add missing properties Message-ID: <20201006130745.iain7djjlrnpynbs@rcn-XPS-13-9360> References: <20201005071403.17450-1-ricardo.canuelo@collabora.com> <20201005071403.17450-4-ricardo.canuelo@collabora.com> <20201006061317.rs63e3dh4grxij2v@rcn-XPS-13-9360> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On mar 06-10-2020 04:28:36, Guenter Roeck wrote: > It seems like I am missing something. In the mainline kernel: > > sound/soc/codecs/cros_ec_codec.c: { .compatible = > "google,cros-ec-codec" }, > > Can you explain what you mean with "can't find a driver managing > google,cros-ec-codec yet" ? You're right, I should grep the entire code base instead of the drivers subdir next time... Sorry about that and thanks, Ricardo