mbox series

[net-next,0/2] Clean up SFP register definitions

Message ID Y1qFvaDlLVM1fHdG@shell.armlinux.org.uk (mailing list archive)
Headers show
Series Clean up SFP register definitions | expand

Message

Russell King (Oracle) Oct. 27, 2022, 1:21 p.m. UTC
Hi,

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

 include/linux/sfp.h | 187 +++++++++++++++++++++++++++-------------------------
 1 file changed, 97 insertions(+), 90 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2022, 5:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 27 Oct 2022 14:21:01 +0100 you wrote:
> Hi,
> 
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: sfp: convert register indexes from hex to decimal
    https://git.kernel.org/netdev/net-next/c/17dd361119e5
  - [net-next,2/2] net: sfp: move field definitions along side register index
    https://git.kernel.org/netdev/net-next/c/d83845d224a0

You are awesome, thank you!