Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-09 Thread Sean Anderson
On 4/7/25 12:46, Christian Marangi (Ansuel) wrote: > Il giorno lun 7 apr 2025 alle ore 18:33 Sean Anderson > ha scritto: >> >> On 4/7/25 12:27, Kory Maincent wrote: >> > On Thu, 3 Apr 2025 14:18:54 -0400 >> > Sean Anderson wrote: >> > >> >> This series adds support for creating PCSs as devices o

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-08 Thread Sean Anderson
On 4/7/25 13:25, Daniel Golle wrote: > On Mon, Apr 07, 2025 at 07:21:38PM +0200, Christian Marangi (Ansuel) wrote: >> Il giorno lun 7 apr 2025 alle ore 19:00 Sean Anderson >> > I agree that a "cells" approach would require this, but >> > >> > - There are no in-tree examples of where this is necessa

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-08 Thread Sean Anderson
On 4/7/25 13:21, Christian Marangi (Ansuel) wrote: > Il giorno lun 7 apr 2025 alle ore 19:00 Sean Anderson > ha scritto: >> >> On 4/7/25 12:46, Christian Marangi (Ansuel) wrote: >> > Il giorno lun 7 apr 2025 alle ore 18:33 Sean Anderson >> > ha scritto: >> >> >> >> On 4/7/25 12:27, Kory Maincent

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Daniel Golle
On Mon, Apr 07, 2025 at 07:21:38PM +0200, Christian Marangi (Ansuel) wrote: > Il giorno lun 7 apr 2025 alle ore 19:00 Sean Anderson > > I agree that a "cells" approach would require this, but > > > > - There are no in-tree examples of where this is necessary > > - I think this would be easy to add

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Kory Maincent
On Mon, 7 Apr 2025 12:33:28 -0400 Sean Anderson wrote: > On 4/7/25 12:27, Kory Maincent wrote: > > On Thu, 3 Apr 2025 14:18:54 -0400 > > Sean Anderson wrote: > > > >> This series adds support for creating PCSs as devices on a bus with a > >> driver (patch 3). As initial users, > >> > >> - T

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Kory Maincent
On Thu, 3 Apr 2025 14:18:54 -0400 Sean Anderson wrote: > This series adds support for creating PCSs as devices on a bus with a > driver (patch 3). As initial users, > > - The Lynx PCS (and all of its users) is converted to this system (patch 5) > - The Xilinx PCS is broken out from the AXI Ethe

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Sean Anderson
On 4/7/25 13:25, Daniel Golle wrote: > On Mon, Apr 07, 2025 at 07:21:38PM +0200, Christian Marangi (Ansuel) wrote: >> Il giorno lun 7 apr 2025 alle ore 19:00 Sean Anderson >> > I agree that a "cells" approach would require this, but >> > >> > - There are no in-tree examples of where this is necessa

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Christian Marangi (Ansuel)
Il giorno lun 7 apr 2025 alle ore 19:00 Sean Anderson ha scritto: > > On 4/7/25 12:46, Christian Marangi (Ansuel) wrote: > > Il giorno lun 7 apr 2025 alle ore 18:33 Sean Anderson > > ha scritto: > >> > >> On 4/7/25 12:27, Kory Maincent wrote: > >> > On Thu, 3 Apr 2025 14:18:54 -0400 > >> > Sean

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Christian Marangi (Ansuel)
Il giorno lun 7 apr 2025 alle ore 18:33 Sean Anderson ha scritto: > > On 4/7/25 12:27, Kory Maincent wrote: > > On Thu, 3 Apr 2025 14:18:54 -0400 > > Sean Anderson wrote: > > > >> This series adds support for creating PCSs as devices on a bus with a > >> driver (patch 3). As initial users, > >>

Re: [RFC net-next PATCH 00/13] Add PCS core support

2025-04-07 Thread Sean Anderson
On 4/7/25 12:27, Kory Maincent wrote: > On Thu, 3 Apr 2025 14:18:54 -0400 > Sean Anderson wrote: > >> This series adds support for creating PCSs as devices on a bus with a >> driver (patch 3). As initial users, >> >> - The Lynx PCS (and all of its users) is converted to this system (patch 5) >>

[RFC net-next PATCH 00/13] Add PCS core support

2025-04-03 Thread Sean Anderson
This series adds support for creating PCSs as devices on a bus with a driver (patch 3). As initial users, - The Lynx PCS (and all of its users) is converted to this system (patch 5) - The Xilinx PCS is broken out from the AXI Ethernet driver (patches 6-8) - The Cadence MACB driver is converted to