On Thu, 15 Sept 2022 at 01:11, Joel Stanley <[email protected]> wrote: > > On Tue, 23 Aug 2022 at 04:54, Joel Stanley <[email protected]> wrote: > > > > On Mon, 8 Aug 2022 at 12:16, Joel Stanley <[email protected]> wrote: > > > > > > Back in 2019 Sam submitted NC-SI support. The NC-SI PHY driver was > > > merged (patches 1 and 2), but we never got around to merging patches 3 > > > and 4: > > > > > > > > > https://lore.kernel.org/u-boot/[email protected]/ > > > > > > Sam as long since moved on from working on the Aspeed BMCs, but the code > > > has been in use in the vendor fork for some time. > > > > > > This refreshes his patches and enables support in the Aspeed defconfigs, > > > giving compile coverage to the NC-SI phy. > > > > > > v4 splits the ncsi integration and cmd code into separate patches, and > > > adds r-b from Ramon and Cédric to patches 3 and 4. > > > > We have review on these patches now. Can we get them merged? > > ping
Hello! Is there anything I can do to help get these merged? > > > > > > > > > Joel Stanley (1): > > > config/aspeed: Enable NC-SI support > > > > > > Samuel Mendoza-Jonas (3): > > > net: NC-SI setup and handling > > > cmd: Add ncsi command > > > net/ftgmac100: Add NC-SI mode support > > > > > > include/net.h | 2 +- > > > include/phy.h | 2 ++ > > > cmd/net.c | 22 ++++++++++++++++++++++ > > > drivers/net/ftgmac100.c | 14 ++++++++++---- > > > drivers/net/phy/ncsi.c | 1 + > > > drivers/net/phy/phy.c | 9 ++++++++- > > > net/net.c | 27 ++++++++++++++++++++++++++- > > > cmd/Kconfig | 8 ++++++++ > > > configs/evb-ast2500_defconfig | 2 ++ > > > configs/evb-ast2600_defconfig | 2 ++ > > > 10 files changed, 82 insertions(+), 7 deletions(-) > > > > > > -- > > > 2.35.1 > > >

