OSDN Git Service

Merge branch 'net-phy-add-helpers-for-handling-C45-10GBT-AN-register-values'
authorDavid S. Miller <davem@davemloft.net>
Tue, 19 Feb 2019 00:44:02 +0000 (16:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Feb 2019 00:44:02 +0000 (16:44 -0800)
commit778a57d93e28b10efc0fc086b20dacedcc503f48
treec1f9f95c5cd25ef13d4f4c2b658387a3a396e49d
parentbf9d787ba7ea87c5c676a73a0ba191edd5a0341a
parent96c2be34e6ceb8141015daac1a749aafce95e1bd
Merge branch 'net-phy-add-helpers-for-handling-C45-10GBT-AN-register-values'

Heiner Kallweit says:

====================
net: phy: add helpers for handling C45 10GBT AN register values

Similar to the existing helpers for the Clause 22 registers add helpers
to deal with converting Clause 45 advertisement registers to / from
link mode bitmaps.

Note that these helpers are defined in linux/mdio.h, not like the
Clause 22 helpers in linux/mii.h. Reason is that the Clause 45 register
constants are defined in uapi/linux/mdio.h. And uapi/linux/mdio.h
includes linux/mii.h before defining the C45 register constants.

v2:
- Remove few helpers which aren't used by this series. They will
  follow together with the users.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>