From 37543f062a5730e7af189176466d2b73788f69bd Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 15 Sep 2022 22:08:38 +0200 Subject: [PATCH] changelog: Update for 1.2.0 --- ChangeLog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index b2705a3..7b6c92f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,22 @@ ChangeLog All notable changes to the project are documented in this file. +[v1.2.0] - 2022-09-15 +--------------------- + +### Added +- mdio: A new addressing mode "mmd-c22": Used to access MMDs attached + to MDIO controllers without Clause 45 support by using registers 13 + and 14 in the device's Clause 22 register space +- mdio: Pretty print gigabit link capability information from a PHY's + extended status register +- mdio: Pretty print lots of status information from MMDs (C45 PHYs) +- mvls: Decode priority override information of ATU entries + +### Changed +- mvls: Table listings now always prints out the device information, + even on single chip systems. + [v1.1.1] - 2022-05-23 ---------------------