summaryrefslogtreecommitdiff
path: root/include/dt-bindings/interrupt-controller/irq-st.h
blob: 4c59aceb9be006498aeae2997916d830e8d50309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 *  include/linux/irqchip/irq-st.h
 *
 *  Copyright (C) 2014 STMicroelectronics – All Rights Reserved
 *
 *  Author: Lee Jones <lee.jones@linaro.org>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H
#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H

#define ST_IRQ_SYSCFG_EXT_0		0
#define ST_IRQ_SYSCFG_EXT_1		1
#define ST_IRQ_SYSCFG_EXT_2		2
#define ST_IRQ_SYSCFG_CTI_0		3
#define ST_IRQ_SYSCFG_CTI_1		4
#define ST_IRQ_SYSCFG_PMU_0		5
#define ST_IRQ_SYSCFG_PMU_1		6
#define ST_IRQ_SYSCFG_pl310_L2		7
#define ST_IRQ_SYSCFG_DISABLED		0xFFFFFFFF

#define ST_IRQ_SYSCFG_EXT_1_INV		0x1
#define ST_IRQ_SYSCFG_EXT_2_INV		0x2
#define ST_IRQ_SYSCFG_EXT_3_INV		0x4

#endif
al/ftdi_sio.h?id=b5b46c4740aed1538544f0fa849c5b76c7823469&id2=fa19a769f82fb9a5ca000b83cacd13fcaeda51ac'>diff)
objtool: Fix IRET's opcode
The IRET opcode is 0xcf according to the Intel manual and also to objdump of my vmlinux: 1ea8: 48 cf iretq Fix the opcode in arch_decode_instruction(). The previous value (0xc5) seems to correspond to LDS. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20170118132921.19319-1-jslaby@suse.cz Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')