From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-184.mta0.migadu.com (out-184.mta0.migadu.com [91.218.175.184]) (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 19F92253B4C for ; Thu, 17 Apr 2025 15:30:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.184 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744903807; cv=none; b=jeVz1PRiFdwcU0LlYu+XjsDvqizeKtXAXvbVEh5MiaGdo+l4wQz4cHvtNPGB4DmRTg9gRwYh1fsL1ER2h8ErOynsTAu2j19tJaPftICrw0SOfYaYDolj1xOCW9lJaRvFqo89O4rI1fflWkCGAszAoc5FVVnwvHNbJ5l2zkno2hE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744903807; c=relaxed/simple; bh=7yHU2zMjXO7YHcDIN5XLl9irHpMX2LD+Z4RtW8tNBNg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=oszZ2eVq2q81j7ltg2kEAHZgMxwwBhg4uSKNOFIh6BPximCA78BGEddPj0Ug6NRIBRDMRutjHB/D7QGaOQuzbsqBAJEcy9RwK08b6Ho2orqd31WK5kn/68TH+gfkKlX+JGX0DcoQrKXYo7AmQzzvp0m5ULxuJ/kRMl8Wu6SAR9w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=tINTPSUk; arc=none smtp.client-ip=91.218.175.184 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="tINTPSUk" Message-ID: <8d6c8f72-a8bd-43a8-b1e6-a20cafddf804@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1744903792; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jkOBPoUk+xFY5ZKRx/7lO+ZCCZvZu8C4v3s/LGW1qvM=; b=tINTPSUkz+lDh2u0qbUCc7IvYTHB0jtNBVFJ9GpvC7Xs047gwS9jy1iPUq6aP0+0OMpGTQ tDohhgUbbIgxhRG1BUFLBUe7j3DUUn7RwmiDGwOgZZ3tjEdqYt3iISZp4y0PSgaEgSxpjz LfFic1XsdEQ7osExW7l1Z8p7PX0VEsU= Date: Thu, 17 Apr 2025 11:29:38 -0400 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [net-next PATCH v3 00/11] Add PCS core support To: "Russell King (Oracle)" Cc: netdev@vger.kernel.org, Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , upstream@airoha.com, Christian Marangi , linux-kernel@vger.kernel.org, Kory Maincent , Heiner Kallweit , Alexandre Belloni , Alexandre Torgue , Clark Wang , Claudiu Beznea , Claudiu Manoil , Conor Dooley , Ioana Ciornei , Jonathan Corbet , Joyce Ooi , Krzysztof Kozlowski , Madalin Bucur , Maxime Coquelin , Michal Simek , Nicolas Ferre , Radhey Shyam Pandey , Rob Herring , Rob Herring , Robert Hancock , Saravana Kannan , UNGLinuxDriver@microchip.com, Vladimir Oltean , Wei Fang , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com References: <20250415193323.2794214-1-sean.anderson@linux.dev> <13357f38-f27f-45b5-8c6a-9a7aca41156f@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/17/25 11:24, Russell King (Oracle) wrote: > On Thu, Apr 17, 2025 at 10:22:09AM -0400, Sean Anderson wrote: >> Hi Russell, >> >> On 4/17/25 08:25, Russell King (Oracle) wrote: >> > On Tue, Apr 15, 2025 at 03:33:12PM -0400, Sean Anderson wrote: >> >> This series adds support for creating PCSs as devices on a bus with a >> >> driver (patch 3). As initial users, >> > >> > As per previous, unless I respond (this response not included) then I >> > haven't had time to look at it - and today is total ratshit so, not >> > today. >> >> Sorry if I resent this too soon. I had another look at the request for >> #pcs-cells [1], and determined that a simpler approach would be >> possible. So I wanted to resend with that change since it would let me >> drop the fwnode_property_get_reference_optional_args patches. > > Please can you send them as RFC so I don't feel the pressure to say > something before they get merged (remember, non-RFC patches to netdev > get queued up in patchwork for merging.) This series is marked "changes requested" in patchwork, so I don't think it should get merged automatically. I won't send a v4 until you've had a chance to review it. --Sean