From: Jakub Kicinski Date: Fri, 8 Jul 2022 03:01:53 +0000 (-0700) Subject: Merge branch 'polarfire-soc-macb-reset-support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9d542f7bf1978fbb9378503a637498730309ed29;p=linux.git 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 --- 9d542f7bf1978fbb9378503a637498730309ed29