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)
commit006436316f4c77771a93bd672fea33c6c040c5d2
tree18c5b5527640ca6f0b6131f0ca157829268d163a
parente3855920661277fd56ba160d3ff28178c4e4407a
parentd83845d224a059165902ecd0e1203015c5713a78
Merge branch 'clean-up-sfp-register-definitions'

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>