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, 7 Feb 2022 17:09:04 +0800 From: Joseph CHAMG <josright123@...il.com> To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, Rob Herring <robh+dt@...nel.org>, Joseph CHANG <josright123@...il.com>, joseph_chang@...icom.com.tw Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, andy.shevchenko@...il.com, andrew@...n.ch, leon@...nel.org Subject: [PATCH v18, 0/2] ADD DM9051 ETHERNET DRIVER DM9051 is a spi interface chip, need cs/mosi/miso/clock with an interrupt gpio pin Joseph CHAMG (2): dt-bindings: net: Add Davicom dm9051 SPI ethernet controller net: Add dm9051 driver .../bindings/net/davicom,dm9051.yaml | 62 + drivers/net/ethernet/davicom/Kconfig | 31 + drivers/net/ethernet/davicom/Makefile | 1 + drivers/net/ethernet/davicom/dm9051.c | 1256 +++++++++++++++++ drivers/net/ethernet/davicom/dm9051.h | 162 +++ 5 files changed, 1512 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9051.yaml create mode 100644 drivers/net/ethernet/davicom/dm9051.c create mode 100644 drivers/net/ethernet/davicom/dm9051.h base-commit: 9d922f5df53844228b9f7c62f2593f4f06c0b69b -- 2.20.1
Powered by blists - more mailing lists