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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 D3F84C433FE for ; Thu, 10 Dec 2020 03:39:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8068123A1D for ; Thu, 10 Dec 2020 03:39:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730054AbgLJDj2 convert rfc822-to-8bit (ORCPT ); Wed, 9 Dec 2020 22:39:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45380 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729136AbgLJDj2 (ORCPT ); Wed, 9 Dec 2020 22:39:28 -0500 Received: from mail.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 540EEC0613CF for ; Wed, 9 Dec 2020 19:38:48 -0800 (PST) Received: from localhost (unknown [IPv6:2601:601:9f00:477:9e51:a893:b0fe:602a]) by mail.monkeyblade.net (Postfix) with ESMTPSA id 756B14D259C21; Wed, 9 Dec 2020 19:38:47 -0800 (PST) Date: Wed, 09 Dec 2020 19:38:47 -0800 (PST) Message-Id: <20201209.193847.1853316342833410585.davem@davemloft.net> To: linux@armlinux.org.uk Cc: andrew@lunn.ch, hkallweit1@gmail.com, kuba@kernel.org, netdev@vger.kernel.org, pali@kernel.org Subject: Re: [PATCH RESEND net-next 0/2] Add support for VSOL V2801F/CarlitoxxPro CPGOS03 GPON module From: David Miller In-Reply-To: <20201209112152.GT1551@shell.armlinux.org.uk> References: <20201209112152.GT1551@shell.armlinux.org.uk> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.6.2 (mail.monkeyblade.net [0.0.0.0]); Wed, 09 Dec 2020 19:38:47 -0800 (PST) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Russell King - ARM Linux admin Date: Wed, 9 Dec 2020 11:21:52 +0000 > Hi, > > This patch set adds support for the V2801F / CarlitoxxPro module. This > requires two changes: > > 1) the module only supports single byte reads to the ID EEPROM, > while we need to still permit sequential reads to the diagnostics > EEPROM for atomicity reasons. > > 2) we need to relax the encoding check when we have no reported > capabilities to allow 1000base-X based on the module bitrate. > > Thanks to Pali Rohár for responsive testing over the last two days. > > (Resending, dropping the utf-8 characters in Pali's name so the patches > get through vger. Added Andrew's r-b tags.) Series applied, thanks.