lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ