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=-0.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 E308FC43613 for ; Fri, 21 Jun 2019 16:36:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDB442070B for ; Fri, 21 Jun 2019 16:36:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561134969; bh=w3MTzlSNPfkJ23jQYVddQNjh5XHgsJVf4841oB0zHcU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=RnXejTBo43oMkVQCuWtDFSAiwZxUblwMSFQWyFbG71gd2wozykgD8mDXwmVEi3cIp V3DAFITg1q+9DqtVUz2TENHNokRWcCF2/jVLI9nUW0zLf+7Da/K4cJFZKpiUmRL7OO XdKKhJS4F1KrbF3xHHLRT7ShTgwrWDUkZH0xZu2Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726101AbfFUQgF (ORCPT ); Fri, 21 Jun 2019 12:36:05 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:40444 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbfFUQgF (ORCPT ); Fri, 21 Jun 2019 12:36:05 -0400 Received: by mail-io1-f68.google.com with SMTP id n5so433773ioc.7 for ; Fri, 21 Jun 2019 09:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=k0Gv8DfD1efOdqhlugZQYcDCnL+VjkQIY1zETUpyLmE=; b=OMHj9VHPqt6HJV5QqUNQBFucnZ816kuNESW2vX7vWTjN2NKZQ0Ssors2vl9q/oyuMH L4gD9fWAwVneJlkOZ5wKA4kPos2/DA0u7tENNy0CRpi1DpOTAoeLOYZzZNuUhqa3NYoO l+m/HJGVQEyGbWRa42bxOPQn5wxbmn1nC6c8E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=k0Gv8DfD1efOdqhlugZQYcDCnL+VjkQIY1zETUpyLmE=; b=EL7LKS4YBzX4ZHCTvVpEhTtmS2cnaakuJV+EyOnKzZ/Qbv0r97/q5hG/9tUBj23eKa eCmVD4Oo22uXsuk9hDjDrBW6JHcsjvvDmX/sVuZv+m4Og5Nu+Z2t5b2rhmTAz2kOPtjZ PWRlTbcY9TwEeTSJT8DTHepEcOzWUETSq/4MAldAuXwyQif2j7r77Lr+eIcSYOYSQcpX /C+v+hDraOGrBZ/LPMRo+i8qQlikd+HbrZnyjxpf4RuD6uw2DnF89rsTcQNVRdZFlYwZ FWCG9BO6s5IKY0g8OncP8fKXZcm2GjaBJKWfgDTPJRO3p6kAGAkrzfPuWNzStMU6g6hL eNDg== X-Gm-Message-State: APjAAAVlUz6Jml0a5dDgvpjcA4knzpg8hcLIXXXrT0P6TNKEUfRStbaY ke7pKTMHFlg5JREhtLPEgnhH1Q== X-Google-Smtp-Source: APXvYqzGFfCvLzH6zCFRfbW14LQqv78O/rLPC0RhDAbvKNQeJ9kfbYFCwBGc/fq8J4aAggu64E2IhQ== X-Received: by 2002:a5d:8508:: with SMTP id q8mr14433265ion.31.1561134964449; Fri, 21 Jun 2019 09:36:04 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id c11sm4374026ioi.72.2019.06.21.09.36.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jun 2019 09:36:04 -0700 (PDT) Subject: Re: [PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates To: Alan Cox , Puranjay Mohan , Bjorn Helgaas , stephen@networkplumber.org, "David S. Miller" Cc: netdev , Linux Kernel Mailing List , linux-kernel-mentees@lists.linuxfoundation.org, linux-pci@vger.kernel.org References: <20190621094607.15011-1-puranjay12@gmail.com> <20190621162024.53620dd9@alans-desktop> From: Shuah Khan Message-ID: <5f04f52d-8911-4db9-4321-00334d357d54@linuxfoundation.org> Date: Fri, 21 Jun 2019 10:36:02 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190621162024.53620dd9@alans-desktop> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 6/21/19 9:20 AM, Alan Cox wrote: > On Fri, 21 Jun 2019 15:16:04 +0530 > Puranjay Mohan wrote: > >> This patch series removes the private duplicates of PCI definitions in >> favour of generic definitions defined in pci_regs.h. > > Why bother ? It's an ancient obsolete card ? > > Do you even have one to test ? > >> >> This driver only uses some of the generic PCI definitons, >> which are included from pci_regs.h and thier private versions >> are removed from skfbi.h with all other private defines. >> >> The skfbi.h defines PCI_REV_ID and other private defines with different >> names, these are renamed to Generic PCI names to make them >> compatible with defines in pci_regs.h. >> >> All unused defines are removed from skfbi.h. > > I sincerely doubt anyone on the planet is using this card any more. > > Alan > Thanks Alan! Stephen Hemminger is suggesting removal as well. Makes sense to me. David! What would you recommend the next steps are? Would like driver removed? thanks, -- Shuah