summaryrefslogtreecommitdiff
path: root/include/wait_bit.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-1/+3
2019-10-11waitbit: Add the generic wait_for_bit macros for 16 and 32 bits.Kursad Oney1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-54/+0
2018-01-24wait_bit: add 8/16/32 BE/LE versions of wait_for_bitÁlvaro Fernández Rojas1-0/+65
2017-01-10lib: Add WATCHDOG_RESET to wait_bit.hMichal Simek1-0/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-25lib: Add wait_for_bitMateusz Kulikowski1-0/+71