]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'introduce-en7581-ethernet-support'
authorJakub Kicinski <kuba@kernel.org>
Sun, 14 Jul 2024 14:46:55 +0000 (07:46 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 14 Jul 2024 14:46:55 +0000 (07:46 -0700)
commitecb1e1dcb7b5d68828c13ab3f99e399b4ec0c350
treef3d00d64cd4397a5d8b3797ec865b271e6314f1a
parent861f34e61774ff3c2c0d0a87592518ff6e68d889
parent23020f04932701d5c8363e60756f12b43b8ed752
Merge branch 'introduce-en7581-ethernet-support'

Lorenzo Bianconi says:

====================
Introduce EN7581 ethernet support

Add airoha_eth driver in order to introduce ethernet support for
Airoha EN7581 SoC available on EN7581 development board.
EN7581 mac controller is mainly composed by Frame Engine (FE) and
QoS-DMA (QDMA) modules. FE is used for traffic offloading (just basic
functionalities are supported now) while QDMA is used for DMA operation
and QOS functionalities between mac layer and the dsa switch (hw QoS is
not available yet and it will be added in the future).
Currently only hw lan features are available, hw wan will be added with
subsequent patches.
====================

Link: https://patch.msgid.link/cover.1720818878.git.lorenzo@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>