layerscape: add patches for SFP support on DPAA2 platforms
authorMathew McBride <matt@traverse.com.au>
Tue, 6 Jun 2023 07:39:14 +0000 (07:39 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Jun 2023 14:02:19 +0000 (16:02 +0200)
commita7bd96c98f8f6901f7c163719847611af22d5471
tree6c02e2fab7190ef3fa35be79257d4e6bfb087f4b
parentaf0546da3440dba24217949527e503820350ff05
layerscape: add patches for SFP support on DPAA2 platforms

This is required for managed operation of the SFP ports on
the Ten64 (LS1088A) and other boards.

The two issues resolved are:
- Validation of 10G SFP link modes fail as Linux did not
  consider the equivalence of modes like XFI, 10GBase-R
- Fix a locking issue that prevented the system rebooting
  when SFP ports were controlled by the SFP driver.

Please note, these patches are replaced by upstream ones
in 6.x, see: commit 61ec9a8154a5 ("armvirt: add SFP support
patches for NXP Layerscape DPAA2 platforms") in OpenWrt for
the relevant patches.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
target/linux/layerscape/patches-5.15/703-net-dpaa2-mac-add-support-for-more-10G-modes.patch [new file with mode: 0644]
target/linux/layerscape/patches-5.15/704-dpaa2-eth-do-not-hold-rtnl_lock.patch [new file with mode: 0644]