On Mon, May 17, 2021 at 09:28:03PM +0200, Sander Vanheule wrote: > Basic support for MDIO bus access. Support only includes clause-22 > register access, with 5-bit addresses, and 16-bit wide registers. The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-mdio for you to fetch changes up to 1f89d2fe16072a74b34bdb895160910091427891: regmap: Add MDIO bus support (2021-05-19 14:19:10 +0100) ---------------------------------------------------------------- regmap: Add MDIO bus support ---------------------------------------------------------------- Sander Vanheule (1): regmap: Add MDIO bus support drivers/base/regmap/Kconfig | 6 ++++- drivers/base/regmap/Makefile | 1 + drivers/base/regmap/regmap-mdio.c | 57 +++++++++++++++++++++++++++++++++++++++ include/linux/regmap.h | 36 +++++++++++++++++++++++++ 4 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 drivers/base/regmap/regmap-mdio.c