[PATCH 0/2] spi: spi-qpic-snand: extend bitmasks usage

Gabor Juhos posted 2 patches 7 months ago
drivers/spi/spi-qpic-snand.c | 45 ++++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 22 deletions(-)
[PATCH 0/2] spi: spi-qpic-snand: extend bitmasks usage
Posted by Gabor Juhos 7 months ago
The two patches in the series are extending the usage of FIELD_PREP()
macro and predefined bitmasks usage in the driver.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
Gabor Juhos (2):
      spi: spi-qpic-snand: use CW_PER_PAGE_MASK bitmask
      spi: spi-qpic-snand: extend FIELD_PREP() macro usage

 drivers/spi/spi-qpic-snand.c | 45 ++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)
---
base-commit: 4614fd6342ab69feebb067d5db84a9bfb9aada9f
change-id: 20250515-qpic-snand-use-bitmasks-2030c19bbeb9

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>