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 08218C433DF for ; Mon, 25 May 2020 08:31:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E629A2068D for ; Mon, 25 May 2020 08:31:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730932AbgEYIbo (ORCPT ); Mon, 25 May 2020 04:31:44 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:34623 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727894AbgEYIbo (ORCPT ); Mon, 25 May 2020 04:31:44 -0400 Received: by mail-ot1-f68.google.com with SMTP id b18so13311850oti.1; Mon, 25 May 2020 01:31:42 -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=BOHOgMSOtvrMttT8QDeSyXiqFQqVxvPloVdz2ZAYSg4=; b=kUIj48FwJVJflf9L5yyotJkS4lEvvFkwq/qEMupikdAVcHGvWZVqYHZPiS5RFfVU45 //GISgykgzlkamgiTNWARuFEQk1L69JMh2Sfev3cosfASJUsjMZ/5UNPUIIzYIMJqVZm WEi4GMXdhp1yHVXp0XcQI0vRZLPJw+9RQ22qc9mOtHg01vo2NdakO6pQNHeB8HOdjWNk JI6J4Fs9Z3m5yUj+ZH/TT7X+CaGRmito6XzNensZNQGi9pdQa1aFkbxzgR+0te63Leqp 1dcNHjLOp7SbIGQPbJ1JoNPq/UZ0A7+pw8vpnuHOCJEHNUK3AhAnCzj+O9+bLWGUM39t FagQ== X-Gm-Message-State: AOAM530nc89JBZPmLl3grBlNyccxvg2Gw1jJFZ6oeVe6W3XhRkTTVZDH 94lV1ZlIIzK3y1/isdIVvgFKVruTsY6aLZqw/z8= X-Google-Smtp-Source: ABdhPJyoT2hc9i8qo+WU54flh8sYdL01Pv0pgeI/xRdS+cr2nb+efcfjcYB89kxAekLWsC0yEbwE9MWXQt9HqgEGxdM= X-Received: by 2002:a9d:564:: with SMTP id 91mr20466217otw.250.1590395500493; Mon, 25 May 2020 01:31:40 -0700 (PDT) MIME-Version: 1.0 References: <20200522234832.954484-1-robh@kernel.org> <20200522234832.954484-13-robh@kernel.org> In-Reply-To: <20200522234832.954484-13-robh@kernel.org> From: Geert Uytterhoeven Date: Mon, 25 May 2020 10:31:29 +0200 Message-ID: Subject: Re: [PATCH 12/15] PCI: rcar: Use pci_host_probe() to register host To: Rob Herring Cc: Lorenzo Pieralisi , Bjorn Helgaas , linux-pci , Linux ARM , Marek Vasut , Yoshihiro Shimoda , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hi Rob, On Sat, May 23, 2020 at 1:50 AM Rob Herring wrote: > The rcar host driver does the same host registration and bus scanning > calls as pci_host_probe, so let's use it instead. > > Cc: Marek Vasut > Cc: Yoshihiro Shimoda > Cc: linux-renesas-soc@vger.kernel.org > Signed-off-by: Rob Herring Thanks for your patch! Note that this does have 2 side effects: the "linux,pci-probe-only" DT property and the "pcie_scan_all" kernel command line option are now taken into account. Regardless: 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