https://github.com/torvalds/linux
Revision 0a91330b2af9f71ceeeed483f92774182b58f6d9 authored by Yash Shah on 19 February 2020, 03:49:07 UTC, committed by Palmer Dabbelt on 05 March 2020, 20:27:10 UTC
Add the ability to reboot the HiFive Unleashed board via GPIO.

Signed-off-by: Yash Shah <yash.shah@sifive.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
1 parent d2047ab
Raw File
Tip revision: 0a91330b2af9f71ceeeed483f92774182b58f6d9 authored by Yash Shah on 19 February 2020, 03:49:07 UTC
riscv: dts: Add GPIO reboot method to HiFive Unleashed DTS file
Tip revision: 0a91330
locking-selftest-hardirq.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef IRQ_DISABLE
#undef IRQ_ENABLE
#undef IRQ_ENTER
#undef IRQ_EXIT

#define IRQ_ENABLE		HARDIRQ_ENABLE
#define IRQ_DISABLE		HARDIRQ_DISABLE
#define IRQ_ENTER		HARDIRQ_ENTER
#define IRQ_EXIT		HARDIRQ_EXIT
back to top