irq_set_chip_data(irq, dev); irq_set_chip_and_handler(irq, &adp5588_irq_chip, handle_level_irq); irq_set_nested_thread(irq,1);#ifdefCONFIG_ARM/* * ARM needs us to explicitly flag the IRQ as VALID, * once we do so, it will also set the noprobe. */set_irq_flags(irq, IRQF...