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=ham 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 26F86C43613 for ; Fri, 21 Jun 2019 16:36:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EFE2F208C3 for ; Fri, 21 Jun 2019 16:36:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561134967; bh=w3MTzlSNPfkJ23jQYVddQNjh5XHgsJVf4841oB0zHcU=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=YcdiL6wuRLcr76238/YETAP/NFCmyKOgB6gF8cNqRpeWrGQAwzgVslbUa6DuhTafG c6xZMMXnUnX8BWCsZcAuJQJ5gOuCg1orRfXxrMznp+6geo5evuw9H4NLz8V84qFsCH G7+t5KR7zF0egMrwt6D0Nt1pfNd0RnnKr7vppQ7s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726114AbfFUQgF (ORCPT ); Fri, 21 Jun 2019 12:36:05 -0400 Received: from mail-io1-f67.google.com ([209.85.166.67]:46153 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726002AbfFUQgF (ORCPT ); Fri, 21 Jun 2019 12:36:05 -0400 Received: by mail-io1-f67.google.com with SMTP id i10so584979iol.13 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=WcNW1GT7aXwNv5qX43rw07ujtMrWe08i8EO2bhZZ8I884dvx68Sk+6Jv8Icl9AfIRS C+CQNUMnB0lmvMrr1u4JB3UersMr7Yuh1oOcEQCNqlvq0esRsxTi2pANR7yXi6jcGkpL jhJws3KsWMd73V1VkakyhMbmwD5sr/DVskavQaOYGX30AbW54GWNSQ5/mzAzjwKuGMos lJZddv3MdtqT1VYBJMl2azTXxbutn9kF2tjYtuhbGA1QokC6hP3qKJKkDAX9bL8pLQQZ wlDqMMV1gSRrUoyJEOnPy0dkS1nb+cfgJ1E8VHRYqdUsvPLJIUne5YRLLWyXqPvbMDCC URzQ== X-Gm-Message-State: APjAAAViGgaiGtdghAcsVHrdfc++WiJMmUTgYzKyMizy1IMqPqVQGKGg 8z/xdK3Qzuxj8kYf0d48F24eFfBnU0Q= 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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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