From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 04CED2FD695; Mon, 18 May 2026 22:52:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779144766; cv=none; b=Eh/bbTNtiDL9RwpyuD0FBS/DDW1XfkKDUcd3hMLXYQZB+ylrpupNYOcZXDzg7yocmjDLEj9dTax9lXa1++Rx9tW5oBe+1+oSX6bVcVkc+Q19XYwdV86x3owWmrIWmpEwWuFzv7gRJzgx6Akbkmq0xWh5DqmvXZs2pRb+U09mK/4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779144766; c=relaxed/simple; bh=jqNm7F0L0ueD2m/4Jv94ZtJyTZRWEJneJ2TmKhe3Zzw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=e/6ohaiJnjNVxzftymz3KNJ//FQST2NlV/idT+rwsO46C0jGBLJJgqZ1UwX6EiWjeYzt6m7I4kCO7e77L84ETQFw6YSQg6PlvI0PuytO+fGx0J8b/qvsodf3AEV70FiALH1dOqJcfuqZal8ylNlte8DU+8G8bUSbmFgiVv//oMQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cUmdd0Ux; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cUmdd0Ux" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 008A8C2BCB7; Mon, 18 May 2026 22:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779144765; bh=jqNm7F0L0ueD2m/4Jv94ZtJyTZRWEJneJ2TmKhe3Zzw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cUmdd0UxbWS8kjCHTD+qPSTtS3gqWqr3AiBWIYgVHq3vXR0/ybkZzYajMd26dZncW wKwTE25l3iUJYdM+iS4t5u+6w3sMYVaIK/H7lA0Y6fNEyJUnLzoPSN+F5HSrTy42Ba 5shSj3XrtdYwPry0Vd0dF6dgFnRiYWdChP3DB7oDKHhK66PhLUh1558Ssdw4y0+sFh gjv3itWoEeKkFoITDlJau5zDaVPpobcDnq7gjlFGTWlWI7LGL4wdAvRc4EhJUyg5Uq luJJutFG8+0/w1QutTlJ+P/tDt7wRylyQVBpl6bcXMJf5nt4iJPE9A52AQ+VotBnPX UWvbKuro5092w== Date: Mon, 18 May 2026 15:52:44 -0700 From: Jakub Kicinski To: Linus Walleij Cc: Woojung Huh , UNGLinuxDriver@microchip.com, Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marek Vasut , Simon Horman , Russell King , netdev@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/5] net: dsa: microchip: Add support for KSZ8995XA/KS8995XA Message-ID: <20260518155244.575afa75@kernel.org> In-Reply-To: References: <20260516-ks8995-to-ksz8-v1-0-70d0ef4aa5f4@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 16 May 2026 17:04:38 +0200 Linus Walleij wrote: > > This series breaks with the dated attempt to polish the old > > KS8995 driver, and instead implement support for the KS8995XA > > in the KSZ driver, and after that delete the old KS8995 driver. > > Obviously the patch series should have "net-next" in the > patch brackets. I am just expecting review comments and > AI buzz so I will need to spin many versions anyway. Looks like there some AI buzz in sashiko, but also - it doesn't apply on net-next.