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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 54928C43603 for ; Wed, 4 Dec 2019 09:28:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2629F206DF for ; Wed, 4 Dec 2019 09:28:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725971AbfLDJ2t (ORCPT ); Wed, 4 Dec 2019 04:28:49 -0500 Received: from mail-oi1-f196.google.com ([209.85.167.196]:46621 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725922AbfLDJ2t (ORCPT ); Wed, 4 Dec 2019 04:28:49 -0500 Received: by mail-oi1-f196.google.com with SMTP id a124so6185089oii.13; Wed, 04 Dec 2019 01:28:49 -0800 (PST) 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=WoYCd7jK2NSLr3Li1krvLX96B9IpnuR1gtBKn3604rQ=; b=NuFzCEZuOEhdyE4yg0T6mZYOihUpur8wxp+Oqp9Ecivf9gtc8zfLVTa40QPpDBhHYn xWO7AV4BH2ySONoO/Ay7sINp+F+T1EBxog42qaSO/dCqQ1YjearHgCZJ64LYUEzV9W0e FMOigENtxm93PTNhMAU7cSB8vSDgTjb2ivVcQerE4yLY+w1WkHO5u4eqTdzblFyeVBx+ h1vfiPxVRAXnucYv1nn2HKsv95YDnCTPX48bUSyi4I/BkHSjD4ruOvUtgOSBBJG+KGdt 6hVHu7+7QihDr/693T/BwTcA86cEK7he/AWIvIu28xN1qNcuxN77/HySo5SN6JFeAhAq Afvw== X-Gm-Message-State: APjAAAVYmElQGsELLKYjy2euVbNBnvMcW339IuY4yyCSR6Si4LwAts1H D2urT3osKfpP+0Pv5D3NhHfJJddJJA3qZi3KTqE= X-Google-Smtp-Source: APXvYqy4BLSEPB7UDOJOYogzMIx9VEcX62yUQ2ZP9FMCWXEdHV8bO1U77hSKs55OBb654ugRwNdwLzTXSzbvciZ6qZo= X-Received: by 2002:aca:4e87:: with SMTP id c129mr1684575oib.153.1575451728902; Wed, 04 Dec 2019 01:28:48 -0800 (PST) MIME-Version: 1.0 References: <20191203200513.1758-1-wsa+renesas@sang-engineering.com> <20191203200513.1758-4-wsa+renesas@sang-engineering.com> In-Reply-To: <20191203200513.1758-4-wsa+renesas@sang-engineering.com> From: Geert Uytterhoeven Date: Wed, 4 Dec 2019 10:28:37 +0100 Message-ID: Subject: Re: [PATCH 3/5] mmc: renesas_sdhi: make quirks info accessible outside probe() To: Wolfram Sang Cc: Linux MMC List , Linux-Renesas , Yoshihiro Shimoda Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Tue, Dec 3, 2019 at 9:06 PM Wolfram Sang wrote: > We will need that for a later patch. > > Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds