On 2022-06-27 5:59 PM, Pierre-Louis Bossart wrote:
On 6/27/22 10:41, Cezary Rojewski wrote:
So the framework is still fixing the flag for the driver. Ideally we would like to have all the drivers assign correct values to ->nonatomic flag themselves.
Now when I think about it, the message seems useful - at least as dev_dbg(). It _guides_ driver developer to the desired approach: setting the ->nonatomic flag for BE to '1' if the corresponding FE is already configured as such.
that would result in unnecessary changes to all machine drivers to get rid of the message...
I would have rather used the word _optional_ here. dev_dbg() is a diplomatic solution.
As I'm responsible for catpt and avs drivers, this very series fixes the issue for the former. AVS driver have had the flag set appropriately from the get go, so no fixes needed.