Re: [PATCH 1/1] riscv: define find_{first,next}_zero_bit in asm/bitops.h

2024-07-29 Thread Maxim Kochetkov
27.07.2024 13:35, E Shattow wrote: Is this a problem in Linux upstream? or specific to U-Boot, and is it a regression? refrerence https://lore.kernel.org/u-boot/20240504183354.GL2568172@bill-the-cat/ and reference

Re: [PATCH 1/1] riscv: define find_{first, next}_zero_bit in asm/bitops.h

2024-07-27 Thread E Shattow
Is this a problem in Linux upstream? or specific to U-Boot, and is it a regression? refrerence https://lore.kernel.org/u-boot/20240504183354.GL2568172@bill-the-cat/ and reference https://lore.kernel.org/u-boot/bjxpr01mb0855813dd38ef86cca6dd5c8e6...@bjxpr01mb0855.chnpr01.prod.partner.outlook.cn/

[PATCH 1/1] riscv: define find_{first,next}_zero_bit in asm/bitops.h

2024-07-26 Thread Maxim Kochetkov
These seem to be missing, and trying to build fastboot cmd without them is causing errors due to these being missing. Signed-off-by: Maxim Kochetkov --- arch/riscv/include/asm/bitops.h | 40 + 1 file changed, 40 insertions(+) diff --git