Re: [PATCH 04/13] board: dragonboard410c: Drop UNSTUFF_BITS() macro

2025-04-08 Thread Neil Armstrong
On 07/04/2025 18:59, Stephan Gerhold wrote: This was originally taken from Linux, but at this point it's an inline function upstream and no longer a macro. Given that we just want to extract the serial number from the MMC CID, let's just inline that specifically. This is also the style used in th

[PATCH 04/13] board: dragonboard410c: Drop UNSTUFF_BITS() macro

2025-04-07 Thread Stephan Gerhold
This was originally taken from Linux, but at this point it's an inline function upstream and no longer a macro. Given that we just want to extract the serial number from the MMC CID, let's just inline that specifically. This is also the style used in the MMC core code within U-Boot. Signed-off-by: