mbox series

[v3,0/7] remove different PHY fixups

Message ID 20210511043735.30557-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series remove different PHY fixups | expand

Message

Oleksij Rempel May 11, 2021, 4:37 a.m. UTC
changes v3:
- split arch and dts changes

changes v2:
- rebase against latest kernel
- fix networking on RIoTBoard

This patch series tries to remove most of the imx6 and imx7 board
specific PHY configuration via fixup, as this breaks the PHYs when
connected to switch chips or USB Ethernet MACs.

Each patch has the possibility to break boards, but contains a
recommendation to fix the problem in a more portable and future-proof
way.

Oleksij Rempel (7):
  ARM i.MX6q: remove PHY fixup for KSZ9031
  ARM i.MX6q: remove part of ar8031_phy_fixup()
  ARM i.MX6q: remove BMCR_PDOWN handler in ar8035_phy_fixup()
  ARM i.MX6q: remove clk-out fixup for the Atheros AR8031 and AR8035
    PHYs
  ARM i.MX6q: remove Atheros AR8035 SmartEEE fixup
  ARM: imx6sx: remove Atheros AR8031 PHY fixup
  ARM: imx7d: remove Atheros AR8031 PHY fixup

 arch/arm/mach-imx/mach-imx6q.c  | 85 ---------------------------------
 arch/arm/mach-imx/mach-imx6sx.c | 26 ----------
 arch/arm/mach-imx/mach-imx7d.c  | 22 ---------
 3 files changed, 133 deletions(-)

Comments

Shawn Guo May 23, 2021, 3:34 a.m. UTC | #1
On Tue, May 11, 2021 at 06:37:28AM +0200, Oleksij Rempel wrote:
> changes v3:
> - split arch and dts changes
> 
> changes v2:
> - rebase against latest kernel
> - fix networking on RIoTBoard
> 
> This patch series tries to remove most of the imx6 and imx7 board
> specific PHY configuration via fixup, as this breaks the PHYs when
> connected to switch chips or USB Ethernet MACs.
> 
> Each patch has the possibility to break boards, but contains a
> recommendation to fix the problem in a more portable and future-proof
> way.
> 
> Oleksij Rempel (7):
>   ARM i.MX6q: remove PHY fixup for KSZ9031
>   ARM i.MX6q: remove part of ar8031_phy_fixup()
>   ARM i.MX6q: remove BMCR_PDOWN handler in ar8035_phy_fixup()
>   ARM i.MX6q: remove clk-out fixup for the Atheros AR8031 and AR8035
>     PHYs
>   ARM i.MX6q: remove Atheros AR8035 SmartEEE fixup

Changed the subject prefix to 'ARM: imx6q: ...', and applied the series.

Shawn

>   ARM: imx6sx: remove Atheros AR8031 PHY fixup
>   ARM: imx7d: remove Atheros AR8031 PHY fixup
> 
>  arch/arm/mach-imx/mach-imx6q.c  | 85 ---------------------------------
>  arch/arm/mach-imx/mach-imx6sx.c | 26 ----------
>  arch/arm/mach-imx/mach-imx7d.c  | 22 ---------
>  3 files changed, 133 deletions(-)
> 
> -- 
> 2.29.2
>