From: Mark Brown Date: Mon, 11 May 2026 12:05:13 +0000 (+0900) Subject: spi: Use FIELD_MODIFY() for bitfield operations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe46080cc0a73b05b1fb6a18dc519664999cb0be;p=thirdparty%2Fkernel%2Flinux.git spi: Use FIELD_MODIFY() for bitfield operations Hans Zhang <18255117159@163.com> says: Replace open-coded bitfield modifications with the standard FIELD_MODIFY() macro across multiple SPI controller drivers. This improves readability and adds compile-time checking without functional changes. Each patch modifies a single driver, allowing independent review and application. Link: https://patch.msgid.link/20260430155456.36998-1-18255117159@163.com Signed-off-by: Mark Brown --- fe46080cc0a73b05b1fb6a18dc519664999cb0be