From: David S. Miller Date: Sat, 16 Sep 2023 12:40:08 +0000 (+0100) Subject: Merge branch 'dsa-microchip-drive-strength-support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=50675d84e3995f2606306b5e23e6847273a730e9;p=linux.git Merge branch 'dsa-microchip-drive-strength-support' Oleksij Rempel says: ==================== net: dsa: microchip: add drive strength support changes v5: - rename milliamp to microamp - do not expect negative error code on snprintf - set coma after last struct element - rename found to have_any_prop changes v4: - integrate microchip feedback to the ksz9477_drive_strengths comment. - add Reviewed-by: Rob Herring changes v3: - yaml: use enum instead of min/max - do not use snprintf() on overlapping buffer. - unify ksz_drive_strength_to_reg() and ksz_drive_strength_error(). Make it usable for KSZ9477 and KSZ8830 variants. - use ksz_rmw8() in ksz9477_drive_strength_write() ==================== Signed-off-by: David S. Miller --- 50675d84e3995f2606306b5e23e6847273a730e9