Hi all,
this series introduces support for the Ethernet Media Access Controller
found in the J-Core family of SoCs.
Patch [1/3] documents the 'jcore,*' DT prefix. While there already exist
a few drivers that use this prefix, up to this point it remained
undocumented.
Patch [2/3] documents Device Tree bindings for jcore,emac.
Patch [3/3] is the EMAC driver code.
This series already had a few rounds of internal review, so some of you
might find it familiar (I carried over Reviewed-by tags, where
applicable).
Artur Rojek (3):
dt-bindings: vendor-prefixes: Document J-Core
dt-bindings: net: Add support for J-Core EMAC
net: j2: Introduce J-Core EMAC
.../devicetree/bindings/net/jcore,emac.yaml | 42 ++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/net/ethernet/Kconfig | 12 +
drivers/net/ethernet/Makefile | 1 +
drivers/net/ethernet/jcore_emac.c | 391 ++++++++++++++++++
5 files changed, 448 insertions(+)
create mode 100644 Documentation/devicetree/bindings/net/jcore,emac.yaml
create mode 100644 drivers/net/ethernet/jcore_emac.c
--
2.50.1