This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 6d0151c8da sam_usbdevhs.c: fix compile warning
     add b343f5c0e7 drivers/net: Add a management driver for ksz9477 ethernet 
switch
     add a6388b8843 arch/risc-v/src/mpfs: Add ksz9477 initialization

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/mpfs/Kconfig                       |  31 +++
 arch/risc-v/src/mpfs/mpfs_ethernet.c               |  78 ++++++-
 drivers/net/Kconfig                                |  24 ++
 drivers/net/Make.defs                              |   9 +
 drivers/net/ksz9477.c                              | 260 +++++++++++++++++++++
 .../{power/pm/pm_governor.c => net/ksz9477_i2c.c}  |  93 +++++---
 drivers/net/ksz9477_reg.h                          | 155 ++++++++++++
 .../sam_qspi.h => include/nuttx/net/ksz9477.h      |  60 ++---
 8 files changed, 638 insertions(+), 72 deletions(-)
 create mode 100644 drivers/net/ksz9477.c
 copy drivers/{power/pm/pm_governor.c => net/ksz9477_i2c.c} (54%)
 create mode 100644 drivers/net/ksz9477_reg.h
 copy arch/arm/src/samv7/sam_qspi.h => include/nuttx/net/ksz9477.h (69%)

Reply via email to