lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 25 May 2020 18:29:12 +0800 From: Fugang Duan <fugang.duan@....com> To: peppe.cavallaro@...com, alexandre.torgue@...com, joabreu@...opsys.com, kuba@...nel.org, davem@...emloft.net Cc: netdev@...r.kernel.org, mcoquelin.stm32@...il.com, p.zabel@...gutronix.de, linux-stm32@...md-mailman.stormreply.com, linux-arm-kernel@...ts.infradead.org, fugang.duan@....com Subject: [PATCH net 0/2] net: ethernet: dwmac: add Ethernet glue layer for NXP imx8 chip NXP imx8mp/imx8dxl sillicon integrate Synopsys MAC 5.10a IP. The patch is to add Ethernet glue layer for NXP imx8 chips support. It mainly handles the platform things like clocks, dwmac address width, txclk rate adjustion and phy interface selection. Fugang Duan (2): net: ethernet: dwmac: add Ethernet glue logic for NXP imx8 chip dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer .../devicetree/bindings/net/imx-dwmac.txt | 56 ++++ drivers/net/ethernet/stmicro/stmmac/Kconfig | 13 + drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 311 +++++++++++++++++++++ 4 files changed, 381 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/imx-dwmac.txt create mode 100644 drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c -- 2.7.4
Powered by blists - more mailing lists