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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 39019C43381 for ; Fri, 5 Mar 2021 22:56:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 044A76509E for ; Fri, 5 Mar 2021 22:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230089AbhCEWzb (ORCPT ); Fri, 5 Mar 2021 17:55:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:47460 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbhCEWzT (ORCPT ); Fri, 5 Mar 2021 17:55:19 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E8D1564F11; Fri, 5 Mar 2021 22:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614984919; bh=1CrTjEZoV5A6twTZemcbfp0/ikfp7xshxhN94nII4HE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XRapI5bpZ/1gK1LK9S7TSPUmza0m/ryBvnmYdNmJMrQYclcI3aKjGqvdIf7P3gBsr sIx/uR24OOOKgZO/njQqR8wwiTfBpYVyJrU42CAXPmTpYAuVXXClrBY/Pl4KCC/PZE JuebKxzrNx1UJE2KZ/taEaCZ5fNZfYd22tMCW+KpFAMs5niNTLXgSSBEHbcq5ghDXp UB4HEicHVpdZGvCJ4NrgCgBmPaHtWmhze3EtVG82tsBm9qUeBS7lu5k2cRjpo//j3b rmg7JcY8mDcm1D8RKS0Jr1t0qeDrvyv2qRa4vxKQ3qSsvP93CIuwXVIuRyAcVgNwnk L8Z7SkIs4tXHQ== Date: Fri, 5 Mar 2021 14:55:18 -0800 From: Jakub Kicinski To: "Don Bollinger" Cc: "'Andrew Lunn'" , , , , , , , , , , "'netdev'" , "'Moshe Shemesh'" Subject: Re: [PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS Message-ID: <20210305145518.57a765bc@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <003901d711f2$be2f55d0$3a8e0170$@thebollingers.org> References: <20210215193821.3345-1-don@thebollingers.org> <000901d70cb2$b2848420$178d8c60$@thebollingers.org> <004f01d70ed5$8bb64480$a322cd80$@thebollingers.org> <003901d711f2$be2f55d0$3a8e0170$@thebollingers.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 5 Mar 2021 11:07:08 -0800 Don Bollinger wrote: > Acknowledging your objections, I nonetheless request that optoe be accepted > into upstream as an eeprom driver in drivers/misc/eeprom. It is a > legitimate driver, with a legitimate user community, which deserves the > benefits of being managed as a legitimate part of the linux kernel. It's in the best interest of the community to standardize on how we expect things to operate. You're free to do whatever you want in your proprietary systems but please don't expect us to accept a parallel, in now way superior method of accessing SFPs.