generic: 5.15: fix new AQR PHY patches
authorRobert Marko <robimarko@gmail.com>
Sat, 8 Jan 2022 13:39:54 +0000 (14:39 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 27 Mar 2022 01:17:24 +0000 (02:17 +0100)
commit81fdb6afe3e4068d8ebac127523b5c6175eb551a
tree77abe45f3bb7db48b5420f460c289b5fe0f9b479
parentec818e5d291169784f183680c2b4013174324b68
generic: 5.15: fix new AQR PHY patches

After fixing the original 720 patch, it looks like more were added for
additional AQR ID-s.

Patches that add the additional AQR PHY ID-s is just copy/paste from 5.10
and kernel 5.11 dropped the ack_interrupt method for PHY IRQ handling,
instead handle_interrupt is used.

So, simply switch to using handle_interrupt like other upstream AQR PHY-s.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/hack-5.15/722-net-phy-aquantia-enable-AQR112-and-AQR412.patch
target/linux/generic/hack-5.15/724-net-phy-aquantia-Add-AQR113-driver-support.patch
target/linux/generic/hack-5.15/725-net-phy-aquantia-add-PHY_IDs-for-AQR112-variants.patch