Message ID | 20220427035501.17500-1-dylan_hung@aspeedtech.com (mailing list archive) |
---|---|
Headers | show |
Series | Add reset deassertion for Aspeed MDIO | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Wed, 27 Apr 2022 11:54:58 +0800 you wrote: > Add missing reset deassertion for Aspeed MDIO bus controller. The reset > is asserted by the hardware when power-on so the driver only needs to > deassert it. To be able to work with the old DT blobs, the reset is > optional since it may be deasserted by the bootloader or the previous > kernel. > > V6: > - fix merge conflict for net-next > > [...] Here is the summary with links: - [net-next,v6,1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding https://git.kernel.org/netdev/net-next/c/65e42ad98e22 - [net-next,v6,2/3] net: mdio: add reset control for Aspeed MDIO https://git.kernel.org/netdev/net-next/c/1585362250fe - [net-next,v6,3/3] ARM: dts: aspeed: add reset properties into MDIO nodes https://git.kernel.org/netdev/net-next/c/a8db203db05c You are awesome, thank you!