[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220905092007.1999943-1-oliver@schinagl.nl>
Date: Mon, 5 Sep 2022 11:20:05 +0200
From: Olliver Schinagl <oliver@...inagl.nl>
To: netdev@...r.kernel.org, Andrew Lunn <andrew@...n.ch>
Cc: inux-kernel@...r.kernel.org,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>
Subject: [PATCHv2] phy: Add helpers for setting/clearing bits in paged registers
We currently can set and clear bits on PHY registers and MMD registers,
but not on paged registers. Since all we need is the `phy_modify_paged`
function for this, lets add these helpers.
To ensure we can keep the structure of the header file and group things
logically, the prototypes for the paged functions are moved to the
prototypes for the phy and mmd functions to keep them together as well.
Changes since:
v1: Move paged functions higher to avoid compilation warnings
Powered by blists - more mailing lists