On Mon, Jul 06, 2026 at 06:51:37PM +0100, Prabhakar wrote: > From: Lad Prabhakar > > Replace open-coded shift and mask operations with the bitfield API. > > Note that the weekday field is changed from an explicit 0x0f mask to > an 8-bit field definition, matching the hardware manual. This does not > change behaviour, as valid weekday values cannot exceed 7. > > Signed-off-by: Lad Prabhakar Not a super big fan of such changes, but OK Reviewed-by: Wolfram Sang