u-boot-brain/arch/sandbox/include/asm
maxims@google.com 0753bc2d30 dm: Simple Watchdog uclass
This is a simple uclass for Watchdog Timers. It has four operations:
start, restart, reset, stop. Drivers must implement start, restart and
stop operations, while implementing reset is optional: It's default
implementation expires watchdog timer in one clock tick.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-05-08 11:57:30 -04:00
..
bitops.h
byteorder.h
cache.h sandbox: Enable many more commands 2016-04-15 08:14:37 -06:00
clk.h clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
config.h
eth-raw-os.h
eth.h
getopt.h
global_data.h
gpio.h sandbox: gpio: doc: Fix parameter documentation 2016-06-19 17:05:55 -06:00
io.h sandbox: Use the address in readl/writel() functions 2016-10-11 10:17:08 -06:00
linkage.h efi: Use asmlinkage for EFIAPI 2016-10-19 09:01:53 +02:00
mbox.h mailbox: implement a sandbox test 2016-05-26 20:48:31 -06:00
posix_types.h
power-domain.h Add a power domain framework/uclass 2016-07-27 16:29:56 -06:00
processor.h
ptrace.h
reset.h reset: implement a reset test 2016-06-19 17:05:55 -06:00
rtc.h
sdl.h
sections.h
sound.h
spi.h
spl.h spl: Move spl_board_load_image() into a generic header 2016-10-06 14:48:14 -04:00
state.h dm: Simple Watchdog uclass 2017-05-08 11:57:30 -04:00
string.h
system.h
test.h clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
types.h sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded 2017-04-13 09:41:09 -04:00
u-boot-sandbox.h
u-boot.h
unaligned.h