Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1666834
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/8] net: dsa: prefix Global macros |
| Date | 2017-06-15 18:20 +0200 |
| Message-ID | <tSFEZ-4Gu-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch series is the 2/3 step of the register definitions cleanup. It brings no functional changes. It prefixes and documents all Global (1) registers with MV88E6XXX_G1_ (or a specific model like MV88E6352_G1_STS_PPU_STATE), and prefers a 16-bit hexadecimal representation of the Marvell registers layout. The next and last patchset will prefix the Global 2 registers. Vivien Didelot (8): net: dsa: mv88e6xxx: prefix Global Status macros net: dsa: mv88e6xxx: prefix Global Switch MAC macros net: dsa: mv88e6xxx: prefix Global ATU macros net: dsa: mv88e6xxx: prefix Global VTU macros net: dsa: mv88e6xxx: prefix Global Control macros net: dsa: mv88e6xxx: prefix Global Monitor Control macros net: dsa: mv88e6xxx: prefix Global Stats macros net: dsa: mv88e6xxx: prefix Global Prio and Tag macros drivers/net/dsa/mv88e6xxx/chip.c | 118 +++++------ drivers/net/dsa/mv88e6xxx/chip.h | 4 +- drivers/net/dsa/mv88e6xxx/global1.c | 168 ++++++++++------ drivers/net/dsa/mv88e6xxx/global1.h | 343 +++++++++++++++++++------------- drivers/net/dsa/mv88e6xxx/global1_atu.c | 56 +++--- drivers/net/dsa/mv88e6xxx/global1_vtu.c | 62 +++--- drivers/net/dsa/mv88e6xxx/global2.c | 4 +- 7 files changed, 428 insertions(+), 327 deletions(-) -- 2.13.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next 0/8] net: dsa: prefix Global macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 6/8] net: dsa: mv88e6xxx: prefix Global Monitor Control macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 7/8] net: dsa: mv88e6xxx: prefix Global Stats macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 3/8] net: dsa: mv88e6xxx: prefix Global ATU macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 1/8] net: dsa: mv88e6xxx: prefix Global Status macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 2/8] net: dsa: mv88e6xxx: prefix Global Switch MAC macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 4/8] net: dsa: mv88e6xxx: prefix Global VTU macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:20 +0200
[PATCH net-next 5/8] net: dsa: mv88e6xxx: prefix Global Control macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:30 +0200
[PATCH net-next 8/8] net: dsa: mv88e6xxx: prefix Global Prio and Tag macros Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-06-15 18:30 +0200
Re: [PATCH net-next 0/8] net: dsa: prefix Global macros Andrew Lunn <andrew@lunn.ch> - 2017-06-15 19:10 +0200
Re: [PATCH net-next 0/8] net: dsa: prefix Global macros David Miller <davem@davemloft.net> - 2017-06-15 20:10 +0200
csiph-web