From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4E94331214 for ; Fri, 15 May 2026 16:44:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778863448; cv=none; b=tieLVXHnWb+5jqQ7CIqPuosOncMmnZVPNnFnusoMt3PvKXLlx7CvtoWHRS+7c2nf1xOxUzoLPqJrZosSFgT0KTXgR6TZbTvD64YIKYP6j1cH3uK0umsDwOdT7n5RB7AlG6vQHDOY4hq2nd8PtvaUtF/b7/mEE+2m8KTriMGR+50= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778863448; c=relaxed/simple; bh=qEGHeTHTB5/uUgZai71P/1vmcO3UUZGvctapHQgBDOQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qzt9WmrQUc3gdxMh/dp1ByGVhkFPk9radcDsT5OwX4yDjmTp7dBDq61t6genDUV0k7mU6Qg0bRuJBrQWQDDltPeJG9hpibfv1PuLOTIOfCnrN7XOuHn895BPy+w4M5/fwOySaCrQ22+7sbVjzonH3WhEw7sIVwfkdYQmwuxc7ts= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=RQ70Fcs2; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="RQ70Fcs2" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=di4WxEwImvWxYCM4Z6mGnsS0K4LS8j6Oo7Kf+kLHwak=; b=RQ 70Fcs2BzqVStTSQZDX3X3ibiZhzuwKnrpTO7FgzgJyoMcCYMnb/I2rrmrAX6eMqKsiBqSTEBbMWdI XKX9XOBWLJi7JLC5FVnzbVMlN7Y+ezFY8R9CwB77iIBv3iHkdB0ZDl3Y1n0gbaMBjW2nOFYUcm/Sl JSC8V7KepvQy6C0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wNvdt-0035ga-Et; Fri, 15 May 2026 18:44:05 +0200 Date: Fri, 15 May 2026 18:44:05 +0200 From: Andrew Lunn To: Petr Wozniak Cc: netdev@vger.kernel.org, bjorn@mork.no, linux-phy@lists.infradead.org Subject: Re: [PATCH] net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c Message-ID: <32b1d434-7286-491e-9702-7816b0dd3700@lunn.ch> References: <20260515161834.23628-1-petr.wozniak@gmail.com> <20260515162232.23758-1-petr.wozniak@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260515162232.23758-1-petr.wozniak@gmail.com> On Fri, May 15, 2026 at 06:22:32PM +0200, Petr Wozniak wrote: > I realise I sent v2 without testing it on hardware first — apologies. > I will test and follow up with a v3 with Tested-by once verified. Please take a read of https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html https://docs.kernel.org/process/submitting-patches.html You need to include a version number in the Subject line, and indicate which tree this patch is for. Also, please start a new thread for every version of the patch. Andrew