| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-07 | bitmaps: import for_each_set_bit() macro | Vignesh Raghavendra | |
| Import for_each_set_bit() and associated macros and functions from Linux. This is useful in parsing interrupt registers and take action on each bit that is set. Signed-off-by: Vignesh Raghavendra <[email protected]> | |||
| 2018-12-14 | usb: composite: Move bitmap related operations to ./include/linux/bitmap.h | Lukasz Majewski | |
| The BITMAP related operations can now be moved to ./include/linux/bitmap.h file to mimic the Linux kernel directory tree. This change also allows to remove the lin_gadget_compat.h header file (which is a legacy code only for composite U-boot layer). It was also possible to remove #includes from several USB gadget drivers. Signed-off-by: Lukasz Majewski <[email protected]> Reviewed-by: Stefan Agner <[email protected]> | |||
