Re: [U-Boot] [PATCH 01/11] lib: Import few bitmap functions from Linux

2019-11-19 Thread Tom Rini
On Thu, Nov 14, 2019 at 02:44:22PM +0530, Vignesh Raghavendra wrote: > Import few basic bitmap functions (bitmap_{weight,fill,set,clear,or}()) > and their dependencies from Linux. These are required for upcoming DMA > resource allocation support for TI's K3 SoCs. > > Signed-off-by: Vignesh Raghav

[U-Boot] [PATCH 01/11] lib: Import few bitmap functions from Linux

2019-11-14 Thread Vignesh Raghavendra
Import few basic bitmap functions (bitmap_{weight,fill,set,clear,or}()) and their dependencies from Linux. These are required for upcoming DMA resource allocation support for TI's K3 SoCs. Signed-off-by: Vignesh Raghavendra --- include/linux/bitmap.h | 133 +++