Re: [PATCH] drm/bridge: tc358764: Use BIT() macro for actual bits

2023-06-22 Thread rfoss
From: Robert Foss On Thu, 15 Jun 2023 22:16:35 +0200, Marek Vasut wrote: > None of these four bits are bitfields, use BIT() macro and treat > them as bits. No functional change. > > Applied, thanks! [1/1] drm/bridge: tc358764: Use BIT() macro for actual bits

Re: [PATCH] drm/bridge: tc358764: Use BIT() macro for actual bits

2023-06-16 Thread Sam Ravnborg
On Thu, Jun 15, 2023 at 10:16:35PM +0200, Marek Vasut wrote: > None of these four bits are bitfields, use BIT() macro and treat > them as bits. No functional change. > > Signed-off-by: Marek Vasut I always find FLD_VAL() hard to follow. Reviewed-by: Sam Ravnborg > --- > Cc: Andrzej Hajda >

[PATCH] drm/bridge: tc358764: Use BIT() macro for actual bits

2023-06-15 Thread Marek Vasut
None of these four bits are bitfields, use BIT() macro and treat them as bits. No functional change. Signed-off-by: Marek Vasut --- Cc: Andrzej Hajda Cc: Daniel Vetter Cc: David Airlie Cc: Jernej Skrabec Cc: Jonas Karlman Cc: Laurent Pinchart Cc: Neil Armstrong Cc: Robert Foss Cc: