[PATCH] spi: nxp_fspi: Fix clock imbalance

2022-06-15 Thread sbabic
> The nxp_fspi_default_setup() is only ever called from nxp_fspi_probe(), > where the IP clock are initially disabled. Drop the second disabling of > clock to prevent clock enable/disable imbalance reported by clock core: > " > clk qspi_root_clk already disabled > " > Signed-off-by: Marek Vasut >

Re: [PATCH] spi: nxp_fspi: Fix clock imbalance

2022-06-13 Thread Peng Fan (OSS)
在 2022/6/13 20:35, Marek Vasut 写道: The nxp_fspi_default_setup() is only ever called from nxp_fspi_probe(), where the IP clock are initially disabled. Drop the second disabling of clock to prevent clock enable/disable imbalance reported by clock core: " clk qspi_root_clk already disabled " Si

[PATCH] spi: nxp_fspi: Fix clock imbalance

2022-06-13 Thread Marek Vasut
The nxp_fspi_default_setup() is only ever called from nxp_fspi_probe(), where the IP clock are initially disabled. Drop the second disabling of clock to prevent clock enable/disable imbalance reported by clock core: " clk qspi_root_clk already disabled " Signed-off-by: Marek Vasut Cc: Fabio Este