Am Montag, 25. August 2025, 10:28:22 Mitteleuropäische Sommerzeit schrieb Nicolas Frattaroli: > The era of hand-rolled HIWORD_UPDATE macros is over, at least for those > drivers that use constant masks. > > Switch to the new FIELD_PREP_WM16 macro in hw_bitfield.h, which has > error checking. Instead of redefining the driver's HIWORD_UPDATE macro > in this case, replace the two only instances of it with the new macro, > as I could test that they result in an equivalent value. > > Acked-by: Ulf Hansson <ulf.hans...@linaro.org> > Signed-off-by: Nicolas Frattaroli <nicolas.frattar...@collabora.com>
Reviewed-by: Heiko Stuebner <he...@sntech.de> and going from $random-hex-value to GENMASK is a nice added benefit