Merge branch 'clean-up-sfp-register-definitions'
authorJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 04:56:22 +0000 (21:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Oct 2022 04:56:22 +0000 (21:56 -0700)
Russell King says:

====================
Clean up SFP register definitions

This two-part patch series cleans up the SFP register definitions by
1. converting them from hex to decimal, as all the definitions in the
   documents use decimal, this makes it easier to cross-reference.
2. moving the bit definitions for each register along side their
   register address definition
====================

Link: https://lore.kernel.org/r/Y1qFvaDlLVM1fHdG@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge