Merge branch 'polarfire-soc-macb-reset-support'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 03:01:53 +0000 (20:01 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Jul 2022 03:01:53 +0000 (20:01 -0700)
commit9d542f7bf1978fbb9378503a637498730309ed29
tree8cc16db6d7743ce8fbfba7c45cdcd96f86f1eda7
parenta2b6111b55f3d1b8d303e986db9d761571793aba
parent8a78ac73de201ba9a1dbaf8ea598dab7549a4d45
Merge branch 'polarfire-soc-macb-reset-support'

Conor Dooley says:

====================
PolarFire SoC macb reset support

The Cadence MACBs on PolarFire SoC (MPFS) have reset capability and are
compatible with the zynqmp's init function. I have removed the zynqmp
specific comments from that function & renamed it to reflect what it
does, since it is no longer zynqmp only.

MPFS's MACB had previously used the generic binding, so I also added
the required specific binding.

For v2, I noticed some low hanging cleanup fruit so there are extra
patches added for that:
moving the init function out of the config structs, aligning the
alignment of the zynqmp & default config structs with the other dozen
or so structs & simplifing the error paths to use dev_err_probe().

Feel free to apply as many or as few of those as you like.
====================

Link: https://lore.kernel.org/r/20220706095129.828253-1-conor.dooley@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>