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 67351C433EF for ; Fri, 7 Jan 2022 10:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346685AbiAGKZD (ORCPT ); Fri, 7 Jan 2022 05:25:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232248AbiAGKZC (ORCPT ); Fri, 7 Jan 2022 05:25:02 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3037C061245; Fri, 7 Jan 2022 02:25:01 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id z9so20260481edm.10; Fri, 07 Jan 2022 02:25:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qmkH4HduGuDqN56JXHqEKJBLN+FBRsxZyV1qZNn/vGI=; b=R+7oVNEt7WbifMQOMsewUjqj9ff3qjy2u35LIVMmh2ObEXcuKRT10Bib026YKKD94C dwDcZ1GxbD+MzeOnjuqYyNLHWGWOQ0O+G513GMDgWThNbCgK8BbK+R+gumLxGFlENbN8 MH2gB/XUv9jvGWtSJef6HH5zkjBCdFxzo5vfjKE1SoXwXEpxk2d8+IlopQAW72PzxIA7 ppawoDPM7JVi2dgqe2JpQ0IgA8CVrYSjDM/FyZ88l5bziaI7/qBPhjI8wpAFDvcWPXtt gJmcGUSCPST/Fl5d8H960+FW9rcNPzFWBbgJE3cVCdLAOE/vs3Em9DIG3eRkMBWPdAl3 F3SQ== 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=qmkH4HduGuDqN56JXHqEKJBLN+FBRsxZyV1qZNn/vGI=; b=i6dWYC/rmmpQizd5AaM+zPxriPhGmKWUUO8IGtUmBZ14PZ8nXJA5LdQ9MzZLeVkxpj bXiXz+6Keo5Dj2HVAu8hUJRr6tFquT220Aw9fXrIY+ECHHOBYg1rfM2YL+Zu+K3lJ8U9 /lGFjtVXvZ9eUrl7AeZl9Cr1mOzo5ZaWM+il7owH6hqwgL/laO8m/37IpSIrrgd7tjWF XRyfv2dGbpLsuKzIb3uQq+hP6ACf6Emd0nNzqDkAlo2FYfssTW+FOD+zWIemHHyWvslU JWxfN34dUBZaBR9HMdNazwqJ3bkKhAyDDLEXW2X+/T4twwq1KYId/W+QK/f7HsR7wZzV olXg== X-Gm-Message-State: AOAM533KYvUZif1mVHiuppEJx07DczxNQEf9JqrS5kUP0B3MrnMAgGZN 4+5VggW1FLAcK8Wtsc0DJOteRFedOabgOCULR8Gf6M+llCV7mQ== X-Google-Smtp-Source: ABdhPJwY1QWSUINg7cruSSBn6h8xxuURGw+5jNlvUGuofk536vAhkZSweQDZGB2f5QcjXzDZpjqUzS8UpMZ6glQYs4E= X-Received: by 2002:a05:6402:518a:: with SMTP id q10mr58704139edd.29.1641551100325; Fri, 07 Jan 2022 02:25:00 -0800 (PST) MIME-Version: 1.0 References: <20220106174803.1773876-1-gsomlo@gmail.com> <20220106174803.1773876-4-gsomlo@gmail.com> In-Reply-To: From: Andy Shevchenko Date: Fri, 7 Jan 2022 12:24:23 +0200 Message-ID: Subject: Re: [PATCH v6 3/3] mmc: Add driver for LiteX's LiteSDCard interface To: Stafford Horne Cc: Geert Uytterhoeven , "Gabriel L. Somlo" , Linux Kernel Mailing List , Rob Herring , devicetree , Ulf Hansson , linux-mmc , Karol Gugala , Mateusz Holenko , Kamil Rakoczy , mdudek@internships.antmicro.com, Paul Mackerras , Joel Stanley , david.abdurachmanov@sifive.com, Florent Kermarrec , Randy Dunlap Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 7, 2022 at 12:12 PM Stafford Horne wrote: > On Fri, Jan 07, 2022 at 10:36:12AM +0100, Geert Uytterhoeven wrote: > > On Thu, Jan 6, 2022 at 11:50 PM Gabriel L. Somlo wrote: ... > > Many (most?) blurbs do mention the module name. > > I was doubting this as well, but I searched and its true. The text 'module will > be called' shows up many times, there is also different text. > > $ grep -r 'module will be called' drivers/ | wc > 1347 9023 9086 > > $ grep -r 'tristate \"' drivers/ | wc > 7169 47486 521795 Just a side note: `git grep ...` is much faster in the Git trees. And for this particular case I dare to advertise a script I wrote [1] to help with recursive searches. [1]: https://github.com/andy-shev/home-bin-tools/blob/master/gl4func.sh > So maybe >10% have module name in the blurb. Example: > > To compile this driver as a module, choose M here: the > module will be called tifm_sd. -- With Best Regards, Andy Shevchenko