Re: [PATCH 1/2] devm-helpers: Add resource managed version of mutex init

2024-02-28 Thread George Stark
On 2/23/24 15:26, Marek BehĂșn wrote: On Thu, 22 Feb 2024 23:42:11 +0200 andy.shevche...@gmail.com wrote: Thu, Feb 22, 2024 at 03:58:37PM +0100, Marek BehĂșn kirjoitti: A few drivers are doing resource-managed mutex initialization by implementing ad-hoc one-liner mutex dropping functions and u

Re: [PATCH v6 5/9] drm/meson: gate px_clk when setting rate

2023-07-01 Thread George Stark
Hello Neil On 6/30/23 19:29, Neil Armstrong wrote: Disable the px_clk when setting the rate to recover a fully configured and correctly reset VCLK clock tree after the rate is set. Fixes: 77d9e1e6b846 ("drm/meson: add support for MIPI-DSI transceiver") Signed-off-by: Neil Armstrong --- drive