[PATCH] net: phy: motorcomm: Add support for YT8511 PHY

2023-08-05 Thread Nicolas Frattaroli
The YT8511 ethernet PHYs can be found on e.g. the SOQuartz or the Quartz64. Add rudimentary support for them. Signed-off-by: Nicolas Frattaroli --- drivers/net/phy/Kconfig | 2 +- drivers/net/phy/motorcomm.c | 88 + 2 files changed, 89 insertions(+), 1

Re: [PATCH] rockchip: rk3328: Set VOP QoS to high priority

2023-01-04 Thread Nicolas Frattaroli
On Mittwoch, 4. Januar 2023 12:21:35 CET Jagan Teki wrote: > On Sat, Jul 23, 2022 at 10:31 PM Nicolas Frattaroli > wrote: > > > > The default priority for the quality of service for the video > > output results in unsightly glitches on the output whenever there >

Re: [PATCH] rockchip: rk3328: Set VOP QoS to high priority

2023-01-04 Thread Nicolas Frattaroli
On Freitag, 21. Oktober 2022 14:30:39 CET Nicolas Frattaroli wrote: > On Samstag, 23. Juli 2022 13:28:36 CEST Nicolas Frattaroli wrote: > > The default priority for the quality of service for the video > > output results in unsightly glitches on the output whenever there > >

Re: [PATCH] rockchip: rk3328: Set VOP QoS to high priority

2022-10-21 Thread Nicolas Frattaroli
On Samstag, 23. Juli 2022 13:28:36 CEST Nicolas Frattaroli wrote: > The default priority for the quality of service for the video > output results in unsightly glitches on the output whenever there > is memory pressure on the system, which happens a lot. > > This sets the VOP QoS t

[PATCH] rockchip: rk3328: Set VOP QoS to high priority

2022-07-23 Thread Nicolas Frattaroli
The default priority for the quality of service for the video output results in unsightly glitches on the output whenever there is memory pressure on the system, which happens a lot. This sets the VOP QoS to high priority, which fixes this issue. Signed-off-by: Nicolas Frattaroli --- arch/arm