drivers/net/dsa/motorcomm/Kconfig | 1 + drivers/net/dsa/motorcomm/chip.c | 979 +++++++++++++++++++++++++++++- drivers/net/dsa/motorcomm/chip.h | 119 ++++ include/net/dsa.h | 2 + net/dsa/Kconfig | 6 + net/dsa/Makefile | 1 + net/dsa/tag_yt922x.c | 111 ++++ 7 files changed, 1191 insertions(+), 28 deletions(-) create mode 100644 net/dsa/tag_yt922x.c