lkml.org 
[lkml]   [2015]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v5 2/2] ARM: irqchip: mxs: add Alphascale ASM9260 support
On Mon, 5 Oct 2015, Oleksij Rempel wrote:
> @@ -101,7 +151,14 @@ asmlinkage void __exception_irq_entry icoll_handle_irq(struct pt_regs *regs)
> static int icoll_irq_domain_map(struct irq_domain *d, unsigned int virq,
> irq_hw_number_t hw)
> {
> - irq_set_chip_and_handler(virq, &mxs_icoll_chip, handle_level_irq);
> + struct irq_chip *chip;
> +
> + if (icoll_priv.type == ICOLL)
> + chip = &mxs_icoll_chip;
> + else
> + chip = &asm9260_icoll_chip;
> +
> + irq_set_chip_and_handler(virq, chip, handle_level_irq);
> set_irq_flags(virq, IRQF_VALID);

This does neither apply on mainline nor on tip/irq/core. Please
prepare your patches against current trees not against something
stale.

Thanks,

tglx


\
 
 \ /
  Last update: 2015-10-09 16:21    [W:0.095 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site