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: Thu, 23 Sep 2021 07:44:40 -0500 From: Rob Herring <robh@...nel.org> To: Horatiu Vultur <horatiu.vultur@...rochip.com> Cc: davem@...emloft.net, kuba@...nel.org, andrew@...n.ch, linux@...linux.org.uk, f.fainelli@...il.com, alexandre.belloni@...tlin.com, vladimir.oltean@....com, UNGLinuxDriver@...rochip.com, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-phy@...ts.infradead.org, linux-pm@...r.kernel.org Subject: Re: [RFC PATCH net-next 03/12] phy: Add lan966x ethernet serdes PHY driver On Mon, Sep 20, 2021 at 11:52:09AM +0200, Horatiu Vultur wrote: > Add the Microchip lan966x ethernet serdes PHY driver for 1G interfaces > available in the lan966x SoC. > > Signed-off-by: Horatiu Vultur <horatiu.vultur@...rochip.com> > --- > drivers/phy/microchip/Kconfig | 8 + > drivers/phy/microchip/Makefile | 1 + > drivers/phy/microchip/lan966x_serdes.c | 525 ++++++++++++++++++++ > drivers/phy/microchip/lan966x_serdes_regs.h | 482 ++++++++++++++++++ > include/dt-bindings/phy/lan966x_serdes.h | 14 + This belongs with the binding change. > 5 files changed, 1030 insertions(+) > create mode 100644 drivers/phy/microchip/lan966x_serdes.c > create mode 100644 drivers/phy/microchip/lan966x_serdes_regs.h > create mode 100644 include/dt-bindings/phy/lan966x_serdes.h
Powered by blists - more mailing lists