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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 9B67CC04EBC for ; Fri, 16 Nov 2018 09:10:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6192C2087A for ; Fri, 16 Nov 2018 09:10:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6192C2087A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727629AbeKPTVj (ORCPT ); Fri, 16 Nov 2018 14:21:39 -0500 Received: from mail-vs1-f68.google.com ([209.85.217.68]:44727 "EHLO mail-vs1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727405AbeKPTVi (ORCPT ); Fri, 16 Nov 2018 14:21:38 -0500 Received: by mail-vs1-f68.google.com with SMTP id g68so13328296vsd.11; Fri, 16 Nov 2018 01:10:12 -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=0qIfpn7h25apnxv19ipNRo2saSk++fXxcgVKZddxbd8=; b=EE9VFIdEUGl6BOttRQ5VEbMkIQLdwLTx8OW6FKfUtKdAC55fPQAtJbRBHTRxyQo/rs 0Twmyn94E+n9YQUKPjsJV4b7tL/ErX1s9opGUwWU92D5L2oA9yK9B6fWHttIcRaKld1+ ILcOQic4mgFtparzRWVtiRPymOMZgDmsaQKUtiB3YWN8bhLwXJpJ4r0S9zY1UY35xYHh f1ye/rO6r9i0oX1F2CltVgqCVBUS1/GRn8yUYaOlwdwYbTNepxdda3/tJAGyZkbBwnN9 20Ze3Is5C0fwG6c3VypD+2myY17muvjotVUYV9sXYLYMhDqvG7ws24zyXuvxmtiRzOrP Tp0A== X-Gm-Message-State: AGRZ1gIbrcbOTvc3TRSyXw3h0PlaQa3icfQBQ7BJxlU0LMXONOo1CyRp Ilh1WnPex8z7sDGBIxUYKeiqE0pCCsDhHwFcpX4= X-Google-Smtp-Source: AJdET5dlfGYqms4VL8TAsTO4xbguV5f6uh/c85Xjvb5Y+HsSloqPxkMAmjYYAmv6yQBQjwLoHd4Z5CWuXeMdl6pHxzk= X-Received: by 2002:a67:3885:: with SMTP id n5mr3694101vsi.96.1542359412431; Fri, 16 Nov 2018 01:10:12 -0800 (PST) MIME-Version: 1.0 References: <20181115190538.17016-1-hch@lst.de> <20181115190538.17016-5-hch@lst.de> In-Reply-To: <20181115190538.17016-5-hch@lst.de> From: Geert Uytterhoeven Date: Fri, 16 Nov 2018 10:10:00 +0100 Message-ID: Subject: Re: [PATCH 4/9] PCI: consolidate PCI config entry in drivers/pci To: Christoph Hellwig Cc: Masahiro Yamada , Matt Porter , Alex Bounine , Dominik Brodowski , linux-kbuild , Linux ARM , linux-pci , Linux-Arch , Linux Kernel Mailing List , linuxppc-dev , alpha , Linux MIPS Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 15, 2018 at 8:06 PM Christoph Hellwig wrote: > There is no good reason to duplicate the PCI menu in every architecture. > Instead provide a selectable HAVE_PCI symbol that indicates availability > of PCI support, and a FORCE_PCI symbol to for PCI on and the handle the > rest in drivers/pci. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Palmer Dabbelt > Acked-by: Max Filippov > Acked-by: Thomas Gleixner > Acked-by: Bjorn Helgaas For m68k: Acked-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 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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 9BF6FC43441 for ; Fri, 16 Nov 2018 09:12:10 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E6E6E2087A for ; Fri, 16 Nov 2018 09:12:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E6E6E2087A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 42xCD75yfrzF3jk for ; Fri, 16 Nov 2018 20:12:07 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=209.85.217.68; helo=mail-vs1-f68.google.com; envelope-from=geert.uytterhoeven@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Received: from mail-vs1-f68.google.com (mail-vs1-f68.google.com [209.85.217.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 42xCB010G6zF3jg for ; Fri, 16 Nov 2018 20:10:15 +1100 (AEDT) Received: by mail-vs1-f68.google.com with SMTP id h18so13353608vsj.4 for ; Fri, 16 Nov 2018 01:10:15 -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=0qIfpn7h25apnxv19ipNRo2saSk++fXxcgVKZddxbd8=; b=Hdn5GEgtI2/29lVR3Hb17Bnc5mkuKayiQXfbuVT5q6zZ81/MrAcqhriD8tP7BI1gkt p4oyfYrKnW4uv4GsPuffBUNMfFIkU8SQdtDP0S5bAUzZDKRr8iZNiA2X7jdSq4kWv0TO jaj8b8w2NdQVrodmCJuYWOU6D2EyI8RFFpv7NPyysVX8TFwKLl58OmH/xCZDYVrdJr6B dbMzC/ajNeiTZao7XcYrJtYJy5ur19uTrgX4CH1WC8/FuGyizPmJ7q4zjvMKGWtt9jag /LI9k9E3msAvA7W4qTkrTzVh6i8rbOI+l2Xq5nFy42sOF5NRqyTMhWgeuDZaCLYPIUEh UuGA== X-Gm-Message-State: AGRZ1gJR0Rdxmh+JbZKpdbahmbaUG8tTPjOX02ji/2bu60yvVxqIlrMG UynlIab6rR+46MmUpbXyZOtg4SvG3emLlFPI2D8= X-Google-Smtp-Source: AJdET5dlfGYqms4VL8TAsTO4xbguV5f6uh/c85Xjvb5Y+HsSloqPxkMAmjYYAmv6yQBQjwLoHd4Z5CWuXeMdl6pHxzk= X-Received: by 2002:a67:3885:: with SMTP id n5mr3694101vsi.96.1542359412431; Fri, 16 Nov 2018 01:10:12 -0800 (PST) MIME-Version: 1.0 References: <20181115190538.17016-1-hch@lst.de> <20181115190538.17016-5-hch@lst.de> In-Reply-To: <20181115190538.17016-5-hch@lst.de> From: Geert Uytterhoeven Date: Fri, 16 Nov 2018 10:10:00 +0100 Message-ID: Subject: Re: [PATCH 4/9] PCI: consolidate PCI config entry in drivers/pci To: Christoph Hellwig Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux-Arch , Linux MIPS Mailing List , linux-kbuild , linux-pci , Linux Kernel Mailing List , Dominik Brodowski , Masahiro Yamada , Alex Bounine , alpha , linuxppc-dev , Linux ARM Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Nov 15, 2018 at 8:06 PM Christoph Hellwig wrote: > There is no good reason to duplicate the PCI menu in every architecture. > Instead provide a selectable HAVE_PCI symbol that indicates availability > of PCI support, and a FORCE_PCI symbol to for PCI on and the handle the > rest in drivers/pci. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Palmer Dabbelt > Acked-by: Max Filippov > Acked-by: Thomas Gleixner > Acked-by: Bjorn Helgaas For m68k: Acked-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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Fri, 16 Nov 2018 10:10:00 +0100 Subject: [PATCH 4/9] PCI: consolidate PCI config entry in drivers/pci In-Reply-To: <20181115190538.17016-5-hch@lst.de> References: <20181115190538.17016-1-hch@lst.de> <20181115190538.17016-5-hch@lst.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 15, 2018 at 8:06 PM Christoph Hellwig wrote: > There is no good reason to duplicate the PCI menu in every architecture. > Instead provide a selectable HAVE_PCI symbol that indicates availability > of PCI support, and a FORCE_PCI symbol to for PCI on and the handle the > rest in drivers/pci. > > Signed-off-by: Christoph Hellwig > Reviewed-by: Palmer Dabbelt > Acked-by: Max Filippov > Acked-by: Thomas Gleixner > Acked-by: Bjorn Helgaas For m68k: Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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