Changes in 4.9.326 Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put ntfs: fix use-after-free in ntfs_ucsncmp() scsi: ufs: host: Hold reference returned by of_parse_phandle() net: ping6: Fix memleak in ipv6_renew_options(). net: sungem_phy: Add of_node_put() for reference returned by of_get_parent() netfilter: nf_queue: do not allow packet truncation below transport header offset ARM: crypto: comment out gcc warning that breaks clang builds mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle. ion: Make user_ion_handle_put_nolock() a void function selinux: Minor cleanups proc: Pass file mode to proc_pid_make_inode selinux: Clean up initialization of isec->sclass selinux: Convert isec->lock into a spinlock selinux: fix error initialization in inode_doinit_with_dentry() selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap init/main: Fix double "the" in comment init/main: properly align the multi-line comment init: move stack canary initialization after setup_arch init/main.c: extract early boot entropy from the passed cmdline ACPI: video: Force backlight native for some TongFang devices ACPI: video: Shortening quirk list by identifying Clevo by board_name only random: only call boot_init_stack_canary() once macintosh/adb: fix oob read in do_adb_query() function ALSA: bcd2000: Fix a UAF bug on the error path of probing add barriers to buffer_uptodate and set_buffer_uptodate KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0 KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model ALSA: hda/cirrus - support for iMac 12,1 model vfs: Check the truncate maximum size in inode_newsize_ok() usbnet: Fix linkwatch use-after-free on disconnect parisc: Fix device names in /proc/iomem drm/nouveau: fix another off-by-one in nvbios_addr bpf: fix overflow in prog accounting fuse: limit nsec md-raid10: fix KASAN warning ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr() PCI: Add defines for normal and subtractive PCI bridges powerpc/fsl-pci: Fix Class Code of PCIe Root Port powerpc/powernv: Avoid crashing if rng is NULL MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK USB: HCD: Fix URB giveback issue in tasklet function netfilter: nf_tables: fix null deref due to zeroed list head scsi: zfcp: Fix missing auto port scan and thus missing target ports x86/olpc: fix 'logical not is only applied to the left hand side' spmi: trace: fix stack-out-of-bound access in SPMI tracing functions ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h ext4: make sure ext4_append() always allocates new block ext4: fix use-after-free in ext4_xattr_set_entry ext4: update s_overhead_clusters in the superblock during an on-line resize ext4: fix extent status tree race in writeback error recovery path ext4: correct max_inline_xattr_value_size computing dm raid: fix address sanitizer warning in raid_status net_sched: cls_route: remove from list when handle is 0 btrfs: reject log replay if there is unsupported RO compat flag tcp: fix over estimation in sk_forced_mem_schedule() scsi: sg: Allow waiting for commands to complete on removed device Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression nios2: time: Read timer in get_cycles only if initialized net/9p: Initialize the iounit field during fid creation net_sched: cls_route: disallow handle of 0 ALSA: info: Fix llseek return value when using callback rds: add missing barrier to release_refill ata: libata-eh: Add missing command name btrfs: fix lost error handling when looking up extended ref on log replay can: ems_usb: fix clang's -Wunaligned-access warning NFSv4.1: RECLAIM_COMPLETE must handle EACCES SUNRPC: Reinitialise the backchannel request buffers before reuse pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed vsock: Fix memory leak in vsock_connect() xen/xenbus: fix return type in xenbus_file_read() atm: idt77252: fix use-after-free bugs caused by tst_timer nios2: page fault et.al. are *not* restartable syscalls... nios2: don't leave NULLs in sys_call_table[] nios2: traced syscall does need to check the syscall number nios2: fix syscall restart checks nios2: restarts apply only to the first sigframe we build... nios2: add force_successful_syscall_return() netfilter: nf_tables: really skip inactive sets when allocating name fec: Fix timer capture timing in `fec_ptp_enable_pps()` irqchip/tegra: Fix overflow implicit truncation warnings usb: host: ohci-ppc-of: Fix refcount leak bug gadgetfs: ep_io - wait until IRQ finishes cxl: Fix a memory leak in an error handling path drivers:md:fix a potential use-after-free bug ext4: avoid remove directory when directory is corrupted ext4: avoid resizing to a partial cluster size tty: serial: Fix refcount leak bug in ucc_uart.c vfio: Clear the caps->buf to NULL after free mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start ALSA: core: Add async signal helpers ALSA: timer: Use deferred fasync helper powerpc/64: Init jump labels before parse_early_param() video: fbdev: i740fb: Check the argument of i740_calc_vclk() MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0 Linux 4.9.326 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I3ca17af58cd0c61bd81028c496849592cfd22f0f
369 lines
8.9 KiB
C
369 lines
8.9 KiB
C
/*
|
|
* Driver code for Tegra's Legacy Interrupt Controller
|
|
*
|
|
* Author: Marc Zyngier <marc.zyngier@arm.com>
|
|
*
|
|
* Heavily based on the original arch/arm/mach-tegra/irq.c code:
|
|
* Copyright (C) 2011 Google, Inc.
|
|
*
|
|
* Author:
|
|
* Colin Cross <ccross@android.com>
|
|
*
|
|
* Copyright (C) 2010,2013, NVIDIA Corporation
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
*/
|
|
|
|
#include <linux/io.h>
|
|
#include <linux/irq.h>
|
|
#include <linux/irqchip.h>
|
|
#include <linux/irqdomain.h>
|
|
#include <linux/of_address.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/syscore_ops.h>
|
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
|
#define ICTLR_CPU_IEP_VFIQ 0x08
|
|
#define ICTLR_CPU_IEP_FIR 0x14
|
|
#define ICTLR_CPU_IEP_FIR_SET 0x18
|
|
#define ICTLR_CPU_IEP_FIR_CLR 0x1c
|
|
|
|
#define ICTLR_CPU_IER 0x20
|
|
#define ICTLR_CPU_IER_SET 0x24
|
|
#define ICTLR_CPU_IER_CLR 0x28
|
|
#define ICTLR_CPU_IEP_CLASS 0x2C
|
|
|
|
#define ICTLR_COP_IER 0x30
|
|
#define ICTLR_COP_IER_SET 0x34
|
|
#define ICTLR_COP_IER_CLR 0x38
|
|
#define ICTLR_COP_IEP_CLASS 0x3c
|
|
|
|
#define TEGRA_MAX_NUM_ICTLRS 6
|
|
|
|
static unsigned int num_ictlrs;
|
|
|
|
struct tegra_ictlr_soc {
|
|
unsigned int num_ictlrs;
|
|
};
|
|
|
|
static const struct tegra_ictlr_soc tegra20_ictlr_soc = {
|
|
.num_ictlrs = 4,
|
|
};
|
|
|
|
static const struct tegra_ictlr_soc tegra30_ictlr_soc = {
|
|
.num_ictlrs = 5,
|
|
};
|
|
|
|
static const struct tegra_ictlr_soc tegra210_ictlr_soc = {
|
|
.num_ictlrs = 6,
|
|
};
|
|
|
|
static const struct of_device_id ictlr_matches[] = {
|
|
{ .compatible = "nvidia,tegra210-ictlr", .data = &tegra210_ictlr_soc },
|
|
{ .compatible = "nvidia,tegra30-ictlr", .data = &tegra30_ictlr_soc },
|
|
{ .compatible = "nvidia,tegra20-ictlr", .data = &tegra20_ictlr_soc },
|
|
{ }
|
|
};
|
|
|
|
struct tegra_ictlr_info {
|
|
void __iomem *base[TEGRA_MAX_NUM_ICTLRS];
|
|
#ifdef CONFIG_PM_SLEEP
|
|
u32 cop_ier[TEGRA_MAX_NUM_ICTLRS];
|
|
u32 cop_iep[TEGRA_MAX_NUM_ICTLRS];
|
|
u32 cpu_ier[TEGRA_MAX_NUM_ICTLRS];
|
|
u32 cpu_iep[TEGRA_MAX_NUM_ICTLRS];
|
|
|
|
u32 ictlr_wake_mask[TEGRA_MAX_NUM_ICTLRS];
|
|
#endif
|
|
};
|
|
|
|
static struct tegra_ictlr_info *lic;
|
|
|
|
static inline void tegra_ictlr_write_mask(struct irq_data *d, unsigned long reg)
|
|
{
|
|
void __iomem *base = (void __iomem __force *)d->chip_data;
|
|
u32 mask;
|
|
|
|
mask = BIT(d->hwirq % 32);
|
|
writel_relaxed(mask, base + reg);
|
|
}
|
|
|
|
static void tegra_mask(struct irq_data *d)
|
|
{
|
|
tegra_ictlr_write_mask(d, ICTLR_CPU_IER_CLR);
|
|
irq_chip_mask_parent(d);
|
|
}
|
|
|
|
static void tegra_unmask(struct irq_data *d)
|
|
{
|
|
tegra_ictlr_write_mask(d, ICTLR_CPU_IER_SET);
|
|
irq_chip_unmask_parent(d);
|
|
}
|
|
|
|
static void tegra_eoi(struct irq_data *d)
|
|
{
|
|
tegra_ictlr_write_mask(d, ICTLR_CPU_IEP_FIR_CLR);
|
|
irq_chip_eoi_parent(d);
|
|
}
|
|
|
|
static int tegra_retrigger(struct irq_data *d)
|
|
{
|
|
tegra_ictlr_write_mask(d, ICTLR_CPU_IEP_FIR_SET);
|
|
return irq_chip_retrigger_hierarchy(d);
|
|
}
|
|
|
|
#ifdef CONFIG_PM_SLEEP
|
|
static int tegra_set_wake(struct irq_data *d, unsigned int enable)
|
|
{
|
|
u32 irq = d->hwirq;
|
|
u32 index, mask;
|
|
|
|
index = (irq / 32);
|
|
mask = BIT(irq % 32);
|
|
if (enable)
|
|
lic->ictlr_wake_mask[index] |= mask;
|
|
else
|
|
lic->ictlr_wake_mask[index] &= ~mask;
|
|
|
|
/*
|
|
* Do *not* call into the parent, as the GIC doesn't have any
|
|
* wake-up facility...
|
|
*/
|
|
return 0;
|
|
}
|
|
|
|
static int tegra_ictlr_suspend(void)
|
|
{
|
|
unsigned long flags;
|
|
unsigned int i;
|
|
|
|
local_irq_save(flags);
|
|
for (i = 0; i < num_ictlrs; i++) {
|
|
void __iomem *ictlr = lic->base[i];
|
|
|
|
/* Save interrupt state */
|
|
lic->cpu_ier[i] = readl_relaxed(ictlr + ICTLR_CPU_IER);
|
|
lic->cpu_iep[i] = readl_relaxed(ictlr + ICTLR_CPU_IEP_CLASS);
|
|
lic->cop_ier[i] = readl_relaxed(ictlr + ICTLR_COP_IER);
|
|
lic->cop_iep[i] = readl_relaxed(ictlr + ICTLR_COP_IEP_CLASS);
|
|
|
|
/* Disable COP interrupts */
|
|
writel_relaxed(GENMASK(31, 0), ictlr + ICTLR_COP_IER_CLR);
|
|
|
|
/* Disable CPU interrupts */
|
|
writel_relaxed(GENMASK(31, 0), ictlr + ICTLR_CPU_IER_CLR);
|
|
|
|
/* Enable the wakeup sources of ictlr */
|
|
writel_relaxed(lic->ictlr_wake_mask[i], ictlr + ICTLR_CPU_IER_SET);
|
|
}
|
|
local_irq_restore(flags);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void tegra_ictlr_resume(void)
|
|
{
|
|
unsigned long flags;
|
|
unsigned int i;
|
|
|
|
local_irq_save(flags);
|
|
for (i = 0; i < num_ictlrs; i++) {
|
|
void __iomem *ictlr = lic->base[i];
|
|
|
|
writel_relaxed(lic->cpu_iep[i],
|
|
ictlr + ICTLR_CPU_IEP_CLASS);
|
|
writel_relaxed(GENMASK(31, 0), ictlr + ICTLR_CPU_IER_CLR);
|
|
writel_relaxed(lic->cpu_ier[i],
|
|
ictlr + ICTLR_CPU_IER_SET);
|
|
writel_relaxed(lic->cop_iep[i],
|
|
ictlr + ICTLR_COP_IEP_CLASS);
|
|
writel_relaxed(GENMASK(31, 0), ictlr + ICTLR_COP_IER_CLR);
|
|
writel_relaxed(lic->cop_ier[i],
|
|
ictlr + ICTLR_COP_IER_SET);
|
|
}
|
|
local_irq_restore(flags);
|
|
}
|
|
|
|
static struct syscore_ops tegra_ictlr_syscore_ops = {
|
|
.suspend = tegra_ictlr_suspend,
|
|
.resume = tegra_ictlr_resume,
|
|
};
|
|
|
|
static void tegra_ictlr_syscore_init(void)
|
|
{
|
|
register_syscore_ops(&tegra_ictlr_syscore_ops);
|
|
}
|
|
#else
|
|
#define tegra_set_wake NULL
|
|
static inline void tegra_ictlr_syscore_init(void) {}
|
|
#endif
|
|
|
|
static struct irq_chip tegra_ictlr_chip = {
|
|
.name = "LIC",
|
|
.irq_eoi = tegra_eoi,
|
|
.irq_mask = tegra_mask,
|
|
.irq_unmask = tegra_unmask,
|
|
.irq_retrigger = tegra_retrigger,
|
|
.irq_set_wake = tegra_set_wake,
|
|
.irq_set_type = irq_chip_set_type_parent,
|
|
.flags = IRQCHIP_MASK_ON_SUSPEND,
|
|
#ifdef CONFIG_SMP
|
|
.irq_set_affinity = irq_chip_set_affinity_parent,
|
|
#endif
|
|
};
|
|
|
|
static int tegra_ictlr_domain_translate(struct irq_domain *d,
|
|
struct irq_fwspec *fwspec,
|
|
unsigned long *hwirq,
|
|
unsigned int *type)
|
|
{
|
|
if (is_of_node(fwspec->fwnode)) {
|
|
if (fwspec->param_count != 3)
|
|
return -EINVAL;
|
|
|
|
/* No PPI should point to this domain */
|
|
if (fwspec->param[0] != 0)
|
|
return -EINVAL;
|
|
|
|
*hwirq = fwspec->param[1];
|
|
*type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
|
|
return 0;
|
|
}
|
|
|
|
return -EINVAL;
|
|
}
|
|
|
|
static int tegra_ictlr_domain_alloc(struct irq_domain *domain,
|
|
unsigned int virq,
|
|
unsigned int nr_irqs, void *data)
|
|
{
|
|
struct irq_fwspec *fwspec = data;
|
|
struct irq_fwspec parent_fwspec;
|
|
struct tegra_ictlr_info *info = domain->host_data;
|
|
irq_hw_number_t hwirq;
|
|
unsigned int i;
|
|
|
|
if (fwspec->param_count != 3)
|
|
return -EINVAL; /* Not GIC compliant */
|
|
if (fwspec->param[0] != GIC_SPI)
|
|
return -EINVAL; /* No PPI should point to this domain */
|
|
|
|
hwirq = fwspec->param[1];
|
|
if (hwirq >= (num_ictlrs * 32))
|
|
return -EINVAL;
|
|
|
|
for (i = 0; i < nr_irqs; i++) {
|
|
int ictlr = (hwirq + i) / 32;
|
|
|
|
irq_domain_set_hwirq_and_chip(domain, virq + i, hwirq + i,
|
|
&tegra_ictlr_chip,
|
|
(void __force *)info->base[ictlr]);
|
|
}
|
|
|
|
parent_fwspec = *fwspec;
|
|
parent_fwspec.fwnode = domain->parent->fwnode;
|
|
return irq_domain_alloc_irqs_parent(domain, virq, nr_irqs,
|
|
&parent_fwspec);
|
|
}
|
|
|
|
static const struct irq_domain_ops tegra_ictlr_domain_ops = {
|
|
.translate = tegra_ictlr_domain_translate,
|
|
.alloc = tegra_ictlr_domain_alloc,
|
|
.free = irq_domain_free_irqs_common,
|
|
};
|
|
|
|
static int __init tegra_ictlr_init(struct device_node *node,
|
|
struct device_node *parent)
|
|
{
|
|
struct irq_domain *parent_domain, *domain;
|
|
const struct of_device_id *match;
|
|
const struct tegra_ictlr_soc *soc;
|
|
unsigned int i;
|
|
int err;
|
|
|
|
if (!parent) {
|
|
pr_err("%s: no parent, giving up\n", node->full_name);
|
|
return -ENODEV;
|
|
}
|
|
|
|
parent_domain = irq_find_host(parent);
|
|
if (!parent_domain) {
|
|
pr_err("%s: unable to obtain parent domain\n", node->full_name);
|
|
return -ENXIO;
|
|
}
|
|
|
|
match = of_match_node(ictlr_matches, node);
|
|
if (!match) /* Should never happen... */
|
|
return -ENODEV;
|
|
|
|
soc = match->data;
|
|
|
|
lic = kzalloc(sizeof(*lic), GFP_KERNEL);
|
|
if (!lic)
|
|
return -ENOMEM;
|
|
|
|
for (i = 0; i < TEGRA_MAX_NUM_ICTLRS; i++) {
|
|
void __iomem *base;
|
|
|
|
base = of_iomap(node, i);
|
|
if (!base)
|
|
break;
|
|
|
|
lic->base[i] = base;
|
|
|
|
/* Disable all interrupts */
|
|
writel_relaxed(GENMASK(31, 0), base + ICTLR_CPU_IER_CLR);
|
|
/* All interrupts target IRQ */
|
|
writel_relaxed(0, base + ICTLR_CPU_IEP_CLASS);
|
|
|
|
num_ictlrs++;
|
|
}
|
|
|
|
if (!num_ictlrs) {
|
|
pr_err("%s: no valid regions, giving up\n", node->full_name);
|
|
err = -ENOMEM;
|
|
goto out_free;
|
|
}
|
|
|
|
WARN(num_ictlrs != soc->num_ictlrs,
|
|
"%s: Found %u interrupt controllers in DT; expected %u.\n",
|
|
node->full_name, num_ictlrs, soc->num_ictlrs);
|
|
|
|
|
|
domain = irq_domain_add_hierarchy(parent_domain, 0, num_ictlrs * 32,
|
|
node, &tegra_ictlr_domain_ops,
|
|
lic);
|
|
if (!domain) {
|
|
pr_err("%s: failed to allocated domain\n", node->full_name);
|
|
err = -ENOMEM;
|
|
goto out_unmap;
|
|
}
|
|
|
|
tegra_ictlr_syscore_init();
|
|
|
|
pr_info("%s: %d interrupts forwarded to %s\n",
|
|
node->full_name, num_ictlrs * 32, parent->full_name);
|
|
|
|
return 0;
|
|
|
|
out_unmap:
|
|
for (i = 0; i < num_ictlrs; i++)
|
|
iounmap(lic->base[i]);
|
|
out_free:
|
|
kfree(lic);
|
|
return err;
|
|
}
|
|
|
|
IRQCHIP_DECLARE(tegra20_ictlr, "nvidia,tegra20-ictlr", tegra_ictlr_init);
|
|
IRQCHIP_DECLARE(tegra30_ictlr, "nvidia,tegra30-ictlr", tegra_ictlr_init);
|
|
IRQCHIP_DECLARE(tegra210_ictlr, "nvidia,tegra210-ictlr", tegra_ictlr_init);
|