/* * This header provides constants for DRA7 ATL (Audio Tracking Logic) * * The constants defined in this header are used in dts files * * Copyright (C) 2013 Texas Instruments, Inc. * * Peter Ujfalusi * * 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. * * This program is distributed "as is" WITHOUT ANY WARRANTY of any * kind, whether express or implied; without even the implied warranty * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #ifndef _DT_BINDINGS_CLK_DRA7_ATL_H #define _DT_BINDINGS_CLK_DRA7_ATL_H #define DRA7_ATL_WS_MCASP1_FSR 0 #define DRA7_ATL_WS_MCASP1_FSX 1 #define DRA7_ATL_WS_MCASP2_FSR 2 #define DRA7_ATL_WS_MCASP2_FSX 3 #define DRA7_ATL_WS_MCASP3_FSX 4 #define DRA7_ATL_WS_MCASP4_FSX 5 #define DRA7_ATL_WS_MCASP5_FSX 6 #define DRA7_ATL_WS_MCASP6_FSX 7 #define DRA7_ATL_WS_MCASP7_FSX 8 #define DRA7_ATL_WS_MCASP8_FSX 9 #define DRA7_ATL_WS_MCASP8_AHCLKX 10 #define DRA7_ATL_WS_XREF_CLK3 11 #define DRA7_ATL_WS_XREF_CLK0 12 #define DRA7_ATL_WS_XREF_CLK1 13 #define DRA7_ATL_WS_XREF_CLK2 14 #define DRA7_ATL_WS_OSC1_X1 15 #endif lect> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/appletalk/ddp.c
e='25'>25
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2017-01-31 19:03:21 +0100
committerThomas Gleixner <tglx@linutronix.de>2017-01-31 20:22:18 +0100
commitaaaec6fc755447a1d056765b11b24d8ff2b81366 (patch)
treea7f4167960ee1df86739905b6ccdeb95465bfe5f /net/ipx/Makefile
parent08d85f3ea99f1eeafc4e8507936190e86a16ee8c (diff)
x86/irq: Make irq activate operations symmetric
The recent commit which prevents double activation of interrupts unearthed interesting code in x86. The code (ab)uses irq_domain_activate_irq() to reconfigure an already activated interrupt. That trips over the prevention code now. Fix it by deactivating the interrupt before activating the new configuration. Fixes: 08d85f3ea99f1 "irqdomain: Avoid activating interrupts more than once" Reported-and-tested-by: Mike Galbraith <efault@gmx.de> Reported-and-tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701311901580.3457@nanos
Diffstat (limited to 'net/ipx/Makefile')