mbox series

[net-next,0/4] Improve the register/bit definitions in the Ether driver

Message ID 41a26045-c70e-32d7-b13e-8a8bd0834fcc@omprussia.ru (mailing list archive)
Headers show
Series Improve the register/bit definitions in the Ether driver | expand

Message

Sergey Shtylyov March 12, 2021, 8:42 p.m. UTC
Here are 4 patches against DaveM's 'net-next' repo. Mainly I'm renaming the register *enum*
tags/entries to match the SoC manuals,and also moving the RX-TX descriptor *enum*s closer to
the corresponding *struct*s...

[1/4] sh_eth: rename TRSCER bits
[2/4] sh_eth: rename PSR bits
[3/4] sh_eth: rename *enum*s still not matching register names
[4/4] sh_eth: place RX/TX descriptor *enum*s after their *struct*s