mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] include: bitops/const: partial update from Linux
@ 2023-06-09  4:54 Denis Orlov
  2023-06-09  4:54 ` [PATCH 1/3] include: const: make UL/ULL() macros commonly available Denis Orlov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Denis Orlov @ 2023-06-09  4:54 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum, Denis Orlov

This updates some of the definitions in those files, mainly to make
BIT*/GENMASK() macros usable in assembly code.

Denis Orlov (3):
  include: const: make UL/ULL() macros commonly available
  include: bitops: allow BIT* macros to be used in assembly code
  include: bitops: import more BITS_TO_* defines from linux

 arch/arm/include/asm/memory.h    |  5 -----
 arch/arm/include/asm/pgtable64.h |  2 --
 arch/kvx/include/asm/sfr_defs.h  |  2 --
 include/linux/bitops.h           | 24 +++++++++++++++++-------
 include/linux/const.h            | 10 ++++++++--
 5 files changed, 25 insertions(+), 18 deletions(-)

-- 
2.41.0




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-06-09  6:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09  4:54 [PATCH 0/3] include: bitops/const: partial update from Linux Denis Orlov
2023-06-09  4:54 ` [PATCH 1/3] include: const: make UL/ULL() macros commonly available Denis Orlov
2023-06-09  4:54 ` [PATCH 2/3] include: bitops: allow BIT* macros to be used in assembly code Denis Orlov
2023-06-09  4:54 ` [PATCH 3/3] include: bitops: import more BITS_TO_* defines from linux Denis Orlov
2023-06-09  6:30 ` [PATCH 0/3] include: bitops/const: partial update from Linux Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox