
The first two patches of this set fix an issue with the register map definition and with the aging time of the L2 switch. The next two paches fix some typos and update the documentation for VSC9952. The last patch adds LAG support.
I made a set with all these patches mainly to assure that they are applied in the right order and no merge conflicts appear.
Codrin Ciubotariu (5): drivers: net: vsc9953: Fix number of reserved registers drivers: net: vsc9953: Fix FDB aging time doc: t1040-l2switch: Update README common: cmd_ethsw: Spelling fixes drivers: net: vsc9953: Add LAG support
common/cmd_ethsw.c | 78 +++++++++- doc/README.t1040-l2switch | 29 +++- drivers/net/vsc9953.c | 354 +++++++++++++++++++++++++++++++++++++++++++++- include/ethsw.h | 6 + include/vsc9953.h | 24 +++- 5 files changed, 480 insertions(+), 11 deletions(-)