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 2E4DD2877F7; Fri, 27 Mar 2026 23:52:00 +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=1774655521; cv=none; b=VFIUgPnSalS0ziXyVAmqmhQE/iENoYOSrhY7ZUpVPGnAd91oy0kX9Kjlc9ZYnj7C03C35PNABAmEJoz6uU8vLluaq3canLLJ0yUfkZEefu2YBiD1infddbAskeYRPmxA2p7EKGJETgyYWJRXC02YvGWjddPQWVdszQyuyjECKYU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774655521; c=relaxed/simple; bh=n0HrjJh23j5s50K5kpsr4BouiZnYXdlRUEa9ow7Kb4Y=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YvRFB9lQMRs6hf1veIN/jjAgyi6yKW1CzqoDBOD4t6JTmIR+vnpyhiHyusHDUzKGB9+ljEXbmBLGJdERq29Ti107bZ0MQnTqg07g7mpIpoLgbXdgWsSA2jz3x0XFVmR/OX8ExcB18gc6e/U/9Qk06stOztixZ9j7QhYHqrXtPGU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gwLYaP5k; 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="gwLYaP5k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBA5DC19423; Fri, 27 Mar 2026 23:51:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774655520; bh=n0HrjJh23j5s50K5kpsr4BouiZnYXdlRUEa9ow7Kb4Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=gwLYaP5ksGsFt8e4rlR7SJ0Rexulhn2UiIUQdWePHurcrDfv1XUoLkV8v1yMtYiPz w4V9OzW0NWKHns3JnErxN2IWP0SCZYIKfUnkzvugOpIzXHua/OPeeznRCYLF4cvQmC oYZCRIBRhFsCqN5AW4LpKe6P/EmsAYKb2/Pyt+jlRqa3LnoMdYdJuUiTXmzYelM855 mee2hSEVMth36KZYZeWy8am5Z5WDt6waeD1TR6EpZppbfDhEiZ5PZC9D0mrN34bJJo YWKrt8xVFejfdb64NxAdCw10r6c9P9qc75tNuVdLscaIPRkaMHzNo2p/jNgpf192KD C/JiPdPiOZNWw== Date: Fri, 27 Mar 2026 16:51:58 -0700 From: Jakub Kicinski To: Charles Perry Cc: , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , "Rob Herring" , Krzysztof Kozlowski , "Conor Dooley" , Heiner Kallweit , "Russell King" , , Subject: Re: [PATCH net-next v2 0/2] Add support for PIC64-HPSC/HX MDIO controller Message-ID: <20260327165158.505855eb@kernel.org> In-Reply-To: References: <20260323220254.3822444-1-charles.perry@microchip.com> <20260326203309.7154152d@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 Fri, 27 Mar 2026 05:34:32 -0700 Charles Perry wrote: > On Thu, Mar 26, 2026 at 08:33:09PM -0700, Jakub Kicinski wrote: > > On Mon, 23 Mar 2026 15:02:52 -0700 Charles Perry wrote: > > > .../net/microchip,pic64hpsc-mdio.yaml | 68 +++++++ > > > drivers/net/mdio/Kconfig | 7 + > > > drivers/net/mdio/Makefile | 1 + > > > drivers/net/mdio/mdio-pic64hpsc.c | 192 ++++++++++++++++++ > > > > Speaking under correction from PHY maintainers but I think we need > > a MAINTAINERS entry that will cover Microchip MDIO, or at least the > > files you're adding. Important read: > > https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.html > > Sure, I think this should go under "RISC-V MICROCHIP SUPPORT" or maybe a > new "MICROCHIP PIC64-HPSC/HX DRIVER" entry if the former was meant only for > Polarfire SoC. > > I'll add something in v3. Thanks! FWIW I'd prefer the latter - smaller entries make the responsibility clear. Under a big arch entry the maintainers are usually seeing too many random patches to act. You can add _both_ dedicated a entry and add the files to RISC-V MICROCHIP, if you prefer, too.